summaryrefslogtreecommitdiff
path: root/constants/text_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-31 11:38:45 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-31 11:38:45 -0500
commit08891da82254aa4051bf594d4abc2db8e4043d8f (patch)
tree80fae311aa884ca10b2c8131113b4dfb9046991e /constants/text_constants.asm
parent9e368eee1f2f14e0d7e13f0d41dc89292051ec56 (diff)
const_def N
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r--constants/text_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm
index a6052065c..a64039f64 100644
--- a/constants/text_constants.asm
+++ b/constants/text_constants.asm
@@ -9,7 +9,7 @@ TRAINER_CLASS_NAME_LENGTH EQU 13
NAME_LENGTH_JAPANESE EQU 6
; GetName types (see home/names.asm)
-const_value set 1
+ const_def 1
const MON_NAME ; 1
const MOVE_NAME ; 2
const DUMMY_NAME ; 3
@@ -31,7 +31,7 @@ TEXTBOX_Y EQU SCREEN_HEIGHT - TEXTBOX_HEIGHT
TEXTBOX_INNERY EQU TEXTBOX_Y + 2
; PrintNum bit flags
-const_value set 5
+ const_def 5
const PRINTNUM_MONEY_F ; 5
const PRINTNUM_RIGHTALIGN_F ; 6
const PRINTNUM_LEADINGZEROS_F ; 7