diff --git a/data/pokemon/dex_entries/bruinous.asm b/data/pokemon/dex_entries/bruinous.asm index 72d53b0..a387ca7 100644 --- a/data/pokemon/dex_entries/bruinous.asm +++ b/data/pokemon/dex_entries/bruinous.asm @@ -1,10 +1,10 @@ db "DYNAMITE@" ; species name dw 603, 3420 ; height, weight - db "Fiercely loyal to" - next "its TRAINER. If" - next "given the order," + db "If it thinks its" + next "TRAINER in danger," + next "it will gather as" - page "BRUINOUS will" - next "attack with an" - next "explosive bite.@" + page "much energy as it" + next "can to trigger a" + next "huge explosion.@" diff --git a/data/pokemon/dex_entries/cubburn.asm b/data/pokemon/dex_entries/cubburn.asm index 38a2b25..563886c 100644 --- a/data/pokemon/dex_entries/cubburn.asm +++ b/data/pokemon/dex_entries/cubburn.asm @@ -1,5 +1,5 @@ - db "PYRO@" ; species name - dw 108, 170 ; height, weight + db "FIRE BEAR@" ; species name + dw 200, 220 ; height, weight db "If its TRAINER is" next "cold, CUBBURN will" diff --git a/data/pokemon/dex_entries/donmarin.asm b/data/pokemon/dex_entries/donmarin.asm index 6ce15de..b6dfd40 100644 --- a/data/pokemon/dex_entries/donmarin.asm +++ b/data/pokemon/dex_entries/donmarin.asm @@ -1,10 +1,10 @@ - db "LOCH BOSS@" ; species name + db "POWERFUL@" ; species name dw 802, 4850 ; height, weight - db "Tempered and even-" - next "handed, DONMARIN" - next "carefully raises" + db "Every PALSSIO pod" + next "is raised by one" + next "DONMARIN leader." - page "its pod. Its" - next "punishments are" - next "always fair.@" + page "The punishments it" + next "deals are harsh," + next "but always fair.@" diff --git a/data/pokemon/dex_entries/flambear.asm b/data/pokemon/dex_entries/flambear.asm index edd1d87..1ac90c3 100644 --- a/data/pokemon/dex_entries/flambear.asm +++ b/data/pokemon/dex_entries/flambear.asm @@ -1,10 +1,10 @@ - db "BLAST@" ; species name - dw 211, 420 ; height, weight + db "FIRE BEAR@" ; species name + dw 303, 720 ; height, weight - db "If it thinks its" - next "TRAINER in danger," - next "it'll bark loudly." + db "Fiercely loyal to" + next "its TRAINER. If" + next "given the order," - page "Reining this in" - next "is a true test" - next "of skill.@" + page "FLAMBEAR will" + next "attack with an" + next "explosive bite.@" diff --git a/data/pokemon/dex_entries/palssio.asm b/data/pokemon/dex_entries/palssio.asm index c9fde83..a57ff02 100644 --- a/data/pokemon/dex_entries/palssio.asm +++ b/data/pokemon/dex_entries/palssio.asm @@ -1,10 +1,10 @@ db "PLAYFUL@" ; species name - dw 311, 70 ; height, weight + dw 207, 310 ; height, weight - db "Calm and collected," - next "PALSSIO's presence" - next "soothes all around" + db "A smart and level-" + next "headed #MON, it" + next "has a soothing" - page "it. Popular with" - next "newer and more" - next "anxious TRAINERS.@" + page "presence. Popular" + next "with new, inexpe-" + next "rienced TRAINERS.@" diff --git a/data/pokemon/dex_entries/pressio.asm b/data/pokemon/dex_entries/pressio.asm index 8bd72ab..f9adb25 100644 --- a/data/pokemon/dex_entries/pressio.asm +++ b/data/pokemon/dex_entries/pressio.asm @@ -1,10 +1,10 @@ - db "PROUD@" ; species name - dw 509, 70 ; height, weight + db "PRIDEFUL@" ; species name + dw 411, 910 ; height, weight - db "Prideful in its" - next "growing intellect," - next "PRESSIO often" + db "Arrogant and proud" + next "in nature, PRESSIO" + next "picks on weaker" - page "picks fights with" - next "#MON it sees" - next "as inferior.@" + page "#MON. Its skin" + next "is smooth and cold" + next "to touch.@"