diff options
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index d417e0a3..7c4654aa 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -118,10 +118,9 @@ LoadTownMap_Nest: push hl call DisplayWildLocations call GetMonName - coord hl, 1, 0 + coord hl, 8, 0 call PlaceString - ld h, b - ld l, c + coord hl, 1, 0 ld de, MonsNestText call PlaceString call WaitForTextScrollButtonPress @@ -132,7 +131,7 @@ LoadTownMap_Nest: ret MonsNestText: - db "'s NEST@" + db "NID DE @" LoadTownMap_Fly: call ClearSprites @@ -244,7 +243,7 @@ LoadTownMap_Fly: jr .pressedDown ToText: - db "To@" + db " ‘@" BuildFlyLocationsList: ld hl, wFlyLocationsList - 1 @@ -415,7 +414,7 @@ DisplayWildLocations: jp CopyData AreaUnknownText: - db " AREA UNKNOWN@" + db " ZONE INCONNUE@" TownMapCoordsToOAMCoords: ; in: lower nybble of a = x, upper nybble of a = y |