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/battle | |
| 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/battle')
| -rwxr-xr-x | engine/battle/animations.asm | 2 | ||||
| -rw-r--r-- | engine/battle/bank3d_battle.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index d07e0b42..52d2ee6e 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2300,7 +2300,7 @@ ChangeMonPic: ; 798d4 (1e:58d4) ld [wcf91], a ld [wd0b5], a xor a - ld [W_SPRITEFLIPPED], a + ld [wSpriteFlipped], a call GetMonHeader coord hl, 12, 0 call LoadFrontSpriteByMonIndex diff --git a/engine/battle/bank3d_battle.asm b/engine/battle/bank3d_battle.asm index b9713cec..7f8854a4 100644 --- a/engine/battle/bank3d_battle.asm +++ b/engine/battle/bank3d_battle.asm @@ -237,7 +237,7 @@ CopyUncompressedPicToHL: ; f6203 (3d:6203) ld bc, $707 ld de, $14 push af - ld a, [W_SPRITEFLIPPED] + ld a, [wSpriteFlipped] and a jr nz, .asm_f6220 pop af |
