diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
commit | d3cd6e1e1a64a0093128918f9e02a79dc6d510cb (patch) | |
tree | 212ced67fff5042b40b2225d30087e41e83abf0a /engine/hidden_object_functions7.asm | |
parent | f0915e2b664f3c045cdea710aeced219396db8bb (diff) |
BankF documentation from HasMonFainted to Func_3d536
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-x | engine/hidden_object_functions7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index b61dc68a..33ad1c9b 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -391,7 +391,7 @@ BillsHousePokemonList: ; 1ec05 (7:6c05) ld hl, BillsHousePokemonListText1 call PrintText xor a - ld [W_ANIMATIONID], a + ld [wAnimationID], a ld [wCurrentMenuItem], a ld [wLastMenuItem], a ld a, A_BUTTON | B_BUTTON |