mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Rock Smash, but good
Adds new rock smash wild data categories. Somehow, the functionality for this existed in-game, they just...didn't use it.
This commit is contained in:
parent
26c5ede84f
commit
a91b7fd2a1
3 changed files with 49 additions and 7 deletions
|
|
@ -185,7 +185,12 @@ DEF NUM_ROAMMON_MAPS EQU 16 ; RoamMaps table size (see data/wild/roammon_maps.as
|
|||
const TREEMON_SET_KANTO
|
||||
const TREEMON_SET_LAKE
|
||||
const TREEMON_SET_FOREST
|
||||
const TREEMON_SET_ROCK
|
||||
const TREEMON_SET_ROCK_BEACH
|
||||
const TREEMON_SET_ROCK_DARK_CAVE
|
||||
const TREEMON_SET_ROCK_TOWER
|
||||
const TREEMON_SET_ROCK_ICE
|
||||
const TREEMON_SET_ROCK_SQUARE
|
||||
const TREEMON_SET_ROCK_WELL
|
||||
DEF NUM_TREEMON_SETS EQU const_value
|
||||
|
||||
; treemon scores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue