diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-07 13:33:05 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-07 15:37:15 -0400 |
| commit | 41c19e6e7c751ad16e355cc9b5b1604b4199f2e5 (patch) | |
| tree | dab222f6f9e0af175530bbbeb33b731667767811 /engine/pokegear | |
| parent | 5cf09844197bdd48aa0ecab2f131ce07f3fe9ade (diff) | |
Add majority of remaining unused source files.
Diffstat (limited to 'engine/pokegear')
| -rw-r--r-- | engine/pokegear/radio.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokegear/radio.asm b/engine/pokegear/radio.asm index 761f84c3..77ba764e 100644 --- a/engine/pokegear/radio.asm +++ b/engine/pokegear/radio.asm @@ -653,8 +653,8 @@ PokedexShow2: add hl, bc rlca rlca - and 3 - add $68 + and %11 + add BANK("Pokedex Entries 001-064") push af ld a, BANK(PokedexDataPointerTable) call GetFarHalfword |
