mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-12 13:49:42 -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
13 lines
524 B
NASM
Executable File
13 lines
524 B
NASM
Executable File
TradeMons: ; 71b7b (1c:5b7b)
|
|
; givemonster, getmonster, textstring, nickname (11 bytes), 14 bytes total
|
|
db LICKITUNG, DUGTRIO, 0,"GURIO@@@@@@"
|
|
db CLEFAIRY, MR_MIME, 0,"MILES@@@@@@"
|
|
db BUTTERFREE,BEEDRILL, 2,"STINGER@@@@"
|
|
db KANGASKHAN,MUK, 0,"STICKY@@@@@"
|
|
db MEW, MEW, 2,"BART@@@@@@@"
|
|
db TANGELA, PARASECT, 0,"SPIKE@@@@@@"
|
|
db PIDGEOT, PIDGEOT, 1,"MARTY@@@@@@"
|
|
db GOLDUCK, RHYDON, 1,"BUFFY@@@@@@"
|
|
db GROWLITHE, DEWGONG, 2,"CEZANNE@@@@"
|
|
db CUBONE, MACHOKE, 2,"RICKY@@@@@@"
|