Importing tradeback learnsets for the original 151

(also the evolutions and some of the regional variants too)
This commit is contained in:
MementoMartha 2023-04-23 23:06:53 +01:00
parent 9b387cab7e
commit 7cf0395f7a
3 changed files with 965 additions and 201 deletions

View file

@ -8,6 +8,6 @@ FarawayIslandInside_Object:
def_bg_events def_bg_events
def_object_events def_object_events
object_event 15, 10, SPRITE_MONSTER, STAY, DOWN, 1, MEW, 30 | OW_POKEMON object_event 15, 10, SPRITE_CAT, STAY, DOWN, 1, MEW, 30 | OW_POKEMON
def_warps_to FARAWAY_ISLAND_INSIDE def_warps_to FARAWAY_ISLAND_INSIDE

View file

@ -25,8 +25,8 @@ MonPartyData:
nybble ICON_QUADRUPED ; Rattata nybble ICON_QUADRUPED ; Rattata
nybble ICON_QUADRUPED ; Raticate nybble ICON_QUADRUPED ; Raticate
nybble ICON_QUADRUPED ; Raticate-A nybble ICON_QUADRUPED ; Raticate-A
nybble ICON_SMALL_BIRD ; Pidgey nybble ICON_SMALL_BIRD ; Pidgey
nybble ICON_SMALL_BIRD ; Pidgeotto nybble ICON_SMALL_BIRD ; Pidgeotto
nybble ICON_BIRD ; Pidgeot nybble ICON_BIRD ; Pidgeot
nybble ICON_CAT ; Konya nybble ICON_CAT ; Konya
nybble ICON_CAT ; Meowth nybble ICON_CAT ; Meowth
@ -42,7 +42,7 @@ MonPartyData:
nybble ICON_BUG ; Kokana nybble ICON_BUG ; Kokana
nybble ICON_BUG ; Kasanagi nybble ICON_BUG ; Kasanagi
nybble ICON_BUG ; Carapthor nybble ICON_BUG ; Carapthor
nybble ICON_SMALL_BIRD ; Spearow nybble ICON_SMALL_BIRD ; Spearow
nybble ICON_BIRD ; Fearow nybble ICON_BIRD ; Fearow
nybble ICON_SNAKE ; Ekans nybble ICON_SNAKE ; Ekans
nybble ICON_SNAKE ; Arbok nybble ICON_SNAKE ; Arbok
@ -163,7 +163,7 @@ MonPartyData:
nybble ICON_MON ; Marowak nybble ICON_MON ; Marowak
nybble ICON_MON ; Marowak-A nybble ICON_MON ; Marowak-A
nybble ICON_MON ; Guardia nybble ICON_MON ; Guardia
nybble ICON_SMALL_BIRD ; Farfetch'd nybble ICON_SMALL_BIRD ; Farfetch'd
nybble ICON_BIRD ; Madaamu nybble ICON_BIRD ; Madaamu
nybble ICON_BIRD ; Sirfetch'd nybble ICON_BIRD ; Sirfetch'd
nybble ICON_BIRD ; Doduo - it's flightless, so the current sprite fits better. nybble ICON_BIRD ; Doduo - it's flightless, so the current sprite fits better.
@ -248,7 +248,7 @@ MonPartyData:
nybble ICON_BIRD ; Moltres nybble ICON_BIRD ; Moltres
nybble ICON_BIRD ; Moltres-G nybble ICON_BIRD ; Moltres-G
nybble ICON_MON ; Mewtwo nybble ICON_MON ; Mewtwo
nybble ICON_MON ; Mew nybble ICON_CAT ; Mew
nybble ICON_BALL ; Meltan nybble ICON_BALL ; Meltan
nybble ICON_BALL ; Melmetal nybble ICON_BALL ; Melmetal
end_nybble_array NUM_POKEMON end_nybble_array NUM_POKEMON

File diff suppressed because it is too large Load diff