diff options
Diffstat (limited to 'engine/routines/townmap_convertlinebreakcharacters.asm')
-rw-r--r-- | engine/routines/townmap_convertlinebreakcharacters.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/townmap_convertlinebreakcharacters.asm b/engine/routines/townmap_convertlinebreakcharacters.asm index f08b436c9..6ccd79aae 100644 --- a/engine/routines/townmap_convertlinebreakcharacters.asm +++ b/engine/routines/townmap_convertlinebreakcharacters.asm @@ -1,5 +1,5 @@ TownMap_ConvertLineBreakCharacters: ; 1de2c5 - ld hl, StringBuffer1 + ld hl, wStringBuffer1 .loop ld a, [hl] cp "@" @@ -15,7 +15,7 @@ TownMap_ConvertLineBreakCharacters: ; 1de2c5 ld [hl], "<LNBRK>" .end - ld de, StringBuffer1 + ld de, wStringBuffer1 hlcoord 9, 0 call PlaceString ret |