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/misc_constants.asm | |
parent | 47979336e29d7e22d524e35ddc50576874ead009 (diff) |
More BankF documentation
Also introduce bit direction constants and setpal macros
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 527152fe..3f48b091 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -26,6 +26,16 @@ D_LEFT EQU %00100000 D_UP EQU %01000000 D_DOWN EQU %10000000 +const_value set 0 + const BIT_A_BUTTON + const BIT_B_BUTTON + const BIT_SELECT + const BIT_START + const BIT_D_RIGHT + const BIT_D_LEFT + const BIT_D_UP + const BIT_D_DOWN + SCREEN_WIDTH EQU 20 SCREEN_HEIGHT EQU 18 @@ -207,5 +217,5 @@ const_value set 1 const PIKAHAPPY_DEPOSITED const PIKAHAPPY_FAINTED const PIKAHAPPY_PSNFNT - const PIKAHAPPY_10 + const PIKAHAPPY_CARELESSTRAINER const PIKAHAPPY_TRADE |