diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
commit | f0915e2b664f3c045cdea710aeced219396db8bb (patch) | |
tree | 791dd3a4cc749f482593f2bd3746f904304430d0 /constants/predef_constants.asm | |
parent | 47979336e29d7e22d524e35ddc50576874ead009 (diff) |
More BankF documentation
Also introduce bit direction constants and setpal macros
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 34b751e4..c4d0c208 100644 --- a/constants/predef_constants.asm +++ b/constants/predef_constants.asm @@ -2,7 +2,7 @@ const_value = 0 predef_const DrawPlayerHUDAndHPBar predef_const CopyUncompressedPicToTilemap - predef_const Func_3f073 + predef_const AnimateSendingOutMon predef_const ScaleSpriteByTwo predef_const LoadMonBackPic predef_const Func_79aba |