diff options
Diffstat (limited to 'scripts/rocktunnelpokecenter.asm')
-rwxr-xr-x | scripts/rocktunnelpokecenter.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/rocktunnelpokecenter.asm b/scripts/rocktunnelpokecenter.asm new file mode 100755 index 00000000..62336edc --- /dev/null +++ b/scripts/rocktunnelpokecenter.asm @@ -0,0 +1,23 @@ +RockTunnelPokecenterScript: ; 493ba (12:53ba) + call Func_22fa + jp EnableAutoTextBoxDrawing + +RockTunnelPokecenterTextPointers: ; 493c0 (12:53c0) + dw RockTunnelPokecenterText1 + dw RockTunnelPokecenterText2 + dw RockTunnelPokecenterText3 + dw RockTunnelPokecenterText4 + +RockTunnelPokecenterText1: ; 493c8 (12:53c8) + db $ff + +RockTunnelPokecenterText2: ; 493c9 (12:53c9) + TX_FAR _RockTunnelPokecenterText1 + db "@" + +RockTunnelPokecenterText3: ; 493ce (12:53ce) + TX_FAR _RockTunnelPokecenterText3 + db "@" + +RockTunnelPokecenterText4: ; 493d3 (12:53d3) + db $f6 |