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/bank3d_battle.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/battle/bank3d_battle.asm')
| -rw-r--r-- | engine/battle/bank3d_battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
