summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-16 14:38:59 -0400
committeryenatch <yenatch@gmail.com>2013-08-16 14:38:59 -0400
commitb3dcb0e87529179111f65465fa7090af94008a65 (patch)
tree7e46b65f7dc8db3be0a7875fcc1587286c21fb11
parentff453a514b8fae87a65470b8e7da3b8f0d2adae6 (diff)
pokegear radio channel names
-rw-r--r--main.asm17
1 files changed, 15 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 6836badab..0aca6fd01 100644
--- a/main.asm
+++ b/main.asm
@@ -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