mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-13 14:31:55 -05:00
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
19 lines
276 B
NASM
Executable File
19 lines
276 B
NASM
Executable File
TitleMons: ; 4588 (1:4588)
|
|
; mons on the title screen are randomly chosen from here
|
|
db CHARMANDER
|
|
db SQUIRTLE
|
|
db BULBASAUR
|
|
db WEEDLE
|
|
db NIDORAN_M
|
|
db SCYTHER
|
|
db PIKACHU
|
|
db CLEFAIRY
|
|
db RHYDON
|
|
db ABRA
|
|
db GASTLY
|
|
db DITTO
|
|
db PIDGEOTTO
|
|
db ONIX
|
|
db PONYTA
|
|
db MAGIKARP
|