aboutsummaryrefslogtreecommitdiffstats
path: root/engine
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2023-11-22 15:09:21 +0000
committervulcandth <vulcandth@gmail.com>2023-11-22 15:09:21 +0000
commit1dcc16b34791510e478fc04675d79b2b6a63f9e8 (patch)
tree19711e6fe62c4acf5f3c6a00cc38572048ba05d5 /engine
parentFix some map text constants (diff)
downloadpokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.tar.gz
pokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.tar.xz
pokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.zip
Delete a couple EOL whitespace.
Diffstat (limited to 'engine')
-rw-r--r--engine/overworld/special_warps.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/special_warps.asm b/engine/overworld/special_warps.asm
index c538938b..0cc2a474 100644
--- a/engine/overworld/special_warps.asm
+++ b/engine/overworld/special_warps.asm
@@ -14,7 +14,7 @@ PrepareForSpecialWarp::
.setNewGameMatWarp
; This is called by OakSpeech during StartNewGame and
; loads the first warp event for the specified map index.
- ld a, PALLET_TOWN
+ ld a, PALLET_TOWN
.next
ld b, a
ld a, [wd72d]