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