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