summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpadz <yenatch@github.com>2012-09-26 15:43:48 -0400
committerpadz <yenatch@github.com>2012-09-26 15:43:48 -0400
commit399a5ab171e75fff03b25ef35bbfd90521c3953a (patch)
tree5d839d049b001da6e69974f52195f3b57d84fac0 /wram.asm
parentea897c2a371d66b6f4fa1b07fb37d4a8b8f10edc (diff)
emergency fix
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 623805ea9..ef751a24c 100644
--- a/wram.asm
+++ b/wram.asm
@@ -733,7 +733,10 @@ Balls: ; d8d8
SECTION "overworld",BSS[$d95d]
PlayerState: ; d95d
-; surfing = $04
+; $00: normal
+; $01: bicycle
+; $04: surf
+; $08: surf (pikachu)
ds 1
SECTION "scriptram",BSS[$d962]