diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
commit | d314bdb4fa6061fc8f288bae6c514df54047e79e (patch) | |
tree | 4151e764c5de0ca2063efac73afa4ccb2550dd25 /event | |
parent | 8612a4a531b755b1d323e834980dab5ae896499c (diff) |
Pokedex labels
Diffstat (limited to 'event')
-rwxr-xr-x | event/photo.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/photo.asm b/event/photo.asm index 712107ed0..b35b38e04 100755 --- a/event/photo.asm +++ b/event/photo.asm @@ -162,7 +162,7 @@ Function16cff: ; 16cff ld a, BANK(sScratch) call GetSRAMBank - ld de, w6_d000 + ld de, wBackupTilemap ld hl, sScratch ld a, [hROMBank] ld b, a |