mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

This adds Ajawalcan's new name, using Mayan grammar and vocabulary resources to produce something truly befitting of the Kukulcan Pokemon. Before, we conflated Aztec and Mayan theology and have now chosen to squarely focus on the Mayan side of things, with Ruddy Ruins scheduled to be based on Chichen Itza. * Bolles, D. & Bolles, A. (1996). A Grammar of the Yucatecan Mayan Language. Revised ed. Lancaster, California: Labyrinthos Press. ISBN 0-911437-49-5. Available at: http://www.famsi.org/reports/96072/grammar/index.html * Boot, E. (2009). The Updated Preliminary Classic Maya - English, English - Classic Maya Vocabulary of Hieroglyphic Readings. Updated edition. Mesoweb Resources. Available at: https://www.mesoweb.com/resources/vocabulary/Vocabulary-2009.01.pdf
22 lines
902 B
NASM
22 lines
902 B
NASM
db 0 ; species ID placeholder
|
|
|
|
db 97, 107, 87, 57, 77, 67
|
|
; hp atk def spd sat sdf
|
|
|
|
db NORMAL, ROCK ; type
|
|
db 45 ; catch rate ; PLACEHOLDER
|
|
db 64 ; base exp ; PLACEHOLDER
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 120 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/inoshika/front.dimensions"
|
|
dw NULL, NULL ; unused (beta front/back pics)
|
|
db GROWTH_MEDIUM_SLOW ; growth rate ; PLACEHOLDER
|
|
dn EGG_NONE, EGG_NONE ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm HEADBUTT, CURSE, ROLLOUT, ROAR, TOXIC, ROCK_SMASH, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, ENDURE, FRUSTRATION, IRON_TAIL, EARTHQUAKE, RETURN, DIG, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SANDSTORM, DEFENSE_CURL, DETECT, REST, ATTRACT, STRENGTH, BLIZZARD, THUNDER, PSYCHIC_M, SHADOW_BALL, FIRE_BLAST, FLAMETHROWER, THUNDERBOLT, ICE_BEAM
|
|
; end
|