Download this file
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