summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-15 13:58:21 -0700
committerYamaArashi <shadow962@live.com>2015-07-15 13:58:21 -0700
commitac78dda7d8a4a6cf9af95f601bdac9fc348c65a6 (patch)
tree8e4e90bedb2bfcd6453794afbf48974f6be0157c /wram.asm
parent7b676f5851a2b6fe0001f259afde6e9918b93683 (diff)
more movement stuff
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 4658b84d..fa9305ef 100755
--- a/wram.asm
+++ b/wram.asm
@@ -390,7 +390,9 @@ wSwitchPartyMonTempBuffer:: ; cc97
; temporary buffer when swapping party mon data
ds 10
-wcca1:: ds 49 ; used in overworld npc movement
+wNumStepsToTake:: ; cca1
+; used in Pallet Town scripted movement
+ ds 49
wRLEByteCount:: ; ccd2
ds 1
@@ -988,7 +990,10 @@ wNPCMovementScriptSpriteOffset:: ; cf17
; sprite offset of sprite being controlled by NPC movement script
ds 1
-wcf18:: ds 2 ; used with overworld movement
+wScriptedNPCWalkCounter:: ; cf18
+ ds 1
+
+ ds 1
wGBC:: ; cf1a
ds 1