diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-29 15:09:32 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-29 15:09:32 -0500 |
commit | 6dc1f939e1e97563928c22950d8fa618d892c32d (patch) | |
tree | 9f9f19eac7a40d9d66fb259da8b1e377826360be /constants/predef_constants.asm | |
parent | 2e3b58e6207997315cd69bf50968494b3b2b982b (diff) |
bankB misc functions
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
Diffstat (limited to 'constants/predef_constants.asm')
-rw-r--r-- | constants/predef_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/predef_constants.asm b/constants/predef_constants.asm index c8b4a9cd..34b751e4 100644 --- a/constants/predef_constants.asm +++ b/constants/predef_constants.asm @@ -31,7 +31,7 @@ const_value = 0 predef_const GetQuantityOfItemInBag predef_const CheckForHiddenObjectOrBookshelfOrCardKeyDoor ; for these two, the bank number is actually 0 predef_const GiveItem - predef_const InvertBGPalColor0_4Frames + predef_const InvertBGPal_4Frames predef_const FindPathToPlayer predef_const Func_480ff predef_const CalcPositionOfPlayerRelativeToNPC |