From 1dcc16b34791510e478fc04675d79b2b6a63f9e8 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Wed, 22 Nov 2023 15:09:21 +0000 Subject: Delete a couple EOL whitespace. --- engine/overworld/special_warps.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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] -- cgit v1.3.1-sl0p