diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
commit | 9e3bd6cb9b4366ba242d828d2e3bfd7a26e588e4 (patch) | |
tree | d615807f6f4d2fd5a57d299492eb606aae174a24 /engine | |
parent | 038166f97c7cc7466fd8012cfcb23fc013e025cd (diff) |
Label scratch space and a bunch of box lists.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/pokedex.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm index c48030501..87427e753 100644 --- a/engine/pokedex.asm +++ b/engine/pokedex.asm @@ -2421,12 +2421,12 @@ Function4143b: ; 4143b ret .asm_4145b - ld a, $0 + ld a, BANK(sScratch) call GetSRAMBank callba Function1de0d7 ld hl, VTiles2 - ld de, $a000 - ld c, $31 + ld de, sScratch + ld c, 7 * 7 ld a, [hROMBank] ld b, a call Get2bpp |