diff options
Diffstat (limited to 'scripts/safarizonecenter.asm')
-rwxr-xr-x | scripts/safarizonecenter.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/safarizonecenter.asm b/scripts/safarizonecenter.asm new file mode 100755 index 00000000..6ff60ec6 --- /dev/null +++ b/scripts/safarizonecenter.asm @@ -0,0 +1,15 @@ +SafariZoneCenterScript: ; 45bb2 (11:5bb2) + jp EnableAutoTextBoxDrawing + +SafariZoneCenterTextPointers: ; 45bb5 (11:5bb5) + dw Predef5CText + dw SafariZoneCenterText2 + dw SafariZoneCenterText3 + +SafariZoneCenterText2: ; 45bbb (11:5bbb) + TX_FAR _SafariZoneCenterText2 + db "@" + +SafariZoneCenterText3: ; 45bc0 (11:5bc0) + TX_FAR _SafariZoneCenterText3 + db "@" |