aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-04-13 20:11:29 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-04-13 20:11:29 -0400
commita1081856200cec52ba881fc6f878f5ce0328ab0a (patch)
treea8670a323b536f9e6cf991d8f7fd7595f67e2c46 /wram.asm
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
parentUse assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant (diff)
downloadpokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.tar.gz
pokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.tar.xz
pokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.zip
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 9965b328..a0033701 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1428,7 +1428,11 @@ wNumMovesMinusOne::
UNION
-wcd6d:: ds 4 ; buffer for various data
+wcd6d:: ds NAME_BUFFER_LENGTH ; buffer for various data
+
+NEXTU
+
+ ds 4
wStatusScreenCurrentPP::
; temp variable used to print a move's current PP on the status screen