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/predefs17_2.asm | |
parent | 15427f532085846ab6b51719be687951a094cb6c (diff) |
Comment some bank 0 functions, and add wram labels for Predef.
Diffstat (limited to 'engine/predefs17_2.asm')
-rwxr-xr-x | engine/predefs17_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs17_2.asm b/engine/predefs17_2.asm index a1c4ff30..c2cbefc2 100755 --- a/engine/predefs17_2.asm +++ b/engine/predefs17_2.asm @@ -1,6 +1,6 @@ ; updates the types of a party mon (pointed to in hl) to the ones of the mon specified in $d11e SetPartyMonTypes: ; 5db5e (17:5b5e) - call Load16BitRegisters + call GetPredefRegisters ld bc, W_PARTYMON1_TYPE1 - W_PARTYMON1DATA ; $5 add hl, bc ld a, [$d11e] |