summaryrefslogtreecommitdiff
path: root/macros/data_macros.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-08-10 00:43:16 +1200
committereinstein95 <einstein95@users.noreply.github.com>2017-08-10 00:43:16 +1200
commita5e8fc7dfcb2ec286ba28f89a2116f2f4a36d80a (patch)
tree680bdaed164fc3eba910e7aba571d26eae3bfec3 /macros/data_macros.asm
parent82267acc6938eda87c89e720c7dbce364b252223 (diff)
parenta1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (diff)
Update to latest pokered
Diffstat (limited to 'macros/data_macros.asm')
-rwxr-xr-xmacros/data_macros.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data_macros.asm b/macros/data_macros.asm
index e24ae20e..4c6457be 100755
--- a/macros/data_macros.asm
+++ b/macros/data_macros.asm
@@ -146,7 +146,7 @@ ENDM
;\6 (flag) = add 3 to width of connection strip (why?)
SOUTH_MAP_CONNECTION: MACRO
db \2 ; map id
- dw \5 + \4 ; "Conection Strip" location
+ dw \5 + \4 ; "Connection Strip" location
dw wOverworldMap + 3 + (\1_HEIGHT + 3) * (\1_WIDTH + 6) + \3 ; current map position
IF (\1_WIDTH < \2_WIDTH)
IF (_NARG > 5)