mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Finish Lake of Rage "town"
Well, sort of. There's still a lot you can do with Pryce's House, it needs more things. I want to make it so Pryce only appears when the Red Gyarados has been defeated. Maybe he can give a TM or something too. This commit does the following; - Fix the weird landmarking because I was a dumb stupid idiot. - Adds all the relevant signs. - Adds Pryce's House over where the gym was. Just a cute, quaint little place.
This commit is contained in:
parent
c1fa88db2a
commit
56bf3ef2b0
10 changed files with 156 additions and 10 deletions
|
|
@ -60,9 +60,6 @@ ENDM
|
|||
map_const ROUTE_42, 30, 9 ; 5
|
||||
map_const ROUTE_44, 30, 9 ; 6
|
||||
map_const MAHOGANY_TOWN, 10, 9 ; 7
|
||||
map_const LAKE_OF_RAGE_TRADER_HOUSE, 4, 4 ; 8
|
||||
map_const LAKE_OF_RAGE_POKECENTER_1F, 5, 4 ; 9
|
||||
map_const LAKE_OF_RAGE_MART, 6, 4 ; 10
|
||||
endgroup
|
||||
|
||||
newgroup DUNGEONS ; 3
|
||||
|
|
@ -236,6 +233,10 @@ ENDM
|
|||
map_const ROUTE_43_GATE, 5, 4 ; 4
|
||||
map_const ROUTE_43, 10, 27 ; 5
|
||||
map_const LAKE_OF_RAGE, 20, 18 ; 6
|
||||
map_const LAKE_OF_RAGE_TRADER_HOUSE, 4, 4 ; 7
|
||||
map_const LAKE_OF_RAGE_POKECENTER_1F, 5, 4 ; 8
|
||||
map_const LAKE_OF_RAGE_MART, 6, 4 ; 9
|
||||
map_const LAKE_OF_RAGE_PRYCES_HOUSE, 8, 5 ; 10
|
||||
endgroup
|
||||
|
||||
newgroup VIOLET ; 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue