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

Just some very minor things I'm pushing while I work on the stubborn Silph Gauntlet Guard. - Fixed the misshapen Poke Ball and Pikachu sprites on the 3DS Border, and gave Shocks the updated grey palette. - Moved a trainer in Rock Tunnel that was accidentally made optional. - Fixed some wording in Gavillain's dex entry - Made wild encounters in Rock Tunnel have more consistent levels.
17 lines
296 B
NASM
17 lines
296 B
NASM
RockTunnelB1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, ZUBAT
|
|
db 17, ZUBAT
|
|
db 17, RIBBITO
|
|
db 15, MACHOP
|
|
db 16, RIBBITO
|
|
db 18, ZUBAT
|
|
db 17, MACHOP
|
|
db 17, ONIX
|
|
db 16, GAVILLAIN
|
|
db 17, GAVILLAIN
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|