diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-30 19:23:56 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-30 19:23:56 -0400 |
| commit | 588267d02050dfe8a566e660de76f7a223dc9617 (patch) | |
| tree | e7df7199493dcc5408efa43e84918cdf6da0e990 /engine/hall_of_fame.asm | |
| parent | Actually commit with vending_machine.asm included (diff) | |
| download | pokeyellow-588267d02050dfe8a566e660de76f7a223dc9617.tar.gz pokeyellow-588267d02050dfe8a566e660de76f7a223dc9617.tar.xz pokeyellow-588267d02050dfe8a566e660de76f7a223dc9617.zip | |
League PC code, address comments for hidden_items.asm
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 |
