summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-03 17:23:28 -0400
committeryenatch <yenatch@gmail.com>2013-08-03 17:26:58 -0400
commitc01c2ad3c4d7cdcc2989fcc4319a4be0612a0f94 (patch)
tree0b8bb21da464e3789e3c32275bb25ce86af59499 /wram.asm
parenta2242e1b9d95dcaf21ecdb5ae27a497c6ee6c27a (diff)
dump marts and related asm
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