mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00

- Added a gate between the two halves of Route 10 on the right side of Rock Tunnel that contains the Graveler trade NPC. - Improved Faraway's encounter table. - Made the music go silent before battling both of the postgame bosses for suspense reasons. It also sounds cool. - Minor text fixes
16 lines
313 B
NASM
16 lines
313 B
NASM
FarawayIslandInsideMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 25, MANKEY
|
|
db 28, GLOOM
|
|
db 26, BUTTERFREE
|
|
db 29, PRIMEAPE
|
|
db 24, MANKEY
|
|
db 30, DECILLA
|
|
db 26, MANKEY
|
|
db 30, GORILLAIMO
|
|
db 27, BUTTERFREE
|
|
db 30, AERODACTYL
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons |