summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rwxr-xr-xengine/debug.asm2
-rwxr-xr-xengine/stats_screen.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/debug.asm b/engine/debug.asm
index c15481926..4e3ce6f60 100755
--- a/engine/debug.asm
+++ b/engine/debug.asm
@@ -1,4 +1,4 @@
-const_value set $6a
+ const_def $6a
const DEBUGTEST_UP_ARROW ; $6a
const DEBUGTEST_TICKS ; $6b
const DEBUGTEST_WHITE ; $6c
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm
index a65cecc8a..8079088d9 100755
--- a/engine/stats_screen.asm
+++ b/engine/stats_screen.asm
@@ -1,4 +1,4 @@
-const_value set 1
+ const_def 1
const PINK_PAGE ; 1
const GREEN_PAGE ; 2
const BLUE_PAGE ; 3