summaryrefslogtreecommitdiff
path: root/macros/data_macros.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-08-10 18:35:24 +1200
committereinstein95 <einstein95@users.noreply.github.com>2017-08-10 18:35:24 +1200
commitbfff18f882b325827fbfc892ba4ce5b9e1a51604 (patch)
treed8db8dc0caa7d42b493d820fd5a0975f5331092a /macros/data_macros.asm
parent834fa28551f3f0df9668be8d344c8affaf94c62a (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)