Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style

This commit is contained in:
pikalaxalt
2016-04-10 14:42:14 -04:00
parent 46ead9b849
commit bf73772a56
537 changed files with 4562 additions and 4562 deletions

View File

@@ -3,19 +3,19 @@ Function_LoadOpponentTrainerAndPokemons: ; 1f8000
push af
ld a, BANK(BT_OTTrainer)
ld [rSVBK], a
; Fill BT_OTTrainer with zeros
xor a
ld hl, BT_OTTrainer
ld bc, BT_OTTrainerEnd - BT_OTTrainer
call ByteFill
; Write $ff into the Item-Slots
ld a, $ff
ld [BT_OTPkmn1Item], a
ld [BT_OTPkmn2Item], a
ld [BT_OTPkmn3Item], a
; Set BT_OTTrainer as start address to write the following data to
ld de, BT_OTTrainer
@@ -97,7 +97,7 @@ Function_LoadRandomBattleTowerPkmn: ; 1f8081
ld a, BANK(sBTPkmnPrevTrainer1)
call GetSRAMBank
.FindARandomBattleTowerPkmn
.FindARandomBattleTowerPkmn:
; From Which LevelGroup are the Pkmn loaded
; a = 1..10
ld a, [wBTChoiceOfLvlGroup] ; [$d800]

View File

@@ -91,10 +91,10 @@ GiveOddEgg: ; 1fb4b6
ret
; 1fb546
.Odd
.Odd:
db "ODD@@@@@@@@@"
.Probabilities
.Probabilities:
prob: MACRO
prob_total = prob_total + (\1)

View File

@@ -1,7 +1,7 @@
; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
dw 204, 150 ; height, width
db "While it is young,"
next "it uses the"
next "nutrients that are"

View File

@@ -1,7 +1,7 @@
; IvysaurPokedexEntry: ; 0x181702
db "SEED@" ; species name
dw 303, 290 ; height, width
db "The bulb on its"
next "back grows as it"
next "absorbs nutrients."

View File

@@ -1,7 +1,7 @@
; VenusaurPokedexEntry: ; 0x181773
db "SEED@" ; species name
dw 607, 2210 ; height, width
db "As it warms it-"
next "self and absorbs"
next "the sunlight, its"

View File

@@ -1,7 +1,7 @@
; 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"

View File

@@ -1,7 +1,7 @@
; CharmeleonPokedexEntry: ; 0x18184a
db "FLAME@" ; species name
dw 307, 420 ; height, width
db "If it becomes"
next "agitated during"
next "battle, it spouts"

View File

@@ -1,7 +1,7 @@
; 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"

View File

@@ -1,7 +1,7 @@
; SquirtlePokedexEntry: ; 0x181926
db "TINYTURTLE@" ; species name
dw 108, 200 ; height, width
db "When it feels"
next "threatened, it"
next "draws its legs"

View File

@@ -1,7 +1,7 @@
; WartortlePokedexEntry: ; 0x181993
db "TURTLE@" ; species name
dw 303, 500 ; height, width
db "Its long, furry"
next "tail is a symbol"
next "of longevity,"

View File

@@ -1,7 +1,7 @@
; BlastoisePokedexEntry: ; 0x1819f9
db "SHELLFISH@" ; species name
dw 503, 1890 ; height, width
db "It firmly plants"
next "its feet on the"
next "ground before"

View File

@@ -1,7 +1,7 @@
; CaterpiePokedexEntry: ; 0x181a60
db "WORM@" ; species name
dw 100, 60 ; height, width
db "It crawls into"
next "foliage where it"
next "camouflages itself"

View File

@@ -1,7 +1,7 @@
; 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"

View File

@@ -1,7 +1,7 @@
; ButterfreePokedexEntry: ; 0x181b45
db "BUTTERFLY@" ; species name
dw 307, 710 ; height, width
db "It flits from"
next "flower to flower,"
next "collecting honey."

View File

@@ -1,7 +1,7 @@
; 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."

View File

@@ -1,7 +1,7 @@
; KakunaPokedexEntry: ; 0x181c23
db "COCOON@" ; species name
dw 200, 220 ; height, width
db "Nearly incapable"
next "of movement, it"
next "leans against"

View File

@@ -1,7 +1,7 @@
; BeedrillPokedexEntry: ; 0x181c8a
db "POISON BEE@" ; species name
dw 303, 650 ; height, width
db "It uses sharp,"
next "poisonous stings"
next "to defeat prey,"

View File

@@ -1,7 +1,7 @@
; 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"

View File

@@ -1,7 +1,7 @@
; PidgeottoPokedexEntry: ; 0x181d75
db "BIRD@" ; species name
dw 307, 660 ; height, width
db "It slowly flies in"
next "a circular pat-"
next "tern, all the"

View File

@@ -1,7 +1,7 @@
; PidgeotPokedexEntry: ; 0x181dd7
db "BIRD@" ; species name
dw 411, 870 ; height, width
db "Its outstanding"
next "vision allows it"
next "to spot splashing"

View File

@@ -1,7 +1,7 @@
; RattataPokedexEntry: ; 0x181e3d
db "RAT@" ; species name
dw 100, 80 ; height, width
db "This #MON's"
next "impressive vital-"
next "ity allows it to"

View File

@@ -1,7 +1,7 @@
; RaticatePokedexEntry: ; 0x181ea3
db "RAT@" ; species name
dw 204, 410 ; height, width
db "The webs on its"
next "hind legs enable"
next "it to cross"

View File

@@ -1,7 +1,7 @@
; SpearowPokedexEntry: ; 0x181f03
db "TINY BIRD@" ; species name
dw 100, 40 ; height, width
db "To protect its"
next "territory, it"
next "flies around"

View File

@@ -1,7 +1,7 @@
; FearowPokedexEntry: ; 0x181f64
db "BEAK@" ; species name
dw 311, 840 ; height, width
db "It uses its long"
next "beak to attack. It"
next "has a surprisingly"

View File

@@ -1,7 +1,7 @@
; EkansPokedexEntry: ; 0x181fd4
db "SNAKE@" ; species name
dw 607, 150 ; height, width
db "It flutters the"
next "tip of its tongue"
next "to seek out the"

View File

@@ -1,7 +1,7 @@
; ArbokPokedexEntry: ; 0x18203d
db "COBRA@" ; species name
dw 1106, 1430 ; height, width
db "To intimidate"
next "foes, it spreads"
next "its chest wide and"

View File

@@ -1,7 +1,7 @@
; PikachuPokedexEntry: ; 0x1820ad
db "MOUSE@" ; species name
dw 104, 130 ; height, width
db "When it is anger-"
next "ed, it immediately"
next "discharges the"

View File

@@ -1,7 +1,7 @@
; RaichuPokedexEntry: ; 0x182117
db "MOUSE@" ; species name
dw 207, 660 ; height, width
db "If its electric"
next "pouches run empty,"
next "it raises its tail"

View File

@@ -1,7 +1,7 @@
; SandshrewPokedexEntry: ; 0x182184
db "MOUSE@" ; species name
dw 200, 260 ; height, width
db "It prefers dry,"
next "sandy places"
next "because it uses"

View File

@@ -1,7 +1,7 @@
; SandslashPokedexEntry: ; 0x1821e7
db "MOUSE@" ; species name
dw 303, 650 ; height, width
db "Adept at climbing"
next "trees, it rolls"
next "into a spiny ball,"

View File

@@ -1,7 +1,7 @@
; NidoranFPokedexEntry: ; 0x18224b
db "POISON PIN@" ; species name
dw 104, 150 ; height, width
db "Small and very"
next "docile, it pro-"
next "tects itself with"

View File

@@ -1,7 +1,7 @@
; NidorinaPokedexEntry: ; 0x1822b6
db "POISON PIN@" ; species name
dw 207, 440 ; height, width
db "It has a docile"
next "nature. If it is"
next "threatened with"

View File

@@ -1,7 +1,7 @@
; NidoqueenPokedexEntry: ; 0x18232e
db "DRILL@" ; species name
dw 403, 1320 ; height, width
db "The hard scales"
next "that cover its"
next "strong body serve"

View File

@@ -1,7 +1,7 @@
; NidoranMPokedexEntry: ; 0x182392
db "POISON PIN@" ; species name
dw 108, 200 ; height, width
db "It constantly"
next "moves its large"
next "ears in many"

View File

@@ -1,7 +1,7 @@
; NidorinoPokedexEntry: ; 0x1823fd
db "POISON PIN@" ; species name
dw 211, 430 ; height, width
db "It is easily"
next "agitated and uses"
next "its horn for"

View File

@@ -1,7 +1,7 @@
; NidokingPokedexEntry: ; 0x182463
db "DRILL@" ; species name
dw 407, 1370 ; height, width
db "It uses its thick"
next "arms, legs and"
next "tail to attack"

View File

@@ -1,7 +1,7 @@
; ClefairyPokedexEntry: ; 0x1824c8
db "FAIRY@" ; species name
dw 200, 170 ; height, width
db "Though rarely"
next "seen, it becomes"
next "easier to spot,"

View File

@@ -1,7 +1,7 @@
; ClefablePokedexEntry: ; 0x182530
db "FAIRY@" ; species name
dw 403, 880 ; height, width
db "Said to live in"
next "quiet, remote"
next "mountains, this"

View File

@@ -1,7 +1,7 @@
; VulpixPokedexEntry: ; 0x18259b
db "FOX@" ; species name
dw 200, 220 ; height, width
db "As its body grows"
next "larger, its six"
next "warm tails become"

View File

@@ -1,7 +1,7 @@
; NinetalesPokedexEntry: ; 0x18260c
db "FOX@" ; species name
dw 307, 440 ; height, width
db "It is said to live"
next "a thousand years,"
next "and each of its"

View File

@@ -1,7 +1,7 @@
; JigglypuffPokedexEntry: ; 0x182673
db "BALLOON@" ; species name
dw 108, 120 ; height, width
db "It rolls its cute"
next "eyes as it sings a"
next "soothing lullaby."

View File

@@ -1,7 +1,7 @@
; WigglytuffPokedexEntry: ; 0x1826e9
db "BALLOON@" ; species name
dw 303, 260 ; height, width
db "The rich, fluffy"
next "fur that covers"
next "its body feels so"

View File

@@ -1,7 +1,7 @@
; ZubatPokedexEntry: ; 0x18275d
db "BAT@" ; species name
dw 207, 170 ; height, width
db "During the day, it"
next "gathers with"
next "others and hangs"

View File

@@ -1,7 +1,7 @@
; GolbatPokedexEntry: ; 0x1827c4
db "BAT@" ; species name
dw 503, 1210 ; height, width
db "When it plunges"
next "its fangs into its"
next "prey, it instantly"

View File

@@ -1,7 +1,7 @@
; OddishPokedexEntry: ; 0x182836
db "WEED@" ; species name
dw 108, 120 ; height, width
db "During the day, it"
next "stays in the cold"
next "underground to"

View File

@@ -1,7 +1,7 @@
; GloomPokedexEntry: ; 0x1828a6
db "WEED@" ; species name
dw 207, 190 ; height, width
db "The smell from its"
next "drool-like syrup"
next "and the pollen on"

View File

@@ -1,7 +1,7 @@
; VileplumePokedexEntry: ; 0x182918
db "FLOWER@" ; species name
dw 311, 410 ; height, width
db "By shaking its big"
next "petals, it scat-"
next "ters toxic pollen"

View File

@@ -1,7 +1,7 @@
; ParasPokedexEntry: ; 0x18297f
db "MUSHROOM@" ; species name
dw 100, 120 ; height, width
db "The tochukaso"
next "growing on this"
next "#MON's back"

View File

@@ -1,7 +1,7 @@
; ParasectPokedexEntry: ; 0x1829e2
db "MUSHROOM@" ; species name
dw 303, 650 ; height, width
db "When nothing's"
next "left to extract"
next "from the bug, the"

View File

@@ -1,7 +1,7 @@
; VenonatPokedexEntry: ; 0x182a53
db "INSECT@" ; species name
dw 303, 660 ; height, width
db "The small bugs it"
next "eats appear only"
next "at night, so it"

View File

@@ -1,7 +1,7 @@
; VenomothPokedexEntry: ; 0x182abf
db "POISONMOTH@" ; species name
dw 411, 280 ; height, width
db "The scales it"
next "scatters will"
next "paralyze anyone"

View File

@@ -1,7 +1,7 @@
; DiglettPokedexEntry: ; 0x182b30
db "MOLE@" ; species name
dw 8, 20 ; height, width
db "It digs under-"
next "ground and chews"
next "on tree roots,"

View File

@@ -1,7 +1,7 @@
; DugtrioPokedexEntry: ; 0x182b9d
db "MOLE@" ; species name
dw 204, 730 ; height, width
db "These DIGLETT"
next "triplets dig over"
next "60 miles below sea"

View File

@@ -1,7 +1,7 @@
; MeowthPokedexEntry: ; 0x182c08
db "SCRATCHCAT@" ; species name
dw 104, 90 ; height, width
db "It loves things"
next "that sparkle. When"
next "it sees a shiny"

View File

@@ -1,7 +1,7 @@
; PersianPokedexEntry: ; 0x182c78
db "CLASSY CAT@" ; species name
dw 303, 710 ; height, width
db "Behind its lithe,"
next "elegant appearance"
next "lies a barbaric"

View File

@@ -1,7 +1,7 @@
; PsyduckPokedexEntry: ; 0x182cee
db "DUCK@" ; species name
dw 207, 430 ; height, width
db "The only time it"
next "can use its psy-"
next "chic power is when"

View File

@@ -1,7 +1,7 @@
; GolduckPokedexEntry: ; 0x182d55
db "DUCK@" ; species name
dw 507, 1690 ; height, width
db "It swims grace-"
next "fully along on the"
next "quiet, slow-moving"

View File

@@ -1,7 +1,7 @@
; MankeyPokedexEntry: ; 0x182dbd
db "PIG MONKEY@" ; species name
dw 108, 620 ; height, width
db "It lives in groups"
next "in the treetops."
next "If it loses sight"

View File

@@ -1,7 +1,7 @@
; PrimeapePokedexEntry: ; 0x182e39
db "PIG MONKEY@" ; species name
dw 303, 710 ; height, width
db "It will beat up"
next "anyone who makes"
next "it mad, even if it"

View File

@@ -1,7 +1,7 @@
; GrowlithePokedexEntry: ; 0x182eaa
db "PUPPY@" ; species name
dw 204, 420 ; height, width
db "It controls a big"
next "territory. If it"
next "detects an unknown"

View File

@@ -1,7 +1,7 @@
; ArcaninePokedexEntry: ; 0x182f1c
db "LEGENDARY@" ; species name
dw 603, 3420 ; height, width
db "An ancient picture"
next "scroll shows that"
next "people were"

View File

@@ -1,7 +1,7 @@
; PoliwagPokedexEntry: ; 0x182f91
db "TADPOLE@" ; species name
dw 200, 270 ; height, width
db "The swirl on its"
next "belly is its"
next "insides showing"

View File

@@ -1,7 +1,7 @@
; PoliwhirlPokedexEntry: ; 0x182ffd
db "TADPOLE@" ; species name
dw 303, 440 ; height, width
db "Though it is"
next "skilled at walk-"
next "ing, it prefers to"

View File

@@ -1,7 +1,7 @@
; PoliwrathPokedexEntry: ; 0x183066
db "TADPOLE@" ; species name
dw 403, 1190 ; height, width
db "It can use its"
next "well-developed"
next "arms and legs to"

View File

@@ -1,7 +1,7 @@
; AbraPokedexEntry: ; 0x1830d5
db "PSI@" ; species name
dw 211, 430 ; height, width
db "It hypnotizes"
next "itself so that it"
next "can teleport away"

View File

@@ -1,7 +1,7 @@
; KadabraPokedexEntry: ; 0x18313c
db "PSI@" ; species name
dw 403, 1250 ; height, width
db "When it closes its"
next "eyes, twice as"
next "many alpha parti-"

View File

@@ -1,7 +1,7 @@
; AlakazamPokedexEntry: ; 0x1b8000
db "PSI@" ; species name
dw 411, 1060 ; height, width
db "It has an IQ of"
next "5000. It calcu-"
next "lates many things"

View File

@@ -1,7 +1,7 @@
; MachopPokedexEntry: ; 0x1b8065
db "SUPERPOWER@" ; species name
dw 207, 430 ; height, width
db "It trains by"
next "lifting rocks in"
next "the mountains. It"

View File

@@ -1,7 +1,7 @@
; MachokePokedexEntry: ; 0x1b80cb
db "SUPERPOWER@" ; species name
dw 411, 1550 ; height, width
db "This tough #MON"
next "always stays in"
next "the zone. Its"

View File

@@ -1,7 +1,7 @@
; MachampPokedexEntry: ; 0x1b8133
db "SUPERPOWER@" ; species name
dw 503, 2870 ; height, width
db "With four arms"
next "that react more"
next "quickly than it"

View File

@@ -1,7 +1,7 @@
; BellsproutPokedexEntry: ; 0x1b81a1
db "FLOWER@" ; species name
dw 204, 90 ; height, width
db "If it notices"
next "anything that"
next "moves, it"

View File

@@ -1,7 +1,7 @@
; WeepinbellPokedexEntry: ; 0x1b81fd
db "FLYCATCHER@" ; species name
dw 303, 140 ; height, width
db "When it's hungry,"
next "it swings its"
next "razor-sharp"

View File

@@ -1,7 +1,7 @@
; VictreebelPokedexEntry: ; 0x1b826e
db "FLYCATCHER@" ; species name
dw 507, 340 ; height, width
db "Once ingested into"
next "this #MON's"
next "body, even the"

View File

@@ -1,7 +1,7 @@
; TentacoolPokedexEntry: ; 0x1b82d1
db "JELLYFISH@" ; species name
dw 211, 1000 ; height, width
db "As it floats along"
next "on the waves, it"
next "uses its toxic"

View File

@@ -1,7 +1,7 @@
; TentacruelPokedexEntry: ; 0x1b8337
db "JELLYFISH@" ; species name
dw 503, 1210 ; height, width
db "When its 80 feel-"
next "ers absorb water,"
next "it stretches to"

View File

@@ -1,7 +1,7 @@
; GeodudePokedexEntry: ; 0x1b83a1
db "ROCK@" ; species name
dw 104, 440 ; height, width
db "Proud of their"
next "sturdy bodies,"
next "they bash against"

View File

@@ -1,7 +1,7 @@
; GravelerPokedexEntry: ; 0x1b840c
db "ROCK@" ; species name
dw 303, 2320 ; height, width
db "It travels by rol-"
next "ling on mountain"
next "paths. If it gains"

View File

@@ -1,7 +1,7 @@
; GolemPokedexEntry: ; 0x1b8481
db "MEGATON@" ; species name
dw 407, 6620 ; height, width
db "Its rock-like body"
next "is so durable,"
next "even high-powered"

View File

@@ -1,7 +1,7 @@
; PonytaPokedexEntry: ; 0x1b84f2
db "FIRE HORSE@" ; species name
dw 303, 660 ; height, width
db "Training by"
next "jumping over grass"
next "that grows longer"

View File

@@ -1,7 +1,7 @@
; RapidashPokedexEntry: ; 0x1b855e
db "FIRE HORSE@" ; species name
dw 507, 2090 ; height, width
db "It just loves to"
next "gallop. The faster"
next "it goes, the long-"

View File

@@ -1,7 +1,7 @@
; SlowpokePokedexEntry: ; 0x1b85d3
db "DOPEY@" ; species name
dw 311, 790 ; height, width
db "It is always so"
next "absent-minded that"
next "it won't react,"

View File

@@ -1,7 +1,7 @@
; SlowbroPokedexEntry: ; 0x1b8635
db "HERMITCRAB@" ; species name
dw 503, 1730 ; height, width
db "An attached"
next "SHELLDER won't let"
next "go because of the"

View File

@@ -1,7 +1,7 @@
; MagnemitePokedexEntry: ; 0x1b869d
db "MAGNET@" ; species name
dw 100, 130 ; height, width
db "The electricity"
next "emitted by the"
next "units on each side"

View File

@@ -1,7 +1,7 @@
; MagnetonPokedexEntry: ; 0x1b870a
db "MAGNET@" ; species name
dw 303, 1320 ; height, width
db "When many"
next "MAGNETON gather"
next "together, the"

View File

@@ -1,7 +1,7 @@
; FarfetchDPokedexEntry: ; 0x1b876c
db "WILD DUCK@" ; species name
dw 207, 330 ; height, width
db "In order to pre-"
next "vent their"
next "extinction, more"

View File

@@ -1,7 +1,7 @@
; DoduoPokedexEntry: ; 0x1b87d7
db "TWIN BIRD@" ; species name
dw 407, 860 ; height, width
db "It lives on a"
next "grassy plain where"
next "it can see a long"

View File

@@ -1,7 +1,7 @@
; DodrioPokedexEntry: ; 0x1b884a
db "TRIPLEBIRD@" ; species name
dw 511, 1880 ; height, width
db "An enemy that"
next "takes its eyes off"
next "any of the three"

View File

@@ -1,7 +1,7 @@
; SeelPokedexEntry: ; 0x1b88bf
db "SEA LION@" ; species name
dw 307, 1980 ; height, width
db "The light blue fur"
next "that covers it"
next "keeps it protected"

View File

@@ -1,7 +1,7 @@
; DewgongPokedexEntry: ; 0x1b8934
db "SEA LION@" ; species name
dw 507, 2650 ; height, width
db "It sleeps under"
next "shallow ocean"
next "waters during the"

View File

@@ -1,7 +1,7 @@
; GrimerPokedexEntry: ; 0x1b89a2
db "SLUDGE@" ; species name
dw 211, 660 ; height, width
db "When two of these"
next "#MON's bodies"
next "are combined"

View File

@@ -1,7 +1,7 @@
; MukPokedexEntry: ; 0x1b89fc
db "SLUDGE@" ; species name
dw 311, 660 ; height, width
db "As it moves, a"
next "very strong poison"
next "leaks from it,"

View File

@@ -1,7 +1,7 @@
; ShellderPokedexEntry: ; 0x1b8a68
db "BIVALVE@" ; species name
dw 100, 90 ; height, width
db "Clamping on to an"
next "opponent reveals"
next "its vulnerable"

View File

@@ -1,7 +1,7 @@
; CloysterPokedexEntry: ; 0x1b8ad9
db "BIVALVE@" ; species name
dw 411, 2920 ; height, width
db "Even a missile"
next "can't break the"
next "spikes it uses to"

View File

@@ -1,7 +1,7 @@
; GastlyPokedexEntry: ; 0x1b8b4a
db "GAS@" ; species name
dw 403, 2 ; height, width
db "It wraps its op-"
next "ponent in its gas-"
next "like body, slowly"

View File

@@ -1,7 +1,7 @@
; HaunterPokedexEntry: ; 0x1b8bbd
db "GAS@" ; species name
dw 503, 2 ; height, width
db "It hides in the"
next "dark, planning to"
next "take the life of"

View File

@@ -1,7 +1,7 @@
; GengarPokedexEntry: ; 0x1b8c25
db "SHADOW@" ; species name
dw 411, 890 ; height, width
db "Hiding in people's"
next "shadows at night,"
next "it absorbs their"

View File

@@ -1,7 +1,7 @@
; OnixPokedexEntry: ; 0x1b8c98
db "ROCK SNAKE@" ; species name
dw 2810, 4630 ; height, width
db "As it digs through"
next "the ground, it"
next "absorbs many hard"

View File

@@ -1,7 +1,7 @@
; DrowzeePokedexEntry: ; 0x1b8d0a
db "HYPNOSIS@" ; species name
dw 303, 710 ; height, width
db "When it twitches"
next "its nose, it can"
next "tell where someone"

View File

@@ -1,7 +1,7 @@
; HypnoPokedexEntry: ; 0x1b8d80
db "HYPNOSIS@" ; species name
dw 503, 1670 ; height, width
db "The longer it"
next "swings its"
next "pendulum, the"

View File

@@ -1,7 +1,7 @@
; KrabbyPokedexEntry: ; 0x1b8ddd
db "RIVER CRAB@" ; species name
dw 104, 140 ; height, width
db "If it is unable"
next "to find food, it"
next "will absorb"

Some files were not shown because too many files have changed in this diff Show More