summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-03 17:15:20 -0500
committerGitHub <noreply@github.com>2018-02-03 17:15:20 -0500
commitb35eb72290b964b98844afbe741bb7ede34b9ef3 (patch)
tree2cf2652bc9c3e69ae5f7b2a2632c02a12498615f /constants/script_constants.asm
parent7547ad839cf1c8141b931d08ef16a894e7db68c9 (diff)
parent32ade4ac9bf113d630d904aab51f2c49c91bf8c2 (diff)
Merge pull request #480 from luckytyphlosion/master
[Ready to merge] Prefix wram labels with w.
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index fd5affce6..b72e50c1b 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -5,9 +5,9 @@ LAST_TALKED EQU -2
; memory constants
const_def
- const MEM_BUFFER_0 ; use StringBuffer3
- const MEM_BUFFER_1 ; use StringBuffer4
- const MEM_BUFFER_2 ; use StringBuffer5
+ const MEM_BUFFER_0 ; use wStringBuffer3
+ const MEM_BUFFER_1 ; use wStringBuffer4
+ const MEM_BUFFER_2 ; use wStringBuffer5
NUM_MEM_BUFFERS EQU const_value