summaryrefslogtreecommitdiff
path: root/engine/pokegear/radio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokegear/radio.asm')
-rw-r--r--engine/pokegear/radio.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/pokegear/radio.asm b/engine/pokegear/radio.asm
index ffaef80f0..a4eb345d4 100644
--- a/engine/pokegear/radio.asm
+++ b/engine/pokegear/radio.asm
@@ -703,10 +703,10 @@ PokedexShow_GetDexEntryBank:
ret
.PokedexEntryBanks:
- db BANK(PokedexEntries1)
- db BANK(PokedexEntries2)
- db BANK(PokedexEntries3)
- db BANK(PokedexEntries4)
+ db BANK("Pokedex Entries 001-064")
+ db BANK("Pokedex Entries 065-128")
+ db BANK("Pokedex Entries 129-192")
+ db BANK("Pokedex Entries 193-251")
PokedexShow1:
call StartRadioStation