diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 12:30:16 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 12:30:16 -0400 |
commit | ad3fca33d3532f5dcffd22e5b88d3169675f43d0 (patch) | |
tree | db2e88ba1efa00c9957c688109a589294ba280b3 /data | |
parent | 888860a5eeec547348c6a049fdf2595c0aa1c522 (diff) |
Attempt to make yellow buildable.
Building Errors: Segmentation Error.
Diffstat (limited to 'data')
-rwxr-xr-x | data/town_map_entries.asm | 4 | ||||
-rwxr-xr-x | data/town_map_order.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/town_map_entries.asm b/data/town_map_entries.asm index d2edd949..0362564f 100755 --- a/data/town_map_entries.asm +++ b/data/town_map_entries.asm @@ -1,4 +1,4 @@ -ExternalMapEntries: ; 71313 (1c:5313) +ExternalMapEntries: ; 7139c (1c:539c) EMAP $2,$B,PalletTownName EMAP $2,$8,ViridianCityName EMAP $2,$3,PewterCityName @@ -37,7 +37,7 @@ ExternalMapEntries: ; 71313 (1c:5313) EMAP $A,$1,Route24Name EMAP $B,$0,Route25Name -InternalMapEntries: ; 71382 (1c:5382) +InternalMapEntries: ; 7140b (1c:540b) IMAP $29,$2,$B,PalletTownName IMAP $2E,$2,$8,ViridianCityName IMAP $33,$2,$6,Route2Name diff --git a/data/town_map_order.asm b/data/town_map_order.asm index 3bd8c223..2713787c 100755 --- a/data/town_map_order.asm +++ b/data/town_map_order.asm @@ -1,4 +1,4 @@ -TownMapOrder: ; 70f11 (1c:4f11) +TownMapOrder: ; 70f95 (1c:4f95) db PALLET_TOWN db ROUTE_1 db VIRIDIAN_CITY |