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 /home.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 'home.asm')
| -rw-r--r-- | home.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -316,7 +316,7 @@ OverwritewMoves:: ; 113a (0:113a) LoadFlippedFrontSpriteByMonIndex:: ; 1144 (0:1144) ld a, 1 - ld [W_SPRITEFLIPPED], a + ld [wSpriteFlipped], a LoadFrontSpriteByMonIndex:: ; 1149 (0:1149) push hl @@ -350,7 +350,7 @@ LoadFrontSpriteByMonIndex:: ; 1149 (0:1149) ld [hStartTileID], a call CopyUncompressedPicToHL xor a - ld [W_SPRITEFLIPPED], a + ld [wSpriteFlipped], a pop af jp BankswitchCommon @@ -949,7 +949,7 @@ InterlaceMergeSpriteBuffers:: ; 14c7 (0:14c7) dec a ld [H_SPRITEINTERLACECOUNTER], a jr nz, .interlaceLoop - ld a, [W_SPRITEFLIPPED] + ld a, [wSpriteFlipped] and a jr z, .notFlipped ld bc, 2*SPRITEBUFFERSIZE |
