You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Split items/ and trainers/ into their data/ and engine/ components
Move some data into a pokemon/ subdirectory
This commit is contained in:
10
data/pokemon/dex_entries/abra.asm
Normal file
10
data/pokemon/dex_entries/abra.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AbraPokedexEntry: ; 0x1830d5
|
||||
db "PSI@" ; species name
|
||||
dw 211, 430 ; height, weight
|
||||
|
||||
db "It hypnotizes"
|
||||
next "itself so that it"
|
||||
next "can teleport away"
|
||||
page "when it senses"
|
||||
next "danger, even"
|
||||
next "if it is asleep.@"
|
10
data/pokemon/dex_entries/aerodactyl.asm
Normal file
10
data/pokemon/dex_entries/aerodactyl.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AerodactylPokedexEntry: ; 0x1cc576
|
||||
db "FOSSIL@" ; species name
|
||||
dw 511, 1300 ; height, weight
|
||||
|
||||
db "In prehistoric"
|
||||
next "times, this"
|
||||
next "#MON flew"
|
||||
page "freely and"
|
||||
next "fearlessly through"
|
||||
next "the skies.@"
|
10
data/pokemon/dex_entries/aipom.asm
Normal file
10
data/pokemon/dex_entries/aipom.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AipomPokedexEntry: ; 0x1cda11
|
||||
db "LONG TAIL@" ; species name
|
||||
dw 207, 250 ; height, weight
|
||||
|
||||
db "It uses its tail"
|
||||
next "to hang on to tree"
|
||||
next "branches. It uses"
|
||||
page "its momentum to"
|
||||
next "swing from one"
|
||||
next "branch to another.@"
|
10
data/pokemon/dex_entries/alakazam.asm
Normal file
10
data/pokemon/dex_entries/alakazam.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AlakazamPokedexEntry: ; 0x1b8000
|
||||
db "PSI@" ; species name
|
||||
dw 411, 1060 ; height, weight
|
||||
|
||||
db "It has an IQ of"
|
||||
next "5000. It calcu-"
|
||||
next "lates many things"
|
||||
page "in order to gain"
|
||||
next "the edge in every"
|
||||
next "battle.@"
|
10
data/pokemon/dex_entries/ampharos.asm
Normal file
10
data/pokemon/dex_entries/ampharos.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AmpharosPokedexEntry: ; 0x1cd626
|
||||
db "LIGHT@" ; species name
|
||||
dw 407, 1360 ; height, weight
|
||||
|
||||
db "When it gets dark,"
|
||||
next "the light from its"
|
||||
next "bright, shiny tail"
|
||||
page "can be seen from"
|
||||
next "far away on the"
|
||||
next "ocean's surface.@"
|
10
data/pokemon/dex_entries/arbok.asm
Normal file
10
data/pokemon/dex_entries/arbok.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; ArbokPokedexEntry: ; 0x18203d
|
||||
db "COBRA@" ; species name
|
||||
dw 1106, 1430 ; height, weight
|
||||
|
||||
db "To intimidate"
|
||||
next "foes, it spreads"
|
||||
next "its chest wide and"
|
||||
page "makes eerie sounds"
|
||||
next "by expelling air"
|
||||
next "from its mouth.@"
|
10
data/pokemon/dex_entries/arcanine.asm
Normal file
10
data/pokemon/dex_entries/arcanine.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; ArcaninePokedexEntry: ; 0x182f1c
|
||||
db "LEGENDARY@" ; species name
|
||||
dw 603, 3420 ; height, weight
|
||||
|
||||
db "An ancient picture"
|
||||
next "scroll shows that"
|
||||
next "people were"
|
||||
page "attracted to its"
|
||||
next "movement as it ran"
|
||||
next "through prairies.@"
|
10
data/pokemon/dex_entries/ariados.asm
Normal file
10
data/pokemon/dex_entries/ariados.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AriadosPokedexEntry: ; 0x1cd083
|
||||
db "LONG LEG@" ; species name
|
||||
dw 307, 740 ; height, weight
|
||||
|
||||
db "Rather than mak-"
|
||||
next "ing a nest in one"
|
||||
next "specific spot, it"
|
||||
page "wanders in search"
|
||||
next "of food after"
|
||||
next "darkness falls.@"
|
10
data/pokemon/dex_entries/articuno.asm
Normal file
10
data/pokemon/dex_entries/articuno.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; ArticunoPokedexEntry: ; 0x1cc632
|
||||
db "FREEZE@" ; species name
|
||||
dw 507, 1220 ; height, weight
|
||||
|
||||
db "Legendary bird"
|
||||
next "#MON. As it"
|
||||
next "flies through the"
|
||||
page "sky, it cools the"
|
||||
next "air, causing snow"
|
||||
next "to fall.@"
|
10
data/pokemon/dex_entries/azumarill.asm
Normal file
10
data/pokemon/dex_entries/azumarill.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; AzumarillPokedexEntry: ; 0x1cd771
|
||||
db "AQUARABBIT@" ; species name
|
||||
dw 207, 630 ; height, weight
|
||||
|
||||
db "The bubble-like"
|
||||
next "pattern on its"
|
||||
next "stomach helps it"
|
||||
page "camouflage itself"
|
||||
next "when it's in the"
|
||||
next "water.@"
|
10
data/pokemon/dex_entries/bayleef.asm
Normal file
10
data/pokemon/dex_entries/bayleef.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BayleefPokedexEntry: ; 0x1cc9e9
|
||||
db "LEAF@" ; species name
|
||||
dw 311, 350 ; height, weight
|
||||
|
||||
db "The scent that"
|
||||
next "wafts from the"
|
||||
next "leaves on its neck"
|
||||
page "causes anyone who"
|
||||
next "smells it to"
|
||||
next "become energetic.@"
|
10
data/pokemon/dex_entries/beedrill.asm
Normal file
10
data/pokemon/dex_entries/beedrill.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BeedrillPokedexEntry: ; 0x181c8a
|
||||
db "POISON BEE@" ; species name
|
||||
dw 303, 650 ; height, weight
|
||||
|
||||
db "It uses sharp,"
|
||||
next "poisonous stings"
|
||||
next "to defeat prey,"
|
||||
page "then takes the"
|
||||
next "victim back to its"
|
||||
next "nest for food.@"
|
10
data/pokemon/dex_entries/bellossom.asm
Normal file
10
data/pokemon/dex_entries/bellossom.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BellossomPokedexEntry: ; 0x1cd69a
|
||||
db "FLOWER@" ; species name
|
||||
dw 104, 130 ; height, weight
|
||||
|
||||
db "When these dance"
|
||||
next "together, their"
|
||||
next "petals rub against"
|
||||
page "each other,"
|
||||
next "making pretty,"
|
||||
next "relaxing sounds.@"
|
10
data/pokemon/dex_entries/bellsprout.asm
Normal file
10
data/pokemon/dex_entries/bellsprout.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BellsproutPokedexEntry: ; 0x1b81a1
|
||||
db "FLOWER@" ; species name
|
||||
dw 204, 90 ; height, weight
|
||||
|
||||
db "If it notices"
|
||||
next "anything that"
|
||||
next "moves, it"
|
||||
page "immediately flings"
|
||||
next "its vine at the"
|
||||
next "object.@"
|
10
data/pokemon/dex_entries/blastoise.asm
Normal file
10
data/pokemon/dex_entries/blastoise.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BlastoisePokedexEntry: ; 0x1819f9
|
||||
db "SHELLFISH@" ; species name
|
||||
dw 503, 1890 ; height, weight
|
||||
|
||||
db "It firmly plants"
|
||||
next "its feet on the"
|
||||
next "ground before"
|
||||
page "shooting water"
|
||||
next "from the jets on"
|
||||
next "its back.@"
|
10
data/pokemon/dex_entries/blissey.asm
Normal file
10
data/pokemon/dex_entries/blissey.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BlisseyPokedexEntry: ; 0x1d14f7
|
||||
db "HAPPINESS@" ; species name
|
||||
dw 411, 1030 ; height, weight
|
||||
|
||||
db "Biting into one"
|
||||
next "of the delicious"
|
||||
next "eggs that BLISSEY"
|
||||
page "provides will make"
|
||||
next "everyone around"
|
||||
next "smile with joy.@"
|
10
data/pokemon/dex_entries/bulbasaur.asm
Normal file
10
data/pokemon/dex_entries/bulbasaur.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; BulbasaurPokedexEntry: ; 0x181695
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150 ; height, weight
|
||||
|
||||
db "While it is young,"
|
||||
next "it uses the"
|
||||
next "nutrients that are"
|
||||
page "stored in the"
|
||||
next "seeds on its back"
|
||||
next "in order to grow.@"
|
10
data/pokemon/dex_entries/butterfree.asm
Normal file
10
data/pokemon/dex_entries/butterfree.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; ButterfreePokedexEntry: ; 0x181b45
|
||||
db "BUTTERFLY@" ; species name
|
||||
dw 307, 710 ; height, weight
|
||||
|
||||
db "It flits from"
|
||||
next "flower to flower,"
|
||||
next "collecting honey."
|
||||
page "It can even"
|
||||
next "identify distant"
|
||||
next "flowers in bloom.@"
|
10
data/pokemon/dex_entries/caterpie.asm
Normal file
10
data/pokemon/dex_entries/caterpie.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; CaterpiePokedexEntry: ; 0x181a60
|
||||
db "WORM@" ; species name
|
||||
dw 100, 60 ; height, weight
|
||||
|
||||
db "It crawls into"
|
||||
next "foliage where it"
|
||||
next "camouflages itself"
|
||||
page "among leaves that"
|
||||
next "are the same color"
|
||||
next "as its body.@"
|
10
data/pokemon/dex_entries/celebi.asm
Normal file
10
data/pokemon/dex_entries/celebi.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
; CelebiPokedexEntry: ; 0x1d18cc
|
||||
db "TIMETRAVEL@" ; species name
|
||||
dw 200, 110 ; height, weight
|
||||
|
||||
db "Revered as a"
|
||||
next "guardian of the"
|
||||
next "forest, CELEBI"
|
||||
page "appears wherever"
|
||||
next "beautiful forests"
|
||||
next "exist.@"
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user