mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Route 53; needs refinement and lacks encounter data
Right side of the map is visibly slightly cut off. Whoops. I'll probably adjust it later. Left side is fine, though.
This commit is contained in:
parent
1d464d7dd4
commit
c724dd3977
12 changed files with 20 additions and 3 deletions
|
|
@ -140,6 +140,7 @@ DEF NIHON_LANDMARK EQU const_value
|
|||
const LANDMARK_SAVOY_CITY
|
||||
const LANDMARK_CORAL_CITY
|
||||
const LANDMARK_ROUTE_52
|
||||
const LANDMARK_ROUTE_53
|
||||
const LANDMARK_BLUE_FOREST
|
||||
const LANDMARK_ROUTE_66
|
||||
const LANDMARK_WHITE_CITY
|
||||
|
|
|
|||
|
|
@ -676,6 +676,7 @@ ENDM
|
|||
newgroup CORAL_CITY ; 38
|
||||
map_const CORAL_CITY, 20, 18 ; 1
|
||||
map_const ROUTE_52, 25, 9 ; 2
|
||||
map_const ROUTE_53, 10, 27 ; 3
|
||||
endgroup
|
||||
|
||||
newgroup BLUE_FOREST ; 39
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue