diff options
author | yenatch <yenatch@gmail.com> | 2013-08-03 17:23:28 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-03 17:26:58 -0400 |
commit | c01c2ad3c4d7cdcc2989fcc4319a4be0612a0f94 (patch) | |
tree | 0b8bb21da464e3789e3c32275bb25ce86af59499 /wram.asm | |
parent | a2242e1b9d95dcaf21ecdb5ae27a497c6ee6c27a (diff) |
dump marts and related asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |