summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-25 22:43:31 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-25 22:43:31 -0400
commit3c966f7df4170f58f8274f444977c5a29225d9be (patch)
treef9600d107d608241fdfafe1d08dddc6a4e80ef0b /macros
parent906ea8bdfcf024cb5011948a319764047f8fa41f (diff)
Disassembled all routines related to sprite movement/collisions. Added in constants
Diffstat (limited to 'macros')
-rw-r--r--macros/wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/wram.asm b/macros/wram.asm
index da67ba5..4433267 100644
--- a/macros/wram.asm
+++ b/macros/wram.asm
@@ -275,8 +275,8 @@ object_struct: MACRO
\1Facing:: ds 1
\1StandingTile:: ds 1 ; collision
\1LastTile:: ds 1 ; collision
-\1StandingMapX:: ds 1
-\1StandingMapY:: ds 1
+\1NextMapX:: ds 1
+\1NextMapY:: ds 1
\1LastMapX:: ds 1
\1LastMapY:: ds 1
\1ObjectInitX:: ds 1