[go: up one dir, main page]

Menu

[r40]: / psrp / asm / t2a_1.asm  Maximize  Restore  History

Download this file

26 lines (17 with data), 303 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;
; Item window drawer (inventory)
; - setup code
;
; Written in TASM 3.0.1
;
#include "vars.asm"
.org $3671 ; $3671-367f
ld a,$2f000/$4000 ; jump to page 1
ld ($fffe),a
call $7e3e
ld a,$01 ; old page 1
ld ($fffe),a
nop
nop
; 0 bytes left
.end ; tasm-only