diff options
author | yenatch <yenatch@gmail.com> | 2014-08-07 21:17:44 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-08-07 21:17:44 -0700 |
commit | 1cf79b6f15761ec95ba1b0f9d6d83781c4240612 (patch) | |
tree | 705b9c16082db98d1badd90ad214e433b95f9256 /engine/battle/e.asm | |
parent | 8dd46620bc7e17c4c582a391fb95c9e29ef58576 (diff) |
Fix static banks passed into GetName.
This appears to be the only other use of wPredefBank.
Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar.
Diffstat (limited to 'engine/battle/e.asm')
-rwxr-xr-x | engine/battle/e.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/e.asm b/engine/battle/e.asm index 8b0476ca..a0d9d80c 100755 --- a/engine/battle/e.asm +++ b/engine/battle/e.asm @@ -587,7 +587,7 @@ Func_39b87: ; 39b87 (e:5b87) jr z, .asm_39bc1 push hl ld [wd0b5], a - ld a, $2c + ld a, BANK(MoveNames) ld [wPredefBank], a ld a, MOVE_NAME ld [W_LISTTYPE], a |