[go: up one dir, main page]

Menu

[r65]: / psrp / asm / t2a_4.asm  Maximize  Restore  History

Download this file

23 lines (15 with data), 283 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
;
; Equipment window drawer
; - setup code
;
; Written in TASM 3.0.1
;
#include "vars.asm"
.org $3850 ; $3850-385e
ld a,$2f000/$4000 ; jump to page 1
ld ($fffe),a
call $7e3e+$9b+$06+$03
ld a,$01 ; old page 1
ld ($fffe),a
nop
.end ; tasm-only