diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-29 13:15:58 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-29 13:15:58 -0500 |
commit | 9bbb65166e4f7674bbdec7b1314b0cf42b43a923 (patch) | |
tree | e6e65f2094fddc71695e517075800ca36124c4f6 /wram.asm | |
parent | a2a26682330b70629d68f1f159c9b139b237c5ae (diff) |
More movement stuff
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -385,14 +385,14 @@ wLinkMode:: ; c2dc ScriptVar:: ; c2dd ds 1 -wc2de:: ds 1 -wc2df:: ds 1 +wPlayerNextMovement:: ds 1 +wPlayerMovement:: ds 1 ds 2 +wc2e2:: wMovementPerson:: ds 1 wMovementDataPointer:: ds 3 ; dba wc2e6:: ds 4 -wc2ea:: ds 1 -wc2eb:: +wMovementByteWasControlSwitch:: ds 1 wMovementPointer:: ds 2 ; c2eb ds 3 @@ -2601,9 +2601,8 @@ CurDay:: ; d4cb wObjectFollow_Leader:: ds 1 wObjectFollow_Follower:: ds 1 wCenteredObject:: ds 1 -wd4d0:: ds 1 -wd4d1:: ds 1 - ds 4 +wFollowerMovementQueueLength:: ds 1 +wFollowMovementQueue:: ds 5 ObjectStructs:: ; d4d6 object_struct: MACRO |