You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create individual pokedex entry files
This commit is contained in:
8
stats/pokedex/entries/001.asm
Normal file
8
stats/pokedex/entries/001.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; BulbasaurPokedexEntry: ; 0x181695
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150; height, width
|
||||
|
||||
db "While it is young,", $4e, "it uses the", $4e, "nutrients that are@"
|
||||
db "stored in the", $4e, "seeds on its back", $4e, "in order to grow.@"
|
||||
; 0x181702
|
||||
|
8
stats/pokedex/entries/002.asm
Normal file
8
stats/pokedex/entries/002.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; IvysaurPokedexEntry: ; 0x181702
|
||||
db "SEED@" ; species name
|
||||
dw 303, 290; height, width
|
||||
|
||||
db "The bulb on its", $4e, "back grows as it", $4e, "absorbs nutrients.@"
|
||||
db "The bulb gives off", $4e, "a pleasant aroma", $4e, "when it blooms.@"
|
||||
; 0x181773
|
||||
|
8
stats/pokedex/entries/003.asm
Normal file
8
stats/pokedex/entries/003.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; VenusaurPokedexEntry: ; 0x181773
|
||||
db "SEED@" ; species name
|
||||
dw 607, 2210; height, width
|
||||
|
||||
db "As it warms it-", $4e, "self and absorbs", $4e, "the sunlight, its@"
|
||||
db "flower petals", $4e, "release a pleasant", $4e, "fragrance.@"
|
||||
; 0x1817db
|
||||
|
8
stats/pokedex/entries/004.asm
Normal file
8
stats/pokedex/entries/004.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; CharmanderPokedexEntry: ; 0x1817db
|
||||
db "LIZARD@" ; species name
|
||||
dw 200, 190; height, width
|
||||
|
||||
db "If it's healthy,", $4e, "the flame on the", $4e, "tip of its tail@"
|
||||
db "will burn vigor-", $4e, "ously, even if it", $4e, "gets a bit wet.@"
|
||||
; 0x18184a
|
||||
|
8
stats/pokedex/entries/005.asm
Normal file
8
stats/pokedex/entries/005.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; CharmeleonPokedexEntry: ; 0x18184a
|
||||
db "FLAME@" ; species name
|
||||
dw 307, 420; height, width
|
||||
|
||||
db "If it becomes", $4e, "agitated during", $4e, "battle, it spouts@"
|
||||
db "intense flames,", $4e, "incinerating its", $4e, "surroundings.@"
|
||||
; 0x1818b3
|
||||
|
8
stats/pokedex/entries/006.asm
Normal file
8
stats/pokedex/entries/006.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; CharizardPokedexEntry: ; 0x1818b3
|
||||
db "FLAME@" ; species name
|
||||
dw 507, 2000; height, width
|
||||
|
||||
db "It uses its wings", $4e, "to fly high. The", $4e, "temperature of its@"
|
||||
db "fire increases as", $4e, "it gains exper-", $4e, "ience in battle.@"
|
||||
; 0x181926
|
||||
|
8
stats/pokedex/entries/007.asm
Normal file
8
stats/pokedex/entries/007.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; SquirtlePokedexEntry: ; 0x181926
|
||||
db "TINYTURTLE@" ; species name
|
||||
dw 108, 200; height, width
|
||||
|
||||
db "When it feels", $4e, "threatened, it", $4e, "draws its legs@"
|
||||
db "inside its shell", $4e, "and sprays water", $4e, "from its mouth.@"
|
||||
; 0x181993
|
||||
|
8
stats/pokedex/entries/008.asm
Normal file
8
stats/pokedex/entries/008.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; WartortlePokedexEntry: ; 0x181993
|
||||
db "TURTLE@" ; species name
|
||||
dw 303, 500; height, width
|
||||
|
||||
db "Its long, furry", $4e, "tail is a symbol", $4e, "of longevity,@"
|
||||
db "making it quite", $4e, "popular among", $4e, "older people.@"
|
||||
; 0x1819f9
|
||||
|
8
stats/pokedex/entries/009.asm
Normal file
8
stats/pokedex/entries/009.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; BlastoisePokedexEntry: ; 0x1819f9
|
||||
db "SHELLFISH@" ; species name
|
||||
dw 503, 1890; height, width
|
||||
|
||||
db "It firmly plants", $4e, "its feet on the", $4e, "ground before@"
|
||||
db "shooting water", $4e, "from the jets on", $4e, "its back.@"
|
||||
; 0x181a60
|
||||
|
8
stats/pokedex/entries/010.asm
Normal file
8
stats/pokedex/entries/010.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; CaterpiePokedexEntry: ; 0x181a60
|
||||
db "WORM@" ; species name
|
||||
dw 100, 60; height, width
|
||||
|
||||
db "It crawls into", $4e, "foliage where it", $4e, "camouflages itself@"
|
||||
db "among leaves that", $4e, "are the same color", $4e, "as its body.@"
|
||||
; 0x181ace
|
||||
|
8
stats/pokedex/entries/011.asm
Normal file
8
stats/pokedex/entries/011.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; MetapodPokedexEntry: ; 0x181ace
|
||||
db "COCOON@" ; species name
|
||||
dw 204, 220; height, width
|
||||
|
||||
db "This is its pre-", $4e, "evolved form. At", $4e, "this stage, it can@"
|
||||
db "only harden, so it", $4e, "remains motionless", $4e, "to avoid attack.@"
|
||||
; 0x181b45
|
||||
|
8
stats/pokedex/entries/012.asm
Normal file
8
stats/pokedex/entries/012.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; ButterfreePokedexEntry: ; 0x181b45
|
||||
db "BUTTERFLY@" ; species name
|
||||
dw 307, 710; height, width
|
||||
|
||||
db "It flits from", $4e, "flower to flower,", $4e, "collecting honey.@"
|
||||
db "It can even", $4e, "identify distant", $4e, "flowers in bloom.@"
|
||||
; 0x181bb4
|
||||
|
8
stats/pokedex/entries/013.asm
Normal file
8
stats/pokedex/entries/013.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; WeedlePokedexEntry: ; 0x181bb4
|
||||
db "HAIRY BUG@" ; species name
|
||||
dw 100, 70; height, width
|
||||
|
||||
db "The barb on top of", $4e, "its head secretes", $4e, "a strong poison.@"
|
||||
db "It uses this toxic", $4e, "barb to protect", $4e, "itself.@"
|
||||
; 0x181c23
|
||||
|
8
stats/pokedex/entries/014.asm
Normal file
8
stats/pokedex/entries/014.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; KakunaPokedexEntry: ; 0x181c23
|
||||
db "COCOON@" ; species name
|
||||
dw 200, 220; height, width
|
||||
|
||||
db "Nearly incapable", $4e, "of movement, it", $4e, "leans against@"
|
||||
db "stout trees while", $4e, "waiting for its", $4e, "evolution.@"
|
||||
; 0x181c8a
|
||||
|
8
stats/pokedex/entries/015.asm
Normal file
8
stats/pokedex/entries/015.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; BeedrillPokedexEntry: ; 0x181c8a
|
||||
db "POISON BEE@" ; species name
|
||||
dw 303, 650; height, width
|
||||
|
||||
db "It uses sharp,", $4e, "poisonous stings", $4e, "to defeat prey,@"
|
||||
db "then takes the", $4e, "victim back to its", $4e, "nest for food.@"
|
||||
; 0x181cfa
|
||||
|
8
stats/pokedex/entries/016.asm
Normal file
8
stats/pokedex/entries/016.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; PidgeyPokedexEntry: ; 0x181cfa
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40; height, width
|
||||
|
||||
db "It rapidly flaps", $4e, "its wings in the", $4e, "grass, stirring up@"
|
||||
db "a dust cloud that", $4e, "drives insect prey", $4e, "out into the open.@"
|
||||
; 0x181d75
|
||||
|
8
stats/pokedex/entries/017.asm
Normal file
8
stats/pokedex/entries/017.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; PidgeottoPokedexEntry: ; 0x181d75
|
||||
db "BIRD@" ; species name
|
||||
dw 307, 660; height, width
|
||||
|
||||
db "It slowly flies in", $4e, "a circular pat-", $4e, "tern, all the@"
|
||||
db "while keeping a", $4e, "sharp lookout for", $4e, "prey.@"
|
||||
; 0x181dd7
|
||||
|
8
stats/pokedex/entries/018.asm
Normal file
8
stats/pokedex/entries/018.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; PidgeotPokedexEntry: ; 0x181dd7
|
||||
db "BIRD@" ; species name
|
||||
dw 411, 870; height, width
|
||||
|
||||
db "Its outstanding", $4e, "vision allows it", $4e, "to spot splashing@"
|
||||
db "MAGIKARP, even", $4e, "while flying at", $4e, "3300 feet.@"
|
||||
; 0x181e3d
|
||||
|
8
stats/pokedex/entries/019.asm
Normal file
8
stats/pokedex/entries/019.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; RattataPokedexEntry: ; 0x181e3d
|
||||
db "RAT@" ; species name
|
||||
dw 100, 80; height, width
|
||||
|
||||
db "This #MON's", $4e, "impressive vital-", $4e, "ity allows it to@"
|
||||
db "live anywhere. It", $4e, "also multiplies", $4e, "very quickly.@"
|
||||
; 0x181ea3
|
||||
|
8
stats/pokedex/entries/020.asm
Normal file
8
stats/pokedex/entries/020.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; RaticatePokedexEntry: ; 0x181ea3
|
||||
db "RAT@" ; species name
|
||||
dw 204, 410; height, width
|
||||
|
||||
db "The webs on its", $4e, "hind legs enable", $4e, "it to cross@"
|
||||
db "rivers. It search-", $4e, "es wide areas for", $4e, "food.@"
|
||||
; 0x181f03
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user