mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
44 lines
623 B
NASM
Executable file
44 lines
623 B
NASM
Executable file
Route15Mons:
|
|
db $0F
|
|
IF _RED || (_JAPAN && _BLUE)
|
|
db 24,ODDISH
|
|
db 26,DITTO
|
|
db 23,PIDGEY
|
|
db 26,VENONAT
|
|
db 22,ODDISH
|
|
db 28,VENONAT
|
|
db 26,ODDISH
|
|
db 30,GLOOM
|
|
db 28,PIDGEOTTO
|
|
db 30,PIDGEOTTO
|
|
ENDC
|
|
|
|
IF _GREEN || (!_JAPAN && _BLUE)
|
|
db 24,BELLSPROUT
|
|
db 26,DITTO
|
|
db 23,PIDGEY
|
|
db 26,VENONAT
|
|
db 22,BELLSPROUT
|
|
db 28,VENONAT
|
|
db 26,BELLSPROUT
|
|
db 30,WEEPINBELL
|
|
db 28,PIDGEOTTO
|
|
db 30,PIDGEOTTO
|
|
ENDC
|
|
|
|
IF _YELLOW
|
|
db 26,ODDISH
|
|
db 26,BELLSPROUT
|
|
db 24,VENONAT
|
|
db 32,PIDGEOTTO
|
|
db 28,ODDISH
|
|
db 28,BELLSPROUT
|
|
db 30,GLOOM
|
|
db 30,WEEPINBELL
|
|
db 27,VENONAT
|
|
db 30,VENOMOTH
|
|
ENDC
|
|
|
|
db $00
|
|
|