Split items/ and trainers/ into their data/ and engine/ components

Move some data into a pokemon/ subdirectory
This commit is contained in:
Remy Oukaour
2017-12-14 23:00:54 -05:00
parent 9ba224e2e6
commit 6ab1d028bb
555 changed files with 605 additions and 588 deletions

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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.@"

View 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