summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/town_map.asm7
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm
index 0c56dd88..b357f8f3 100755
--- a/engine/items/town_map.asm
+++ b/engine/items/town_map.asm
@@ -120,10 +120,9 @@ LoadTownMap_Nest:
push hl
call DisplayWildLocations
call GetMonName
- hlcoord 1, 0
+ hlcoord 9, 0
call PlaceString
- ld h, b
- ld l, c
+ hlcoord 1, 0
ld de, MonsNestText
call PlaceString
call WaitForTextScrollButtonPress
@@ -134,7 +133,7 @@ LoadTownMap_Nest:
ret
MonsNestText:
- db "'s NEST@"
+ db "NIDO DE @"
LoadTownMap_Fly::
call ClearSprites