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:
Llinos Evans 2023-10-28 00:03:23 +01:00
parent c1fa88db2a
commit 56bf3ef2b0
10 changed files with 156 additions and 10 deletions

View file

@ -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