diff options
| author | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
| commit | 36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (patch) | |
| tree | 213b9771f884b4c3f5f6f3436b2e9c20a7989dd7 /engine/items | |
| parent | 4bd566bbb14ba293e23ec8c21ee1a7541d9f975a (diff) | |
aaaand more fixes
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/town_map.asm | 7 |
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 |
