[go: up one dir, main page]

Menu

[r63]: / psrp / asm / t5.asm  Maximize  Restore  History

Download this file

18 lines (12 with data), 234 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
;
; Extra scripting
;
; Written in TASM 3.0.1
;
#include "vars.asm"
.org $59bd ; $59bd-59c9
cp $ff ; custom string [1E7]
jr nz,$59ca
ld hl,$0000 ; dummy string, auto-replace
jr $59ba
.end ; TASM-only