summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 7e744b989..a2a0e61d0 100644
--- a/wram.asm
+++ b/wram.asm
@@ -928,6 +928,7 @@ EngineBuffer1: ; d03e
CurFruit: ; d03f
ds 1
+MartPointer: ; d040
ds 2
MovementAnimation: ; d042
@@ -983,7 +984,13 @@ VramState: ; d0ed
; flickers when climbing waterfall
ds 1
- ds 24
+ ds 2
+
+CurMart: ; d0f0
+ ds 16
+CurMartEnd
+
+ ds 6
CurItem: ; d106
ds 1