forked from pret/pokecrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- edited / added pokemon constants, base stats placeholders, most pointers and more. - TODO: remove mentions of cut Pokemon
- Loading branch information
1 parent
936d09f
commit a2da9b9
Showing
246 changed files
with
5,511 additions
and
4,559 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db CELEBI ; 251 | ||
|
||
db 100, 100, 100, 100, 100, 100 | ||
; hp atk def spd sat sdf | ||
|
||
db PSYCHIC_TYPE, GRASS ; type | ||
db 45 ; catch rate | ||
db 64 ; base exp | ||
db NO_ITEM, MIRACLEBERRY ; items | ||
db GENDER_UNKNOWN ; gender ratio | ||
db 100 ; unknown 1 | ||
db 120 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/celebi/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_NONE, EGG_NONE ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, PSYCH_UP, HIDDEN_POWER, SUNNY_DAY, SWEET_SCENT, SNORE, HYPER_BEAM, PROTECT, RAIN_DANCE, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, PSYCHIC_M, SHADOW_BALL, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SANDSTORM, SWIFT, DEFENSE_CURL, DREAM_EATER, DETECT, REST, NIGHTMARE, FLASH | ||
; end |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db ABOMASNOW ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db AGGRON ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db ALTARIA ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db ARON ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db AXEW ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BAGON ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BALTOY ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BANETTE ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BARBOACH ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BASTIODON ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BEEHEEYEM ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BELDUM ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BOLDORE ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BRELOOM ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BRONZONG ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db BRONZOR ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
db CAMERUPT ; 016 | ||
|
||
db 60, 85, 60, 125, 50, 50 | ||
; hp atk def spd sat sdf | ||
|
||
db NORMAL, FLYING ; type | ||
db 255 ; catch rate | ||
db 55 ; base exp | ||
db NO_ITEM, NO_ITEM ; items | ||
db GENDER_F50 ; gender ratio | ||
db 100 ; unknown 1 | ||
db 15 ; step cycles to hatch | ||
db 5 ; unknown 2 | ||
INCBIN "gfx/pokemon/swellow/front.dimensions" | ||
dw NULL, NULL ; unused (beta front/back pics) | ||
db GROWTH_MEDIUM_SLOW ; growth rate | ||
dn EGG_FLYING, EGG_FLYING ; egg groups | ||
|
||
; tm/hm learnset | ||
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, STEEL_WING, FLY | ||
; end |
Oops, something went wrong.