diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
commit | 994c2cbf289efa2e23eabf1af96ba62e4f066005 (patch) | |
tree | 74674d580b4ca868d727aae9ac71795d8d98b9c7 /engine/predefs.asm | |
parent | 07dd7056372288de7bb5b64f9416d741adb3b499 (diff) |
named wram variables
Diffstat (limited to 'engine/predefs.asm')
-rwxr-xr-x | engine/predefs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs.asm b/engine/predefs.asm index a8aba971..1af240ce 100755 --- a/engine/predefs.asm +++ b/engine/predefs.asm @@ -57,7 +57,7 @@ PredefPointers:: ; 4fe79 (13:7e79) add_predef AnimateSendingOutMon add_predef ScaleSpriteByTwo add_predef LoadMonBackPic - add_predef CopyGrowingMonTiles + add_predef CopyDownscaledMonTiles add_predef LoadMissableObjects add_predef HealParty add_predef MoveAnimation; 08 play move animation |