summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-03 04:50:33 +0200
committerobskyr <powpowd@gmail.com>2018-07-03 04:50:33 +0200
commit382fd4b50e27cea7e0f97839363235ea2eac14fa (patch)
treed9836c547ac68f14a4b1766453334812380d050b /macros
parentd26c5f6937518f891d7cb699e237e172588f4a26 (diff)
parent2dfc7fc635b13291588ba8aae65fd0ece7211799 (diff)
Merge branch 'collisions-movements' of https://github.com/Pokeglitch/pokegold-spaceworld into master
And that's the last of the manual merges for now! Hooray!
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