diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:11:09 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:11:09 -0700 |
commit | 0dea0cc3fb815aae7d7a5e856aabf9b402d45cd0 (patch) | |
tree | d6bf1cd5291e9c0b5598182ceb6a7a67ef202314 /engine/battle/9.asm | |
parent | 15427f532085846ab6b51719be687951a094cb6c (diff) |
Comment some bank 0 functions, and add wram labels for Predef.
Diffstat (limited to 'engine/battle/9.asm')
-rwxr-xr-x | engine/battle/9.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/9.asm b/engine/battle/9.asm index 79624d34..a2f846a2 100755 --- a/engine/battle/9.asm +++ b/engine/battle/9.asm @@ -1,5 +1,5 @@ Func_27d6b: ; 27d6b (9:7d6b) - call Load16BitRegisters + call GetPredefRegisters push hl call GetMonHeader pop hl @@ -26,7 +26,7 @@ asm_27d8c: ; 27d8c (9:7d8c) jp FillMemory Func_27d98: ; 27d98 (9:7d98) - call Load16BitRegisters + call GetPredefRegisters push hl ld a, [W_PLAYERMOVETYPE] ; $cfd5 asm_27d9f: ; 27d9f (9:7d9f) |