diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:44:18 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:44:18 -0400 |
| commit | e676e031a57371010742f779639024e371d5dc9f (patch) | |
| tree | 99f751b218c28f1df3181c927142eab5e19ba6a8 /engine/hall_of_fame.asm | |
| parent | Bump extras (diff) | |
| parent | Update extras with fixed gbz80disasm.py (diff) | |
| download | pokeyellow-e676e031a57371010742f779639024e371d5dc9f.tar.gz pokeyellow-e676e031a57371010742f779639024e371d5dc9f.tar.xz pokeyellow-e676e031a57371010742f779639024e371d5dc9f.zip | |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 762850f3..d5c8b2f2 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -20,7 +20,7 @@ AnimateHallOfFame: ; 701c6 (1c:41c6) xor a ld [wUpdateSpritesEnabled], a ld [hTilesetType], a - ld [W_SPRITEFLIPPED], a + ld [wSpriteFlipped], a ld [wLetterPrintingDelayFlags], a ; no delay ld [wHoFMonOrPlayer], a ; mon inc a |
