summaryrefslogtreecommitdiff
path: root/engine/pokegear
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
commitfbe82a7fe0f310ade7436d4d8f352ee04e05a1ec (patch)
treed474f9d2ee1876cdee83564ddd2e44986eb8a4a4 /engine/pokegear
parent6130fc5cd6b002f827d307c64a432e960629cb9b (diff)
Note which labels are only needed for locating banks (relevant to issue #485)
Diffstat (limited to 'engine/pokegear')
-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