diff options
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index d417e0a3..63825c0e 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -132,7 +132,7 @@ LoadTownMap_Nest: ret MonsNestText: - db "'s NEST@" + db " FUNDORT@" LoadTownMap_Fly: call ClearSprites @@ -244,7 +244,7 @@ LoadTownMap_Fly: jr .pressedDown ToText: - db "To@" + db " ‘@" BuildFlyLocationsList: ld hl, wFlyLocationsList - 1 @@ -415,7 +415,7 @@ DisplayWildLocations: jp CopyData AreaUnknownText: - db " AREA UNKNOWN@" + db " GEBIET UNB.@" TownMapCoordsToOAMCoords: ; in: lower nybble of a = x, upper nybble of a = y |