diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 20:40:21 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 20:40:21 -0500 |
commit | 271aa20b73f699819351e787c58d0d14694eb135 (patch) | |
tree | 114707253a602add1e29044adc1a08672f84d063 /engine/radio.asm | |
parent | 32ed487a476e01759d3d9dbc818d8566ae2c9cb7 (diff) |
Keep documentation in sync with new WRAM labels
Diffstat (limited to 'engine/radio.asm')
-rw-r--r-- | engine/radio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/radio.asm b/engine/radio.asm index 5277b12cd..2a8218e4c 100644 --- a/engine/radio.asm +++ b/engine/radio.asm @@ -702,7 +702,7 @@ PokedexShow_GetDexEntryBank: pop hl ret -.PokedexEntryBanks +.PokedexEntryBanks: db BANK(PokedexEntries1) db BANK(PokedexEntries2) db BANK(PokedexEntries3) |