diff --git a/README.md b/README.md index 042e89a..d1de8d3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ JEP-affiliated spriters require sprites to be used with direct credit for non-co - Gorotora is edited from RacieBeep's Yellow sprite in the Helix Chamber PokeThon ROM Hack. A full list of Helix Chamber sprites are available [here](https://cdn.discordapp.com/attachments/1014321591657709569/1015347305483878521/unknown.png). Helix Chamber spriters have a "must credit" policy. - SoupPotato et al: Various sprites from [Pokemon Gold & Silver '97 Reforged](https://github.com/SoupPotato/gold97); Palssio (Cruize), Pressio (Aquallo) Donmarin (Aquarius), Grenmar (Bombsheal, with edits), Jungela (Gelania), Elebebi (Elebabe), Mimmeo (Metto), Kazappelin (Numbpuff), Disturban (Turban), Angore (Anchorage) - SCMidna: Munchlax -- SageDeoxys: (TBA) +- SageDeoxys: Iron Bundle, Raging Bolt, Scream Tail - Tom Wang: Gold/Chris running sprite - Seasick: Kris running sprite - Pigu-A, RevoSucks, walle303 - Contributors to Pokemon Anniversary Red's repository, where we reused the Green/FemC sprites. diff --git a/data/pokemon/dex_entries/flutter_mane.asm b/data/pokemon/dex_entries/flutter_mane.asm index e80110d..93aa9fa 100644 --- a/data/pokemon/dex_entries/flutter_mane.asm +++ b/data/pokemon/dex_entries/flutter_mane.asm @@ -1,10 +1,10 @@ db "PARADOX@" ; species name - dw 407, 088 ; height, weight + dw 407, 80 ; height, weight - db "It floats around with" + db "Believed to be the" + next "ghost of a ptero-" + next "saur. At night, it" + + page "flies around with" next "its writhing hair," - next "scoffing at those" - - page "beneath it. Said" - next "to be the ghost" - next "of a pterosaur.@" + next "cackling wickedly.@" diff --git a/data/pokemon/dex_entries/great_tusk.asm b/data/pokemon/dex_entries/great_tusk.asm index d8b984c..33d3810 100644 --- a/data/pokemon/dex_entries/great_tusk.asm +++ b/data/pokemon/dex_entries/great_tusk.asm @@ -1,5 +1,5 @@ db "PARADOX@" ; species name - dw 703, 7055 ; height, weight + dw 703, 7050 ; height, weight db "A relic of the age" next "of dinosaurs. Its" diff --git a/data/pokemon/dex_entries/iron_bundle.asm b/data/pokemon/dex_entries/iron_bundle.asm index a093a6f..f8551ec 100644 --- a/data/pokemon/dex_entries/iron_bundle.asm +++ b/data/pokemon/dex_entries/iron_bundle.asm @@ -1,10 +1,10 @@ db "PARADOX@" ; species name - dw 200, 243 ; height, weight + dw 200, 240 ; height, weight - db "It carries a metal" - next "device that launches" - next "it backward. This," + db "A strange, robotic" + next "#MON that can" + next "launch itself by" - page "and its extendable" - next "head, have resulted" - next "in much speculation.@" + page "firing icy blasts" + next "from the round" + next "device it holds.@" diff --git a/data/pokemon/dex_entries/iron_thorns.asm b/data/pokemon/dex_entries/iron_thorns.asm index bcef70f..c06a312 100644 --- a/data/pokemon/dex_entries/iron_thorns.asm +++ b/data/pokemon/dex_entries/iron_thorns.asm @@ -1,10 +1,10 @@ db "PARADOX@" ; species name - dw 503, 668 ; height, weight + dw 503, 6680 ; height, weight - db "Seemingly OMEGADGE's" - next "final version. It" - next "only picks fights" + db "Thought to be the" + next "final version of" + next "OMEGADGE. It's a" - page "it can win, and" - next "attacks using its" - next "retractable spikes.@" + page "highly intelligent" + next "creature, avoiding" + next "needless battles.@" diff --git a/data/pokemon/dex_entries/iron_treads.asm b/data/pokemon/dex_entries/iron_treads.asm index c181a91..0be22a0 100644 --- a/data/pokemon/dex_entries/iron_treads.asm +++ b/data/pokemon/dex_entries/iron_treads.asm @@ -1,5 +1,5 @@ db "PARADOX@" ; species name - dw 211, 5922 ; height, weight + dw 211, 5920 ; height, weight db "A creature of the" next "digital age. It" diff --git a/data/pokemon/dex_entries/sandy_shocks.asm b/data/pokemon/dex_entries/sandy_shocks.asm index eda4cb5..7b3066b 100644 --- a/data/pokemon/dex_entries/sandy_shocks.asm +++ b/data/pokemon/dex_entries/sandy_shocks.asm @@ -1,10 +1,10 @@ db "PARADOX@" ; species name - dw 707, 1323 ; height, weight + dw 707, 1320 ; height, weight - db "Its magnets are very" - next "dexterous, allowing" - next "for easy traversal" + db "It travels across" + next "deserts by walking" + next "on its dexterous" - page "across deserts." - next "However, it leaves" - next "covered in iron.@" + page "magnets. The iron" + next "filings it picks" + next "up adorn its body.@" diff --git a/data/pokemon/dex_entries/scream_tail.asm b/data/pokemon/dex_entries/scream_tail.asm index ad1d3dd..9888f16 100644 --- a/data/pokemon/dex_entries/scream_tail.asm +++ b/data/pokemon/dex_entries/scream_tail.asm @@ -1,10 +1,10 @@ db "PARADOX@" ; species name - dw 311, 176 ; height, weight + dw 311, 170 ; height, weight - db "Its eyes glow yellow" - next "when angered. Its" - next "aggression prompted" + db "Its eyes glow when" + next "angered. Its aggr-" + next "essive nature has" - page "rumours of it being" - next "a beast from the" + page "sparked rumors of" + next "it being from the" next "Cambrian period.@" diff --git a/gfx/pokemon/iron_bundle/front.png b/gfx/pokemon/iron_bundle/front.png index e0a9da9..f5f1c77 100644 Binary files a/gfx/pokemon/iron_bundle/front.png and b/gfx/pokemon/iron_bundle/front.png differ diff --git a/gfx/pokemon/iron_bundle/shiny.pal b/gfx/pokemon/iron_bundle/shiny.pal index 5c88669..978abc5 100644 --- a/gfx/pokemon/iron_bundle/shiny.pal +++ b/gfx/pokemon/iron_bundle/shiny.pal @@ -1,2 +1,2 @@ - RGB 22, 22, 12 - RGB 07, 15, 25 \ No newline at end of file + RGB 18, 21, 30 + RGB 15, 15, 16 \ No newline at end of file diff --git a/gfx/pokemon/raging_bolt/front.png b/gfx/pokemon/raging_bolt/front.png index 9eefc7c..56ec001 100644 Binary files a/gfx/pokemon/raging_bolt/front.png and b/gfx/pokemon/raging_bolt/front.png differ diff --git a/gfx/pokemon/scream_tail/front.png b/gfx/pokemon/scream_tail/front.png index e0a9da9..28ef7ad 100644 Binary files a/gfx/pokemon/scream_tail/front.png and b/gfx/pokemon/scream_tail/front.png differ diff --git a/gfx/pokemon/scream_tail/shiny.pal b/gfx/pokemon/scream_tail/shiny.pal index 5c88669..b032e19 100644 --- a/gfx/pokemon/scream_tail/shiny.pal +++ b/gfx/pokemon/scream_tail/shiny.pal @@ -1,2 +1,2 @@ - RGB 22, 22, 12 - RGB 07, 15, 25 \ No newline at end of file + RGB 31, 17, 31 + RGB 18, 06, 21 \ No newline at end of file