mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-14 09:06:42 +13:00
New dex entries using DP myth docs
Piloswine and Lapras pending; seem weak. Octillery story seems to lewd even for a game that has decensored much of the original content. Rapidash and Tauros entries give credence to featuring them around Ruddy Town with Coatl and Xatu. Typhlosion entry allows for connections to the mujina (even if not wholly intentional, seemingly), which I quite enjoy. However, the dex entry is unsatisfactory.
This commit is contained in:
parent
7a6d9b3b46
commit
58f5de27fb
|
|
@ -1,10 +1,15 @@
|
||||||
db "FIRE HORSE@" ; species name
|
db "FIRE HORSE@" ; species name
|
||||||
dw 507, 2090 ; height, weight
|
dw 507, 2090 ; height, weight
|
||||||
|
|
||||||
db "It just loves to"
|
db "Native American"
|
||||||
next "gallop. The faster"
|
next "myth tells of a"
|
||||||
next "it goes, the long-"
|
next "greedy hunter wea-"
|
||||||
|
|
||||||
page "er the swaying"
|
page "ring the mane of"
|
||||||
next "flames of its mane"
|
next "RAPIDASH, and bei-"
|
||||||
next "will become.@"
|
next "ng shot by mistake.@"
|
||||||
|
; Lore taken from the Pokemon DP design documents.
|
||||||
|
; It doesn't seem to be based on any particular myth, but general philosophy.
|
||||||
|
; TLDR a man of the east respects the Rapidash, a man of the west does not, and wears their pelt, only to end up being mistaken for one, and hunted down.
|
||||||
|
|
||||||
|
; https://tcrf.net/Development:Pok%C3%A9mon_Diamond_and_Pearl/Documents
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,15 @@
|
||||||
db "WILD BULL@" ; species name
|
db "WILD BULL@" ; species name
|
||||||
dw 407, 1950 ; height, weight
|
dw 407, 1950 ; height, weight
|
||||||
|
|
||||||
db "These violent"
|
db "Hunting tradition"
|
||||||
next "#MON fight"
|
next "states that one"
|
||||||
next "with other mem-"
|
next "must cut off the"
|
||||||
|
|
||||||
page "bers of their herd"
|
page "horns of killed"
|
||||||
next "in order to prove"
|
next "TAUROS and pray,"
|
||||||
next "their strength.@"
|
next "or be punished.@"
|
||||||
|
; Could be better-written.
|
||||||
|
; Based on the DP development documents discussing hunting traditions towards Tauros.
|
||||||
|
; Fits very well into a Pokedex entry!
|
||||||
|
|
||||||
|
; https://tcrf.net/Development:Pok%C3%A9mon_Diamond_and_Pearl/Documents
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,19 @@
|
||||||
db "VOLCANO@" ; species name
|
db "VOLCANO@" ; species name
|
||||||
dw 507, 1750 ; height, weight
|
dw 507, 1750 ; height, weight
|
||||||
|
|
||||||
db "When heat from its"
|
db "Folklore tells of"
|
||||||
next "body causes the"
|
next "a shapeshifting"
|
||||||
next "air around it to"
|
next "TYPHLOSION that"
|
||||||
|
|
||||||
page "shimmer, this is a"
|
page "offered a young"
|
||||||
next "sign that it is"
|
next "girl berries and"
|
||||||
next "ready to battle.@"
|
next "taught her a song.@"
|
||||||
|
|
||||||
|
; Extremely abridged version of the infamous Typhlosion story from the DP development docs.
|
||||||
|
; Based on the Bear Mother story from Canadian First Nations mythology. I chose to blend it with the mythology of the very similar Mujina (貉).
|
||||||
|
; I chose Typhlosion over Hisuian Typhlosion to be consistent with the time period in which the lore was devised.
|
||||||
|
; However, as a dex entry, it's quite poor. I think this could be modified and tweaked.
|
||||||
|
|
||||||
|
; https://en.wikipedia.org/wiki/Mujina
|
||||||
|
; https://nativecanadianarts.com/gallery/the-bear-mother/
|
||||||
|
; https://tcrf.net/Development:Pok%C3%A9mon_Diamond_and_Pearl/Documents
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue