diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-29 15:19:11 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-29 15:19:11 -0500 |
commit | e4ff514bd4c33a0a7296a7487fe260bc59f15522 (patch) | |
tree | 50c74eb279599d8f8cb2deb164f44539659726d9 | |
parent | f5a200ef811127d0ac472b12bf1305519a38935c (diff) |
add in some shared characters from pokered
-rw-r--r-- | main.asm | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -15,7 +15,31 @@ IncGradGBPalTable_01: ; 0x52f db %11100100 db %11100100 -INCBIN "baserom.gbc",$538,$26ef - $538 +INCBIN "baserom.gbc",$538,$1273 - $538 + +Char5CText: ; 0x1273 + db "TM@" +Char5DText: ; 0x1276 + db "TRAINER@" +Char5BText: ; 0x127e + db "PC@" + +INCBIN "baserom.gbc",$1281,$1293 - $1281 + +Char56Text: ; 0x1293 + db "…@" +Char5AText: ; 0x1295 + db "Enemy @" + +INCBIN "baserom.gbc",$129c,$1356 - $129c + +Char5F: ; 0x1356 +; ends a Pokédex entry + ld [hl],"." + pop hl + ret + +INCBIN "baserom.gbc",$135a,$26ef - $135a UnknownScript_0x26ef: ; 0x26ef jumptextfaceplayer $26f2 |