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