diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 13:46:21 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 13:46:21 -0400 |
commit | fb26d95103ab3d657872fd77b96b36bf6507c2c5 (patch) | |
tree | e7e5a18c5128e9550adad0ab71c1a8ae0cffb19e /wram.asm | |
parent | fb959c3c84062539b99afb143308b0f41eba6744 (diff) |
More map objects
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2063,10 +2063,12 @@ wce7f:: ds 1 ; ce7f wce80:: ds 1 ; ce80 wce81:: ds 1 ; ce81 wce82:: ds 1 ; ce82 -wce83:: ds 1 ; ce83 -wce84:: ds 1 ; ce84 -wce85:: ds 1 ; ce85 -wce86:: ds 1 ; ce86 + +wPlayerStepVectorX:: ds 1 ; ce83 +wPlayerStepVectorY:: ds 1 ; ce84 +wPlayerStepFlags:: ds 1 ; ce85 +wPlayerStepDirection:: ds 1 ; ce86 + wce87:: ds 1 ; ce87 wce88:: ds 1 ; ce88 wce89:: ds 1 ; ce89 |