summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index df993a9..4e05d3e 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -150,7 +150,13 @@ wCardBuffer2:: ; cc65
wCurrentMoveOrCardEffect:: ; ccb2
ds $1
- ds $5a
+ ds $40
+
+; color/pattern of the text box border, values between 0 and 7.
+; interpreted differently depending on console type
+wFrameType:: ; ccf3
+ ds $1
+ ds $19
;--- Overworld --------------------------------------------