diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
| commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
| tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/celadonmart4.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/celadonmart4.asm')
| -rwxr-xr-x | scripts/celadonmart4.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/celadonmart4.asm b/scripts/celadonmart4.asm new file mode 100755 index 00000000..dfe2b90a --- /dev/null +++ b/scripts/celadonmart4.asm @@ -0,0 +1,20 @@ +CeladonMart4Script: ; 48356 (12:4356) + jp EnableAutoTextBoxDrawing + +CeladonMart4TextPointers: ; 48359 (12:4359) + dw CeladonMart4Text1 + dw CeladonMart4Text2 + dw CeladonMart4Text3 + dw CeladonMart4Text4 + +CeladonMart4Text2: ; 48361 (12:4361) + TX_FAR _CeladonMart4Text2 + db "@" + +CeladonMart4Text3: ; 48366 (12:4366) + TX_FAR _CeladonMart4Text3 + db "@" + +CeladonMart4Text4: ; 4836b (12:436b) + TX_FAR _CeladonMart4Text4 + db "@" |
