summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-01 05:22:24 -0400
committeryenatch <yenatch@gmail.com>2013-05-01 05:22:24 -0400
commit8218520bef41ed793afad8a34a9e3896f5241a3d (patch)
tree0c22b5e8106cd0e5beb05bbd531bc27a702d0561
parent8a316097e1af4efff688c569c43e4d61596e8edb (diff)
remove incbins in EarlsPokemonAcademy
-rw-r--r--maps/EarlsPokemonAcademy.asm30
1 files changed, 27 insertions, 3 deletions
diff --git a/maps/EarlsPokemonAcademy.asm b/maps/EarlsPokemonAcademy.asm
index e0aa6f725..141de61b2 100644
--- a/maps/EarlsPokemonAcademy.asm
+++ b/maps/EarlsPokemonAcademy.asm
@@ -65,7 +65,7 @@ MapEarlsPokemonAcademySignpost3Script: ; 0x68a9f
loadfont
2writetext UnknownText_0x68eb2
UnknownScript_0x68aa3: ; 0x68aa3
- loadmenudata $4ae1
+ loadmenudata MenuDataHeader_0x68ae1
interpretmenu
writebackup
if_equal $1, UnknownScript_0x68abe
@@ -107,8 +107,32 @@ UnknownScript_0x68ada: ; 0x68ada
2jump UnknownScript_0x68aa3
; 0x68ae1
-; menu data
-INCBIN "baserom.gbc",$68ae1,$2a
+
+MenuDataHeader_0x68ae1: ; 0x68ae1
+ db $40 ; flags
+ db 00, 00 ; start coords
+ db 08, 11 ; end coords
+ dw MenuData2_0x68ae9
+ db 1 ; default option
+; 0x68ae9
+
+MenuData2_0x68ae9: ; 0x68ae9
+ db $80 ; flags
+ dn 3, 2 ; rows, columns
+ db 5 ; spacing
+ dbw BANK(UnknownText_0x68af2), UnknownText_0x68af2
+ dbw $1a, $0000
+; 0x68af2
+
+UnknownText_0x68af2: ; 0x68af2
+ db "PSN@"
+ db "PAR@"
+ db "SLP@"
+ db "BRN@"
+ db "FRZ@"
+ db "QUIT@"
+; 0x68b0b
+
UnknownScript_0x68b0b: ; 0x68b0b
loadfont