Skip to content

Commit

Permalink
Delete a couple EOL whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Nov 22, 2023
1 parent 3c76871 commit 1dcc16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/overworld/special_warps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ wUnusedD366:: db

wCurMapHeader::
wCurMapTileset:: db
wCurMapHeight:: db
wCurMapHeight:: db
wCurMapWidth:: db
wCurMapDataPtr:: dw
wCurMapTextPtr:: dw
Expand Down

0 comments on commit 1dcc16b

Please sign in to comment.