diff options
author | yenatch <yenatch@gmail.com> | 2013-05-01 02:24:05 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-01 02:24:05 -0400 |
commit | 3ce221ae093315b4c2c53659594ec051b0a07b73 (patch) | |
tree | 34be663fb8c4baef4ebea5d0b4b87bc114cd389f | |
parent | fc0b5601afbe9a54b12b3c09622eafbfd6708082 (diff) |
remove incbins in CeladonDeptStore6F
-rw-r--r-- | maps/CeladonDeptStore6F.asm | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/maps/CeladonDeptStore6F.asm b/maps/CeladonDeptStore6F.asm index bf4efc687..d5218388b 100644 --- a/maps/CeladonDeptStore6F.asm +++ b/maps/CeladonDeptStore6F.asm @@ -28,7 +28,7 @@ MapCeladonDeptStore6FSignpost5Script: ; 0x71180 2writetext UnknownText_0x71250 UnknownScript_0x71184: ; 0x71184 special $0051 - loadmenudata $5203 + loadmenudata MenuDataHeader_0x71203 interpretmenu2 writebackup if_equal $1, UnknownScript_0x7119a @@ -89,8 +89,24 @@ UnknownScript_0x711fc: ; 0x711fc 2jump UnknownScript_0x71184 ; 0x71203 -; menu data -INCBIN "baserom.gbc",$71203,$47 + +MenuDataHeader_0x71203: ; 0x71203 + db $40 ; flags + db 02, 00 ; start coords + db 11, 19 ; end coords + dw MenuData2_0x7120b + db 1 ; default option +; 0x7120b + +MenuData2_0x7120b: ; 0x7120b + db $80 ; flags + db 4 ; items + db "FRESH WATER ¥200@" + db "SODA POP ¥300@" + db "LEMONADE ¥350@" + db "CANCEL@" +; 0x71249 + MapCeladonDeptStore6FSignpost0Script: ; 0x7124a jumptext UnknownText_0x7133e |