diff options
| author | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
| commit | dbc1aff7d2a62eebd3b544d96a329f23c2e745c0 (patch) | |
| tree | 514136272e2937522108eee74a988a2f9a258ab6 /items | |
| parent | b46da481c970bd11dd28c101f52fd900471c8aba (diff) | |
Include Pokédex entries in the build.
Diffstat (limited to 'items')
| -rwxr-xr-x | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index ca2c6b3d..1f277493 100755 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -684,7 +684,7 @@ HeavyBallMultiplier: rlca rlca and $3 - add BANK(PokedexEntries1) ; $68 + add BANK("Pokedex Entries 001-064") ld d, a ld a, BANK(PokedexDataPointerTable) call GetFarHalfword |
