diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 11:38:45 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 11:38:45 -0500 |
commit | 08891da82254aa4051bf594d4abc2db8e4043d8f (patch) | |
tree | 80fae311aa884ca10b2c8131113b4dfb9046991e /constants/wram_constants.asm | |
parent | 9e368eee1f2f14e0d7e13f0d41dc89292051ec56 (diff) |
const_def N
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index fa8edf232..65af255be 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -21,7 +21,7 @@ GAMETIMERPAUSE_TIMER_PAUSED_F EQU 0 GAMETIMERPAUSE_MOBILE_7_F EQU 7 ; Options:: ; cfcc -const_value set 4 + const_def 4 const NO_TEXT_SCROLL ; 4 const STEREO ; 5 const BATTLE_SHIFT ; 6 @@ -60,7 +60,7 @@ GBPRINTER_DARKEST EQU $7f const MENU_ACCOUNT ; 0 ; WalkingDirection:: ; d043 -const_value set -1 + const_def -1 const STANDING ; -1 const DOWN ; 0 const UP ; 1 |