diff options
author | yenatch <yenatch@gmail.com> | 2013-08-16 14:38:59 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-16 14:38:59 -0400 |
commit | b3dcb0e87529179111f65465fa7090af94008a65 (patch) | |
tree | 7e46b65f7dc8db3be0a7875fcc1587286c21fb11 | |
parent | ff453a514b8fae87a65470b8e7da3b8f0d2adae6 (diff) |
pokegear radio channel names
-rw-r--r-- | main.asm | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -60264,8 +60264,21 @@ PokegearSpritesGFX: ; 914dd INCBIN "gfx/misc/pokegear_sprites.lz" ; 91508 -INCBIN "baserom.gbc", $91508, $91ae1 - $91508 - +INCBIN "baserom.gbc", $91508, $918bf - $91508 + +RadioChannels: ; 918bf +; Buena's Password is at 0x917c3 + db "OAK's ", $e1, $e2, " Talk@" + db "#DEX Show@" + db "#MON Music@" + db "Lucky Channel@" + db "?????@" + db "Places & People@" + db "Let's All Sing!@" + db "# FLUTE@" +; 9191c + +INCBIN "baserom.gbc", $9191c, $91ae1 - $9191c Function91ae1: ; 91ae1 ld a, e |