mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00

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.
16 lines
440 B
NASM
16 lines
440 B
NASM
db "WILD BULL@" ; species name
|
|
dw 407, 1950 ; height, weight
|
|
|
|
db "Hunting tradition"
|
|
next "states that one"
|
|
next "must cut off the"
|
|
|
|
page "horns of killed"
|
|
next "TAUROS and pray,"
|
|
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
|