mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
21 lines
315 B
NASM
Executable file
21 lines
315 B
NASM
Executable file
PowerPlantMons:
|
|
db 10 ; grass encounter rate
|
|
db 21, VOLTORB
|
|
db 21, MAGNEMITE
|
|
db 20, PIKACHU
|
|
db 24, PIKACHU
|
|
db 23, MAGNEMITE
|
|
db 23, VOLTORB
|
|
db 32, MAGNETON
|
|
db 35, MAGNETON
|
|
IF DEF(_RED)
|
|
db 33, ELECTABUZZ
|
|
db 36, ELECTABUZZ
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 33, RAICHU
|
|
db 36, RAICHU
|
|
ENDC
|
|
|
|
db 0 ; water encounter rate
|