Merge branch 'master' of https://github.com/pret/pokeemerald into spritesheet
This commit is contained in:
@@ -0,0 +1,424 @@
|
||||
#include "global.h"
|
||||
|
||||
const u8 gMonFrontPic_CircledQuestionMark[] = INCBIN_U8("graphics/pokemon/anim_front_pics/circled_question_mark_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_Bulbasaur[] = INCBIN_U8("graphics/pokemon/anim_front_pics/bulbasaur_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ivysaur[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ivysaur_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Venusaur[] = INCBIN_U8("graphics/pokemon/anim_front_pics/venusaur_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Charmander[] = INCBIN_U8("graphics/pokemon/anim_front_pics/charmander_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Charmeleon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/charmeleon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Charizard[] = INCBIN_U8("graphics/pokemon/anim_front_pics/charizard_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Squirtle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/squirtle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wartortle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wartortle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Blastoise[] = INCBIN_U8("graphics/pokemon/anim_front_pics/blastoise_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Caterpie[] = INCBIN_U8("graphics/pokemon/anim_front_pics/caterpie_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Metapod[] = INCBIN_U8("graphics/pokemon/anim_front_pics/metapod_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Butterfree[] = INCBIN_U8("graphics/pokemon/anim_front_pics/butterfree_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Weedle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/weedle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kakuna[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kakuna_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Beedrill[] = INCBIN_U8("graphics/pokemon/anim_front_pics/beedrill_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pidgey[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pidgey_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pidgeotto[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pidgeotto_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pidgeot[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pidgeot_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Rattata[] = INCBIN_U8("graphics/pokemon/anim_front_pics/rattata_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Raticate[] = INCBIN_U8("graphics/pokemon/anim_front_pics/raticate_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Spearow[] = INCBIN_U8("graphics/pokemon/anim_front_pics/spearow_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Fearow[] = INCBIN_U8("graphics/pokemon/anim_front_pics/fearow_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ekans[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ekans_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Arbok[] = INCBIN_U8("graphics/pokemon/anim_front_pics/arbok_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pikachu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pikachu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Raichu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/raichu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sandshrew[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sandshrew_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sandslash[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sandslash_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_NidoranF[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidoran_f_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nidorina[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidorina_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nidoqueen[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidoqueen_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_NidoranM[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidoran_m_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nidorino[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidorino_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nidoking[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nidoking_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Clefairy[] = INCBIN_U8("graphics/pokemon/anim_front_pics/clefairy_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Clefable[] = INCBIN_U8("graphics/pokemon/anim_front_pics/clefable_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Vulpix[] = INCBIN_U8("graphics/pokemon/anim_front_pics/vulpix_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ninetales[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ninetales_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Jigglypuff[] = INCBIN_U8("graphics/pokemon/anim_front_pics/jigglypuff_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wigglytuff[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wigglytuff_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Zubat[] = INCBIN_U8("graphics/pokemon/anim_front_pics/zubat_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Golbat[] = INCBIN_U8("graphics/pokemon/anim_front_pics/golbat_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Oddish[] = INCBIN_U8("graphics/pokemon/anim_front_pics/oddish_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gloom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gloom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Vileplume[] = INCBIN_U8("graphics/pokemon/anim_front_pics/vileplume_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Paras[] = INCBIN_U8("graphics/pokemon/anim_front_pics/paras_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Parasect[] = INCBIN_U8("graphics/pokemon/anim_front_pics/parasect_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Venonat[] = INCBIN_U8("graphics/pokemon/anim_front_pics/venonat_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Venomoth[] = INCBIN_U8("graphics/pokemon/anim_front_pics/venomoth_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Diglett[] = INCBIN_U8("graphics/pokemon/anim_front_pics/diglett_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dugtrio[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dugtrio_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Meowth[] = INCBIN_U8("graphics/pokemon/anim_front_pics/meowth_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Persian[] = INCBIN_U8("graphics/pokemon/anim_front_pics/persian_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Psyduck[] = INCBIN_U8("graphics/pokemon/anim_front_pics/psyduck_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Golduck[] = INCBIN_U8("graphics/pokemon/anim_front_pics/golduck_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mankey[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mankey_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Primeape[] = INCBIN_U8("graphics/pokemon/anim_front_pics/primeape_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Growlithe[] = INCBIN_U8("graphics/pokemon/anim_front_pics/growlithe_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Arcanine[] = INCBIN_U8("graphics/pokemon/anim_front_pics/arcanine_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Poliwag[] = INCBIN_U8("graphics/pokemon/anim_front_pics/poliwag_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Poliwhirl[] = INCBIN_U8("graphics/pokemon/anim_front_pics/poliwhirl_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Poliwrath[] = INCBIN_U8("graphics/pokemon/anim_front_pics/poliwrath_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Abra[] = INCBIN_U8("graphics/pokemon/anim_front_pics/abra_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kadabra[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kadabra_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Alakazam[] = INCBIN_U8("graphics/pokemon/anim_front_pics/alakazam_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Machop[] = INCBIN_U8("graphics/pokemon/anim_front_pics/machop_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Machoke[] = INCBIN_U8("graphics/pokemon/anim_front_pics/machoke_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Machamp[] = INCBIN_U8("graphics/pokemon/anim_front_pics/machamp_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Bellsprout[] = INCBIN_U8("graphics/pokemon/anim_front_pics/bellsprout_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Weepinbell[] = INCBIN_U8("graphics/pokemon/anim_front_pics/weepinbell_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Victreebel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/victreebel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tentacool[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tentacool_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tentacruel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tentacruel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Geodude[] = INCBIN_U8("graphics/pokemon/anim_front_pics/geodude_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Graveler[] = INCBIN_U8("graphics/pokemon/anim_front_pics/graveler_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Golem[] = INCBIN_U8("graphics/pokemon/anim_front_pics/golem_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ponyta[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ponyta_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Rapidash[] = INCBIN_U8("graphics/pokemon/anim_front_pics/rapidash_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slowpoke[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slowpoke_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slowbro[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slowbro_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magnemite[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magnemite_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magneton[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magneton_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Farfetchd[] = INCBIN_U8("graphics/pokemon/anim_front_pics/farfetch_d_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Doduo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/doduo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dodrio[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dodrio_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Seel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/seel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dewgong[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dewgong_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Grimer[] = INCBIN_U8("graphics/pokemon/anim_front_pics/grimer_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Muk[] = INCBIN_U8("graphics/pokemon/anim_front_pics/muk_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shellder[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shellder_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cloyster[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cloyster_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gastly[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gastly_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Haunter[] = INCBIN_U8("graphics/pokemon/anim_front_pics/haunter_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gengar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gengar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Onix[] = INCBIN_U8("graphics/pokemon/anim_front_pics/onix_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Drowzee[] = INCBIN_U8("graphics/pokemon/anim_front_pics/drowzee_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hypno[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hypno_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Krabby[] = INCBIN_U8("graphics/pokemon/anim_front_pics/krabby_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kingler[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kingler_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Voltorb[] = INCBIN_U8("graphics/pokemon/anim_front_pics/voltorb_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Electrode[] = INCBIN_U8("graphics/pokemon/anim_front_pics/electrode_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Exeggcute[] = INCBIN_U8("graphics/pokemon/anim_front_pics/exeggcute_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Exeggutor[] = INCBIN_U8("graphics/pokemon/anim_front_pics/exeggutor_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cubone[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cubone_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Marowak[] = INCBIN_U8("graphics/pokemon/anim_front_pics/marowak_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hitmonlee[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hitmonlee_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hitmonchan[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hitmonchan_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lickitung[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lickitung_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Koffing[] = INCBIN_U8("graphics/pokemon/anim_front_pics/koffing_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Weezing[] = INCBIN_U8("graphics/pokemon/anim_front_pics/weezing_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Rhyhorn[] = INCBIN_U8("graphics/pokemon/anim_front_pics/rhyhorn_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Rhydon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/rhydon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Chansey[] = INCBIN_U8("graphics/pokemon/anim_front_pics/chansey_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tangela[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tangela_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kangaskhan[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kangaskhan_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Horsea[] = INCBIN_U8("graphics/pokemon/anim_front_pics/horsea_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Seadra[] = INCBIN_U8("graphics/pokemon/anim_front_pics/seadra_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Goldeen[] = INCBIN_U8("graphics/pokemon/anim_front_pics/goldeen_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Seaking[] = INCBIN_U8("graphics/pokemon/anim_front_pics/seaking_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Staryu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/staryu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Starmie[] = INCBIN_U8("graphics/pokemon/anim_front_pics/starmie_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mrmime[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mr_mime_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Scyther[] = INCBIN_U8("graphics/pokemon/anim_front_pics/scyther_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Jynx[] = INCBIN_U8("graphics/pokemon/anim_front_pics/jynx_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Electabuzz[] = INCBIN_U8("graphics/pokemon/anim_front_pics/electabuzz_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magmar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magmar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pinsir[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pinsir_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tauros[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tauros_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magikarp[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magikarp_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gyarados[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gyarados_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lapras[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lapras_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ditto[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ditto_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Eevee[] = INCBIN_U8("graphics/pokemon/anim_front_pics/eevee_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Vaporeon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/vaporeon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Jolteon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/jolteon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Flareon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/flareon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Porygon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/porygon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Omanyte[] = INCBIN_U8("graphics/pokemon/anim_front_pics/omanyte_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Omastar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/omastar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kabuto[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kabuto_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kabutops[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kabutops_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Aerodactyl[] = INCBIN_U8("graphics/pokemon/anim_front_pics/aerodactyl_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Snorlax[] = INCBIN_U8("graphics/pokemon/anim_front_pics/snorlax_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Articuno[] = INCBIN_U8("graphics/pokemon/anim_front_pics/articuno_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Zapdos[] = INCBIN_U8("graphics/pokemon/anim_front_pics/zapdos_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Moltres[] = INCBIN_U8("graphics/pokemon/anim_front_pics/moltres_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dratini[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dratini_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dragonair[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dragonair_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dragonite[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dragonite_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mewtwo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mewtwo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mew[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mew_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_Chikorita[] = INCBIN_U8("graphics/pokemon/anim_front_pics/chikorita_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Bayleef[] = INCBIN_U8("graphics/pokemon/anim_front_pics/bayleef_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Meganium[] = INCBIN_U8("graphics/pokemon/anim_front_pics/meganium_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cyndaquil[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cyndaquil_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Quilava[] = INCBIN_U8("graphics/pokemon/anim_front_pics/quilava_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Typhlosion[] = INCBIN_U8("graphics/pokemon/anim_front_pics/typhlosion_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Totodile[] = INCBIN_U8("graphics/pokemon/anim_front_pics/totodile_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Croconaw[] = INCBIN_U8("graphics/pokemon/anim_front_pics/croconaw_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Feraligatr[] = INCBIN_U8("graphics/pokemon/anim_front_pics/feraligatr_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sentret[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sentret_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Furret[] = INCBIN_U8("graphics/pokemon/anim_front_pics/furret_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hoothoot[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hoothoot_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Noctowl[] = INCBIN_U8("graphics/pokemon/anim_front_pics/noctowl_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ledyba[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ledyba_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ledian[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ledian_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Spinarak[] = INCBIN_U8("graphics/pokemon/anim_front_pics/spinarak_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ariados[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ariados_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Crobat[] = INCBIN_U8("graphics/pokemon/anim_front_pics/crobat_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Chinchou[] = INCBIN_U8("graphics/pokemon/anim_front_pics/chinchou_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lanturn[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lanturn_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pichu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pichu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cleffa[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cleffa_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Igglybuff[] = INCBIN_U8("graphics/pokemon/anim_front_pics/igglybuff_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Togepi[] = INCBIN_U8("graphics/pokemon/anim_front_pics/togepi_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Togetic[] = INCBIN_U8("graphics/pokemon/anim_front_pics/togetic_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Natu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/natu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Xatu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/xatu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mareep[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mareep_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Flaaffy[] = INCBIN_U8("graphics/pokemon/anim_front_pics/flaaffy_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ampharos[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ampharos_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Bellossom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/bellossom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Marill[] = INCBIN_U8("graphics/pokemon/anim_front_pics/marill_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Azumarill[] = INCBIN_U8("graphics/pokemon/anim_front_pics/azumarill_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sudowoodo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sudowoodo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Politoed[] = INCBIN_U8("graphics/pokemon/anim_front_pics/politoed_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hoppip[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hoppip_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Skiploom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/skiploom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Jumpluff[] = INCBIN_U8("graphics/pokemon/anim_front_pics/jumpluff_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Aipom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/aipom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sunkern[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sunkern_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sunflora[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sunflora_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Yanma[] = INCBIN_U8("graphics/pokemon/anim_front_pics/yanma_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wooper[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wooper_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Quagsire[] = INCBIN_U8("graphics/pokemon/anim_front_pics/quagsire_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Espeon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/espeon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Umbreon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/umbreon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Murkrow[] = INCBIN_U8("graphics/pokemon/anim_front_pics/murkrow_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slowking[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slowking_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Misdreavus[] = INCBIN_U8("graphics/pokemon/anim_front_pics/misdreavus_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownA[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_a_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wobbuffet[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wobbuffet_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Girafarig[] = INCBIN_U8("graphics/pokemon/anim_front_pics/girafarig_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pineco[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pineco_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Forretress[] = INCBIN_U8("graphics/pokemon/anim_front_pics/forretress_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dunsparce[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dunsparce_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gligar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gligar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Steelix[] = INCBIN_U8("graphics/pokemon/anim_front_pics/steelix_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Snubbull[] = INCBIN_U8("graphics/pokemon/anim_front_pics/snubbull_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Granbull[] = INCBIN_U8("graphics/pokemon/anim_front_pics/granbull_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Qwilfish[] = INCBIN_U8("graphics/pokemon/anim_front_pics/qwilfish_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Scizor[] = INCBIN_U8("graphics/pokemon/anim_front_pics/scizor_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shuckle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shuckle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Heracross[] = INCBIN_U8("graphics/pokemon/anim_front_pics/heracross_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sneasel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sneasel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Teddiursa[] = INCBIN_U8("graphics/pokemon/anim_front_pics/teddiursa_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ursaring[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ursaring_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slugma[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slugma_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magcargo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magcargo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Swinub[] = INCBIN_U8("graphics/pokemon/anim_front_pics/swinub_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Piloswine[] = INCBIN_U8("graphics/pokemon/anim_front_pics/piloswine_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Corsola[] = INCBIN_U8("graphics/pokemon/anim_front_pics/corsola_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Remoraid[] = INCBIN_U8("graphics/pokemon/anim_front_pics/remoraid_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Octillery[] = INCBIN_U8("graphics/pokemon/anim_front_pics/octillery_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Delibird[] = INCBIN_U8("graphics/pokemon/anim_front_pics/delibird_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mantine[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mantine_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Skarmory[] = INCBIN_U8("graphics/pokemon/anim_front_pics/skarmory_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Houndour[] = INCBIN_U8("graphics/pokemon/anim_front_pics/houndour_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Houndoom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/houndoom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kingdra[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kingdra_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Phanpy[] = INCBIN_U8("graphics/pokemon/anim_front_pics/phanpy_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Donphan[] = INCBIN_U8("graphics/pokemon/anim_front_pics/donphan_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Porygon2[] = INCBIN_U8("graphics/pokemon/anim_front_pics/porygon2_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Stantler[] = INCBIN_U8("graphics/pokemon/anim_front_pics/stantler_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Smeargle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/smeargle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tyrogue[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tyrogue_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hitmontop[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hitmontop_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Smoochum[] = INCBIN_U8("graphics/pokemon/anim_front_pics/smoochum_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Elekid[] = INCBIN_U8("graphics/pokemon/anim_front_pics/elekid_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Magby[] = INCBIN_U8("graphics/pokemon/anim_front_pics/magby_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Miltank[] = INCBIN_U8("graphics/pokemon/anim_front_pics/miltank_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Blissey[] = INCBIN_U8("graphics/pokemon/anim_front_pics/blissey_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Raikou[] = INCBIN_U8("graphics/pokemon/anim_front_pics/raikou_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Entei[] = INCBIN_U8("graphics/pokemon/anim_front_pics/entei_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Suicune[] = INCBIN_U8("graphics/pokemon/anim_front_pics/suicune_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Larvitar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/larvitar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pupitar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pupitar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tyranitar[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tyranitar_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lugia[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lugia_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_HoOh[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ho_oh_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Celebi[] = INCBIN_U8("graphics/pokemon/anim_front_pics/celebi_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_DoubleQuestionMark[] = INCBIN_U8("graphics/pokemon/anim_front_pics/double_question_mark_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_Treecko[] = INCBIN_U8("graphics/pokemon/anim_front_pics/treecko_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Grovyle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/grovyle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sceptile[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sceptile_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Torchic[] = INCBIN_U8("graphics/pokemon/anim_front_pics/torchic_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Combusken[] = INCBIN_U8("graphics/pokemon/anim_front_pics/combusken_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Blaziken[] = INCBIN_U8("graphics/pokemon/anim_front_pics/blaziken_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mudkip[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mudkip_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Marshtomp[] = INCBIN_U8("graphics/pokemon/anim_front_pics/marshtomp_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Swampert[] = INCBIN_U8("graphics/pokemon/anim_front_pics/swampert_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Poochyena[] = INCBIN_U8("graphics/pokemon/anim_front_pics/poochyena_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mightyena[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mightyena_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Zigzagoon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/zigzagoon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Linoone[] = INCBIN_U8("graphics/pokemon/anim_front_pics/linoone_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wurmple[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wurmple_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Silcoon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/silcoon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Beautifly[] = INCBIN_U8("graphics/pokemon/anim_front_pics/beautifly_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cascoon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cascoon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dustox[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dustox_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lotad[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lotad_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lombre[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lombre_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ludicolo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ludicolo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Seedot[] = INCBIN_U8("graphics/pokemon/anim_front_pics/seedot_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nuzleaf[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nuzleaf_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shiftry[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shiftry_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nincada[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nincada_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ninjask[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ninjask_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shedinja[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shedinja_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Taillow[] = INCBIN_U8("graphics/pokemon/anim_front_pics/taillow_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Swellow[] = INCBIN_U8("graphics/pokemon/anim_front_pics/swellow_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shroomish[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shroomish_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Breloom[] = INCBIN_U8("graphics/pokemon/anim_front_pics/breloom_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Spinda[] = INCBIN_U8("graphics/pokemon/anim_front_pics/spinda_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wingull[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wingull_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Pelipper[] = INCBIN_U8("graphics/pokemon/anim_front_pics/pelipper_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Surskit[] = INCBIN_U8("graphics/pokemon/anim_front_pics/surskit_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Masquerain[] = INCBIN_U8("graphics/pokemon/anim_front_pics/masquerain_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wailmer[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wailmer_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wailord[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wailord_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Skitty[] = INCBIN_U8("graphics/pokemon/anim_front_pics/skitty_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Delcatty[] = INCBIN_U8("graphics/pokemon/anim_front_pics/delcatty_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kecleon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kecleon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Baltoy[] = INCBIN_U8("graphics/pokemon/anim_front_pics/baltoy_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Claydol[] = INCBIN_U8("graphics/pokemon/anim_front_pics/claydol_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Nosepass[] = INCBIN_U8("graphics/pokemon/anim_front_pics/nosepass_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Torkoal[] = INCBIN_U8("graphics/pokemon/anim_front_pics/torkoal_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sableye[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sableye_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Barboach[] = INCBIN_U8("graphics/pokemon/anim_front_pics/barboach_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Whiscash[] = INCBIN_U8("graphics/pokemon/anim_front_pics/whiscash_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Luvdisc[] = INCBIN_U8("graphics/pokemon/anim_front_pics/luvdisc_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Corphish[] = INCBIN_U8("graphics/pokemon/anim_front_pics/corphish_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Crawdaunt[] = INCBIN_U8("graphics/pokemon/anim_front_pics/crawdaunt_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Feebas[] = INCBIN_U8("graphics/pokemon/anim_front_pics/feebas_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Milotic[] = INCBIN_U8("graphics/pokemon/anim_front_pics/milotic_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Carvanha[] = INCBIN_U8("graphics/pokemon/anim_front_pics/carvanha_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sharpedo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sharpedo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Trapinch[] = INCBIN_U8("graphics/pokemon/anim_front_pics/trapinch_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Vibrava[] = INCBIN_U8("graphics/pokemon/anim_front_pics/vibrava_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Flygon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/flygon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Makuhita[] = INCBIN_U8("graphics/pokemon/anim_front_pics/makuhita_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Hariyama[] = INCBIN_U8("graphics/pokemon/anim_front_pics/hariyama_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Electrike[] = INCBIN_U8("graphics/pokemon/anim_front_pics/electrike_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Manectric[] = INCBIN_U8("graphics/pokemon/anim_front_pics/manectric_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Numel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/numel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Camerupt[] = INCBIN_U8("graphics/pokemon/anim_front_pics/camerupt_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Spheal[] = INCBIN_U8("graphics/pokemon/anim_front_pics/spheal_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Sealeo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/sealeo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Walrein[] = INCBIN_U8("graphics/pokemon/anim_front_pics/walrein_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cacnea[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cacnea_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cacturne[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cacturne_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Snorunt[] = INCBIN_U8("graphics/pokemon/anim_front_pics/snorunt_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Glalie[] = INCBIN_U8("graphics/pokemon/anim_front_pics/glalie_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lunatone[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lunatone_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Solrock[] = INCBIN_U8("graphics/pokemon/anim_front_pics/solrock_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Azurill[] = INCBIN_U8("graphics/pokemon/anim_front_pics/azurill_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Spoink[] = INCBIN_U8("graphics/pokemon/anim_front_pics/spoink_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Grumpig[] = INCBIN_U8("graphics/pokemon/anim_front_pics/grumpig_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Plusle[] = INCBIN_U8("graphics/pokemon/anim_front_pics/plusle_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Minun[] = INCBIN_U8("graphics/pokemon/anim_front_pics/minun_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Mawile[] = INCBIN_U8("graphics/pokemon/anim_front_pics/mawile_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Meditite[] = INCBIN_U8("graphics/pokemon/anim_front_pics/meditite_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Medicham[] = INCBIN_U8("graphics/pokemon/anim_front_pics/medicham_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Swablu[] = INCBIN_U8("graphics/pokemon/anim_front_pics/swablu_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Altaria[] = INCBIN_U8("graphics/pokemon/anim_front_pics/altaria_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Wynaut[] = INCBIN_U8("graphics/pokemon/anim_front_pics/wynaut_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Duskull[] = INCBIN_U8("graphics/pokemon/anim_front_pics/duskull_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Dusclops[] = INCBIN_U8("graphics/pokemon/anim_front_pics/dusclops_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Roselia[] = INCBIN_U8("graphics/pokemon/anim_front_pics/roselia_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slakoth[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slakoth_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Vigoroth[] = INCBIN_U8("graphics/pokemon/anim_front_pics/vigoroth_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Slaking[] = INCBIN_U8("graphics/pokemon/anim_front_pics/slaking_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gulpin[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gulpin_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Swalot[] = INCBIN_U8("graphics/pokemon/anim_front_pics/swalot_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Tropius[] = INCBIN_U8("graphics/pokemon/anim_front_pics/tropius_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Whismur[] = INCBIN_U8("graphics/pokemon/anim_front_pics/whismur_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Loudred[] = INCBIN_U8("graphics/pokemon/anim_front_pics/loudred_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Exploud[] = INCBIN_U8("graphics/pokemon/anim_front_pics/exploud_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Clamperl[] = INCBIN_U8("graphics/pokemon/anim_front_pics/clamperl_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Huntail[] = INCBIN_U8("graphics/pokemon/anim_front_pics/huntail_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gorebyss[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gorebyss_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Absol[] = INCBIN_U8("graphics/pokemon/anim_front_pics/absol_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shuppet[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shuppet_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Banette[] = INCBIN_U8("graphics/pokemon/anim_front_pics/banette_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Seviper[] = INCBIN_U8("graphics/pokemon/anim_front_pics/seviper_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Zangoose[] = INCBIN_U8("graphics/pokemon/anim_front_pics/zangoose_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Relicanth[] = INCBIN_U8("graphics/pokemon/anim_front_pics/relicanth_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Aron[] = INCBIN_U8("graphics/pokemon/anim_front_pics/aron_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lairon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lairon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Aggron[] = INCBIN_U8("graphics/pokemon/anim_front_pics/aggron_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Castform[] = INCBIN_U8("graphics/pokemon/anim_front_pics/castform_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Volbeat[] = INCBIN_U8("graphics/pokemon/anim_front_pics/volbeat_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Illumise[] = INCBIN_U8("graphics/pokemon/anim_front_pics/illumise_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Lileep[] = INCBIN_U8("graphics/pokemon/anim_front_pics/lileep_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Cradily[] = INCBIN_U8("graphics/pokemon/anim_front_pics/cradily_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Anorith[] = INCBIN_U8("graphics/pokemon/anim_front_pics/anorith_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Armaldo[] = INCBIN_U8("graphics/pokemon/anim_front_pics/armaldo_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Ralts[] = INCBIN_U8("graphics/pokemon/anim_front_pics/ralts_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kirlia[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kirlia_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Gardevoir[] = INCBIN_U8("graphics/pokemon/anim_front_pics/gardevoir_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Bagon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/bagon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Shelgon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/shelgon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Salamence[] = INCBIN_U8("graphics/pokemon/anim_front_pics/salamence_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Beldum[] = INCBIN_U8("graphics/pokemon/anim_front_pics/beldum_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Metang[] = INCBIN_U8("graphics/pokemon/anim_front_pics/metang_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Metagross[] = INCBIN_U8("graphics/pokemon/anim_front_pics/metagross_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Regirock[] = INCBIN_U8("graphics/pokemon/anim_front_pics/regirock_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Regice[] = INCBIN_U8("graphics/pokemon/anim_front_pics/regice_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Registeel[] = INCBIN_U8("graphics/pokemon/anim_front_pics/registeel_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Kyogre[] = INCBIN_U8("graphics/pokemon/anim_front_pics/kyogre_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Groudon[] = INCBIN_U8("graphics/pokemon/anim_front_pics/groudon_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Rayquaza[] = INCBIN_U8("graphics/pokemon/anim_front_pics/rayquaza_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Latias[] = INCBIN_U8("graphics/pokemon/anim_front_pics/latias_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Latios[] = INCBIN_U8("graphics/pokemon/anim_front_pics/latios_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Jirachi[] = INCBIN_U8("graphics/pokemon/anim_front_pics/jirachi_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Deoxys[] = INCBIN_U8("graphics/pokemon/anim_front_pics/deoxys_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_Chimecho[] = INCBIN_U8("graphics/pokemon/anim_front_pics/chimecho_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_Egg[] = INCBIN_U8("graphics/pokemon/anim_front_pics/egg_front_pic.4bpp.lz");
|
||||
|
||||
const u8 gMonFrontPic_UnownB[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_b_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownC[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_c_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownD[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_d_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownE[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_e_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownF[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_f_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownG[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_g_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownH[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_h_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownI[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_i_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownJ[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_j_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownK[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_k_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownL[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_l_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownM[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_m_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownN[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_n_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownO[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_o_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownP[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_p_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownQ[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_q_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownR[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_r_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownS[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_s_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownT[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_t_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownU[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_u_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownV[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_v_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownW[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_w_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownX[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_x_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownY[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_y_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownZ[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_z_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownExclamationMark[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_exclamation_mark_front_pic.4bpp.lz");
|
||||
const u8 gMonFrontPic_UnownQuestionMark[] = INCBIN_U8("graphics/pokemon/anim_front_pics/unown_question_mark_front_pic.4bpp.lz");
|
||||
@@ -1606,22 +1606,22 @@ static void OpponentHandleChoosePokemon(void)
|
||||
{
|
||||
s32 chosenMonId;
|
||||
|
||||
if (*(gBattleStruct->AI_monToSwitchIntoId + gActiveBattler) == 6)
|
||||
if (*(gBattleStruct->AI_monToSwitchIntoId + gActiveBattler) == PARTY_SIZE)
|
||||
{
|
||||
chosenMonId = GetMostSuitableMonToSwitchInto();
|
||||
|
||||
if (chosenMonId == 6)
|
||||
if (chosenMonId == PARTY_SIZE)
|
||||
{
|
||||
s32 bank1, bank2, firstId, lastId;
|
||||
s32 battler1, battler2, firstId, lastId;
|
||||
|
||||
if (!(gBattleTypeFlags & BATTLE_TYPE_DOUBLE))
|
||||
{
|
||||
bank2 = bank1 = GetBattlerAtPosition(B_POSITION_OPPONENT_LEFT);
|
||||
battler2 = battler1 = GetBattlerAtPosition(B_POSITION_OPPONENT_LEFT);
|
||||
}
|
||||
else
|
||||
{
|
||||
bank1 = GetBattlerAtPosition(B_POSITION_OPPONENT_LEFT);
|
||||
bank2 = GetBattlerAtPosition(B_POSITION_OPPONENT_RIGHT);
|
||||
battler1 = GetBattlerAtPosition(B_POSITION_OPPONENT_LEFT);
|
||||
battler2 = GetBattlerAtPosition(B_POSITION_OPPONENT_RIGHT);
|
||||
}
|
||||
|
||||
if (gBattleTypeFlags & (BATTLE_TYPE_TWO_OPPONENTS | BATTLE_TYPE_x800000))
|
||||
@@ -1639,8 +1639,8 @@ static void OpponentHandleChoosePokemon(void)
|
||||
for (chosenMonId = firstId; chosenMonId < lastId; chosenMonId++)
|
||||
{
|
||||
if (GetMonData(&gEnemyParty[chosenMonId], MON_DATA_HP) != 0
|
||||
&& chosenMonId != gBattlerPartyIndexes[bank1]
|
||||
&& chosenMonId != gBattlerPartyIndexes[bank2])
|
||||
&& chosenMonId != gBattlerPartyIndexes[battler1]
|
||||
&& chosenMonId != gBattlerPartyIndexes[battler2])
|
||||
{
|
||||
break;
|
||||
}
|
||||
@@ -1650,7 +1650,7 @@ static void OpponentHandleChoosePokemon(void)
|
||||
else
|
||||
{
|
||||
chosenMonId = *(gBattleStruct->AI_monToSwitchIntoId + gActiveBattler);
|
||||
*(gBattleStruct->AI_monToSwitchIntoId + gActiveBattler) = 6;
|
||||
*(gBattleStruct->AI_monToSwitchIntoId + gActiveBattler) = PARTY_SIZE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -28,19 +28,18 @@
|
||||
#include "pokeball.h"
|
||||
#include "data2.h"
|
||||
#include "battle_setup.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
#include "recorded_battle.h"
|
||||
#include "party_menu.h"
|
||||
#include "battle_dome.h"
|
||||
|
||||
extern u8 gUnknown_0203CEE8;
|
||||
extern u8 gUnknown_0203CEE9;
|
||||
extern u8 gUnknown_0203CF00[];
|
||||
extern u16 gBattle_BG0_X;
|
||||
extern u16 gBattle_BG0_Y;
|
||||
extern s32 gUnknown_0203CD70;
|
||||
extern struct UnusedControllerStruct gUnknown_02022D0C;
|
||||
extern struct MusicPlayerInfo gMPlayInfo_BGM;
|
||||
extern struct SpriteTemplate gMultiuseSpriteTemplate;
|
||||
|
||||
extern const struct CompressedSpritePalette gTrainerFrontPicPaletteTable[];
|
||||
extern const struct CompressedSpritePalette gTrainerBackPicPaletteTable[];
|
||||
@@ -52,7 +51,6 @@ extern void sub_81851A8(u8 *);
|
||||
|
||||
// this file's functions
|
||||
static void PlayerHandleGetMonData(void);
|
||||
void PlayerHandleGetRawMonData(void);
|
||||
static void PlayerHandleSetMonData(void);
|
||||
static void PlayerHandleSetRawMonData(void);
|
||||
static void PlayerHandleLoadMonSprite(void);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "pokeball.h"
|
||||
#include "data2.h"
|
||||
#include "pokeblock.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
|
||||
extern u16 gBattle_BG0_X;
|
||||
extern u16 gBattle_BG0_Y;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "data2.h"
|
||||
#include "party_menu.h"
|
||||
#include "battle_setup.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
|
||||
extern u16 gBattle_BG0_X;
|
||||
extern u16 gBattle_BG0_Y;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "constants/moves.h"
|
||||
#include "constants/species.h"
|
||||
#include "constants/trainers.h"
|
||||
#include "constants/battle_ai.h"
|
||||
|
||||
#include "data/trainer_parties.h"
|
||||
#include "data/text/trainer_class_names.h"
|
||||
|
||||
+6481
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,118 @@
|
||||
#include "global.h"
|
||||
#include "event_data.h"
|
||||
#include "battle_setup.h"
|
||||
#include "overworld.h"
|
||||
#include "random.h"
|
||||
#include "battle_tower.h"
|
||||
|
||||
extern void sub_8162614(u16, u8);
|
||||
|
||||
extern void (* const gUnknown_0860DE50[])(void);
|
||||
extern const u32 gUnknown_0860DE98[][2];
|
||||
extern const u32 gUnknown_0860DEA8[][2];
|
||||
|
||||
// code
|
||||
void sub_8195960(void)
|
||||
{
|
||||
gUnknown_0860DE50[gSpecialVar_0x8004]();
|
||||
}
|
||||
|
||||
void sub_8195980(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
gSaveBlock2Ptr->frontier.field_CA8 = 0;
|
||||
gSaveBlock2Ptr->frontier.field_CB2 = 0;
|
||||
gSaveBlock2Ptr->frontier.field_CA9_a = 0;
|
||||
gSaveBlock2Ptr->frontier.field_CA9_b = 0;
|
||||
if (!(gSaveBlock2Ptr->frontier.field_CDC & gUnknown_0860DE98[battleMode][lvlMode]))
|
||||
gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode] = 0;
|
||||
|
||||
saved_warp2_set(0, gSaveBlock1Ptr->location.mapGroup, gSaveBlock1Ptr->location.mapNum, -1);
|
||||
gTrainerBattleOpponent_A = 0;
|
||||
}
|
||||
|
||||
void sub_8195A38(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
switch (gSpecialVar_0x8005)
|
||||
{
|
||||
case 0:
|
||||
gSpecialVar_Result = gSaveBlock2Ptr->frontier.field_DC4[1];
|
||||
break;
|
||||
case 1:
|
||||
gSpecialVar_Result = gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode];
|
||||
break;
|
||||
case 2:
|
||||
gSpecialVar_Result = ((gSaveBlock2Ptr->frontier.field_CDC & gUnknown_0860DE98[battleMode][lvlMode]) != 0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void sub_8195AE4(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
switch (gSpecialVar_0x8005)
|
||||
{
|
||||
case 0:
|
||||
gSaveBlock2Ptr->frontier.field_DC4[1] = gSpecialVar_0x8006;
|
||||
break;
|
||||
case 1:
|
||||
gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode] = gSpecialVar_0x8006;
|
||||
break;
|
||||
case 2:
|
||||
if (gSpecialVar_0x8006)
|
||||
gSaveBlock2Ptr->frontier.field_CDC |= gUnknown_0860DE98[battleMode][lvlMode];
|
||||
else
|
||||
gSaveBlock2Ptr->frontier.field_CDC &= gUnknown_0860DEA8[battleMode][lvlMode];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void sub_8195BB0(void)
|
||||
{
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
|
||||
if (gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode] < 50)
|
||||
gSpecialVar_Result = Random() % 3;
|
||||
else if (gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode] < 99)
|
||||
gSpecialVar_Result = 3;
|
||||
else
|
||||
gSpecialVar_Result = 4;
|
||||
}
|
||||
|
||||
void sub_8195C20(void)
|
||||
{
|
||||
gTrainerBattleOpponent_A = 5 *(Random() % 255) / 64u;
|
||||
sub_8162614(gTrainerBattleOpponent_A, 0);
|
||||
}
|
||||
|
||||
void sub_8195C50(void)
|
||||
{
|
||||
if (gTrainerBattleOpponent_A < 300)
|
||||
ConvertBattleFrontierTrainerSpeechToString(gFacilityTrainers[gTrainerBattleOpponent_A].speechBefore);
|
||||
}
|
||||
|
||||
/*
|
||||
void sub_8195C7C(void)
|
||||
{
|
||||
u8 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u8 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
if (gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode] < 9999)
|
||||
{
|
||||
u16 wat = 0;
|
||||
gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode]++;
|
||||
if (lvlMode < gSaveBlock2Ptr->frontier.field_DD0[battleMode][lvlMode])
|
||||
wat = 1;
|
||||
if (gSaveBlock2Ptr->frontier.field_DC8[battleMode][wat] != 0)
|
||||
gSaveBlock2Ptr->frontier.field_DD0[battleMode][lvlMode] = gSaveBlock2Ptr->frontier.field_DC8[battleMode][lvlMode];
|
||||
}
|
||||
}
|
||||
*/
|
||||
+13
-16
@@ -734,7 +734,7 @@ static void SetPlayerBerryDataInBattleStruct(void)
|
||||
|
||||
if (IsEnigmaBerryValid() == TRUE)
|
||||
{
|
||||
for (i = 0; i < BERRY_NAME_COUNT - 1; i++)
|
||||
for (i = 0; i < BERRY_NAME_LENGTH; i++)
|
||||
battleBerry->name[i] = gSaveBlock1Ptr->enigmaBerry.berry.name[i];
|
||||
battleBerry->name[i] = EOS;
|
||||
|
||||
@@ -748,7 +748,7 @@ static void SetPlayerBerryDataInBattleStruct(void)
|
||||
{
|
||||
const struct Berry *berryData = GetBerryInfo(ItemIdToBerryType(ITEM_ENIGMA_BERRY));
|
||||
|
||||
for (i = 0; i < BERRY_NAME_COUNT - 1; i++)
|
||||
for (i = 0; i < BERRY_NAME_LENGTH; i++)
|
||||
battleBerry->name[i] = berryData->name[i];
|
||||
battleBerry->name[i] = EOS;
|
||||
|
||||
@@ -769,7 +769,7 @@ static void SetAllPlayersBerryData(void)
|
||||
{
|
||||
if (IsEnigmaBerryValid() == TRUE)
|
||||
{
|
||||
for (i = 0; i < BERRY_NAME_COUNT - 1; i++)
|
||||
for (i = 0; i < BERRY_NAME_LENGTH; i++)
|
||||
{
|
||||
gEnigmaBerries[0].name[i] = gSaveBlock1Ptr->enigmaBerry.berry.name[i];
|
||||
gEnigmaBerries[2].name[i] = gSaveBlock1Ptr->enigmaBerry.berry.name[i];
|
||||
@@ -792,7 +792,7 @@ static void SetAllPlayersBerryData(void)
|
||||
{
|
||||
const struct Berry *berryData = GetBerryInfo(ItemIdToBerryType(ITEM_ENIGMA_BERRY));
|
||||
|
||||
for (i = 0; i < BERRY_NAME_COUNT - 1; i++)
|
||||
for (i = 0; i < BERRY_NAME_LENGTH; i++)
|
||||
{
|
||||
gEnigmaBerries[0].name[i] = berryData->name[i];
|
||||
gEnigmaBerries[2].name[i] = berryData->name[i];
|
||||
@@ -830,7 +830,7 @@ static void SetAllPlayersBerryData(void)
|
||||
src = (struct BattleEnigmaBerry *)(gBlockRecvBuffer[i] + 2);
|
||||
battlerId = gLinkPlayers[i].id;
|
||||
|
||||
for (j = 0; j < BERRY_NAME_COUNT - 1; j++)
|
||||
for (j = 0; j < BERRY_NAME_LENGTH; j++)
|
||||
gEnigmaBerries[battlerId].name[j] = src->name[j];
|
||||
gEnigmaBerries[battlerId].name[j] = EOS;
|
||||
|
||||
@@ -847,7 +847,7 @@ static void SetAllPlayersBerryData(void)
|
||||
{
|
||||
src = (struct BattleEnigmaBerry *)(gBlockRecvBuffer[i] + 2);
|
||||
|
||||
for (j = 0; j < BERRY_NAME_COUNT - 1; j++)
|
||||
for (j = 0; j < BERRY_NAME_LENGTH; j++)
|
||||
{
|
||||
gEnigmaBerries[i].name[j] = src->name[j];
|
||||
gEnigmaBerries[i + 2].name[j] = src->name[j];
|
||||
@@ -3888,7 +3888,7 @@ static void TryDoEventsBeforeFirstTurn(void)
|
||||
// Check all switch in items having effect from the fastest mon to slowest.
|
||||
while (gBattleStruct->switchInItemsCounter < gBattlersCount)
|
||||
{
|
||||
if (ItemBattleEffects(ITEMEFFECT_ON_SWITCH_IN, gBattlerByTurnOrder[gBattleStruct->switchInItemsCounter], 0) != 0)
|
||||
if (ItemBattleEffects(ITEMEFFECT_ON_SWITCH_IN, gBattlerByTurnOrder[gBattleStruct->switchInItemsCounter], FALSE))
|
||||
effect++;
|
||||
|
||||
gBattleStruct->switchInItemsCounter++;
|
||||
@@ -3929,7 +3929,7 @@ static void TryDoEventsBeforeFirstTurn(void)
|
||||
if (gBattleTypeFlags & BATTLE_TYPE_ARENA)
|
||||
{
|
||||
StopCryAndClearCrySongs();
|
||||
BattleScriptExecute(BattleScript_82DB8BE);
|
||||
BattleScriptExecute(BattleScript_ArenaTurnBeginning);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4019,7 +4019,7 @@ void BattleTurnPassed(void)
|
||||
if (gBattleTypeFlags & BATTLE_TYPE_PALACE)
|
||||
BattleScriptExecute(BattleScript_82DB881);
|
||||
else if (gBattleTypeFlags & BATTLE_TYPE_ARENA && gBattleStruct->field_DA == 0)
|
||||
BattleScriptExecute(BattleScript_82DB8BE);
|
||||
BattleScriptExecute(BattleScript_ArenaTurnBeginning);
|
||||
}
|
||||
|
||||
u8 IsRunningFromBattleImpossible(void)
|
||||
@@ -4596,13 +4596,10 @@ static void sub_803CDF8(void)
|
||||
|
||||
void SwapTurnOrder(u8 id1, u8 id2)
|
||||
{
|
||||
u32 temp = gActionsByTurnOrder[id1];
|
||||
gActionsByTurnOrder[id1] = gActionsByTurnOrder[id2];
|
||||
gActionsByTurnOrder[id2] = temp;
|
||||
|
||||
temp = gBattlerByTurnOrder[id1];
|
||||
gBattlerByTurnOrder[id1] = gBattlerByTurnOrder[id2];
|
||||
gBattlerByTurnOrder[id2] = temp;
|
||||
u32 temp;
|
||||
|
||||
SWAP(gActionsByTurnOrder[id1], gActionsByTurnOrder[id2], temp);
|
||||
SWAP(gBattlerByTurnOrder[id1], gBattlerByTurnOrder[id2], temp);
|
||||
}
|
||||
|
||||
u8 GetWhoStrikesFirst(u8 battler1, u8 battler2, bool8 ignoreChosenMoves)
|
||||
|
||||
@@ -1248,7 +1248,7 @@ static const u8 sText_Round2[] = _("Round 2");
|
||||
static const u8 sText_Semifinal[] = _("Semifinal");
|
||||
static const u8 sText_Final[] = _("Final");
|
||||
|
||||
const u8 * const gRoundsStringTable[] =
|
||||
const u8 *const gRoundsStringTable[] =
|
||||
{
|
||||
sText_Round1,
|
||||
sText_Round2,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+21
-4
@@ -64,11 +64,28 @@ static const struct BgTemplate sTrainerHillRecordsBgTemplates[] =
|
||||
|
||||
static const struct WindowTemplate sTrainerHillRecordsWindowTemplates[] =
|
||||
{
|
||||
{0x0, 0x2, 0x1, 0x1A, 0x12, 0xF, 0x14},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 2,
|
||||
.tilemapTop = 1,
|
||||
.width = 26,
|
||||
.height = 18,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 20
|
||||
},
|
||||
DUMMY_WIN_TEMPLATE
|
||||
};
|
||||
|
||||
static const struct WindowTemplate sLinkBattleRecordsWindow = {0x0, 0x2, 0x1, 0x1A, 0x11, 0xF, 0x1};
|
||||
static const struct WindowTemplate sLinkBattleRecordsWindow =
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 2,
|
||||
.tilemapTop = 1,
|
||||
.width = 26,
|
||||
.height = 17,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 1
|
||||
};
|
||||
|
||||
static const u8 sText_DashesNoPlayer[] = _("-------");
|
||||
static const u8 sText_DashesNoScore[] = _("----");
|
||||
@@ -107,7 +124,7 @@ static s32 FindLinkBattleRecord(struct LinkBattleRecord *records, const u8 *name
|
||||
|
||||
for (i = 0; i < LINK_B_RECORDS_COUNT; i++)
|
||||
{
|
||||
if (!StringCompareN(records[i].name, name, OT_NAME_LENGTH) && records[i].trainerId == trainerId)
|
||||
if (!StringCompareN(records[i].name, name, PLAYER_NAME_LENGTH) && records[i].trainerId == trainerId)
|
||||
return i;
|
||||
}
|
||||
|
||||
@@ -198,7 +215,7 @@ static void UpdateLinkBattleRecords(struct LinkBattleRecords *records, const u8
|
||||
{
|
||||
index = LINK_B_RECORDS_COUNT - 1;
|
||||
ClearLinkBattleRecord(&records->entries[index]);
|
||||
StringCopyN(records->entries[index].name, name, OT_NAME_LENGTH);
|
||||
StringCopyN(records->entries[index].name, name, PLAYER_NAME_LENGTH);
|
||||
records->entries[index].trainerId = trainerId;
|
||||
records->languages[index] = gLinkPlayers[battlerId].language;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ extern const u8* const gBattleScriptsForMoveEffects[];
|
||||
// functions
|
||||
extern void sub_81A5718(u8 battlerId); // battle frontier 2
|
||||
extern void sub_81A56B4(void); // battle frontier 2
|
||||
extern void sub_81BFA38(struct Pokemon* party, u8 monPartyId, u8 monCount, void (*callback)(void), u16 move); // pokemon summary screen
|
||||
extern void ShowSelectMovePokemonSummaryScreen(struct Pokemon* party, u8 monPartyId, u8 monCount, void (*callback)(void), u16 move); // pokemon summary screen
|
||||
extern u8 sub_81C1B94(void); // pokemon summary screen
|
||||
extern void sub_81D388C(struct Pokemon* mon, void* statStoreLocation); // pokenav.s
|
||||
extern void sub_81D3640(u8 arg0, void* statStoreLocation1, void* statStoreLocation2, u8 arg3, u8 arg4, u8 arg5); // pokenav.s
|
||||
@@ -700,7 +700,7 @@ static const u8* const sMoveEffectBS_Ptrs[] =
|
||||
BattleScript_MoveEffectPayDay, // MOVE_EFFECT_PAYDAY
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_CHARGING
|
||||
BattleScript_MoveEffectWrap, // MOVE_EFFECT_WRAP
|
||||
BattleScript_MoveEffectRecoil33, // MOVE_EFFECT_RECOIL_25
|
||||
BattleScript_MoveEffectRecoil, // MOVE_EFFECT_RECOIL_25
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_ATK_PLUS_1
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_DEF_PLUS_1
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_SPD_PLUS_1
|
||||
@@ -724,7 +724,7 @@ static const u8* const sMoveEffectBS_Ptrs[] =
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_RAPIDSPIN
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_REMOVE_PARALYSIS
|
||||
BattleScript_MoveEffectSleep, // MOVE_EFFECT_ATK_DEF_DOWN
|
||||
BattleScript_MoveEffectRecoil33, // MOVE_EFFECT_RECOIL_33_PARALYSIS
|
||||
BattleScript_MoveEffectRecoil, // MOVE_EFFECT_RECOIL_33
|
||||
};
|
||||
|
||||
static const struct WindowTemplate sUnusedWinTemplate = {0, 1, 3, 7, 0xF, 0x1F, 0x3F};
|
||||
@@ -2843,7 +2843,7 @@ void SetMoveEffect(bool8 primary, u8 certain)
|
||||
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
||||
gBattlescriptCurrInstr = BattleScript_AtkDefDown;
|
||||
break;
|
||||
case MOVE_EFFECT_RECOIL_33_PARALYSIS: // Volt Tackle
|
||||
case MOVE_EFFECT_RECOIL_33: // Double Edge
|
||||
gBattleMoveDamage = gHpDealt / 3;
|
||||
if (gBattleMoveDamage == 0)
|
||||
gBattleMoveDamage = 1;
|
||||
@@ -4497,20 +4497,38 @@ static void atk48_playstatchangeanimation(void)
|
||||
}
|
||||
}
|
||||
|
||||
#define ATK49_LAST_CASE 17
|
||||
enum
|
||||
{
|
||||
ATK49_RAGE,
|
||||
ATK49_DEFROST,
|
||||
ATK49_SYNCHRONIZE_TARGET,
|
||||
ATK49_MOVE_END_ABILITIES,
|
||||
ATK49_STATUS_IMMUNITY_ABILITIES,
|
||||
ATK49_SYNCHRONIZE_ATTACKER,
|
||||
ATK49_CHOICE_MOVE,
|
||||
ATK49_CHANGED_ITEMS,
|
||||
ATK49_ATTACKER_INVISIBLE,
|
||||
ATK49_ATTACKER_VISIBLE,
|
||||
ATK49_TARGET_VISIBLE,
|
||||
ATK49_ITEM_EFFECTS_ALL,
|
||||
ATK49_KINGSROCK_SHELLBELL,
|
||||
ATK49_SUBSTITUTE,
|
||||
ATK49_UPDATE_LAST_MOVES,
|
||||
ATK49_MIRROR_MOVE,
|
||||
ATK49_NEXT_TARGET,
|
||||
ATK49_COUNT,
|
||||
};
|
||||
|
||||
static void atk49_moveend(void)
|
||||
{
|
||||
s32 i;
|
||||
bool32 effect;
|
||||
u8 moveType;
|
||||
u8 holdEffectAtk;
|
||||
u16 *choicedMoveAtk;
|
||||
bool32 effect = FALSE;
|
||||
u8 moveType = 0;
|
||||
u8 holdEffectAtk = 0;
|
||||
u16 *choicedMoveAtk = NULL;
|
||||
u8 arg1, arg2;
|
||||
u16 originallyUsedMove;
|
||||
|
||||
effect = FALSE;
|
||||
|
||||
if (gChosenMove == 0xFFFF)
|
||||
originallyUsedMove = 0;
|
||||
else
|
||||
@@ -4531,7 +4549,7 @@ static void atk49_moveend(void)
|
||||
{
|
||||
switch (gBattleScripting.atk49_state)
|
||||
{
|
||||
case 0: // rage check
|
||||
case ATK49_RAGE: // rage check
|
||||
if (gBattleMons[gBattlerTarget].status2 & STATUS2_RAGE
|
||||
&& gBattleMons[gBattlerTarget].hp != 0 && gBattlerAttacker != gBattlerTarget
|
||||
&& GetBattlerSide(gBattlerAttacker) != GetBattlerSide(gBattlerTarget)
|
||||
@@ -4545,7 +4563,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 1: // defrosting check
|
||||
case ATK49_DEFROST: // defrosting check
|
||||
if (gBattleMons[gBattlerTarget].status1 & STATUS1_FREEZE
|
||||
&& gBattleMons[gBattlerTarget].hp != 0 && gBattlerAttacker != gBattlerTarget
|
||||
&& gSpecialStatuses[gBattlerTarget].specialDmg
|
||||
@@ -4561,28 +4579,28 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 2: // target synchronize
|
||||
case ATK49_SYNCHRONIZE_TARGET: // target synchronize
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_SYNCHRONIZE, gBattlerTarget, 0, 0, 0))
|
||||
effect = TRUE;
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 3: // contact abilities
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_CONTACT, gBattlerTarget, 0, 0, 0))
|
||||
case ATK49_MOVE_END_ABILITIES: // Such as abilities activating on contact(Poison Spore, Rough Skin, etc.).
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_MOVE_END, gBattlerTarget, 0, 0, 0))
|
||||
effect = TRUE;
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 4: // status immunities
|
||||
case ATK49_STATUS_IMMUNITY_ABILITIES: // status immunities
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_IMMUNITY, 0, 0, 0, 0))
|
||||
effect = TRUE; // it loops through all battlers, so we increment after its done with all battlers
|
||||
else
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 5: // attacker synchronize
|
||||
case ATK49_SYNCHRONIZE_ATTACKER: // attacker synchronize
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_ATK_SYNCHRONIZE, gBattlerAttacker, 0, 0, 0))
|
||||
effect = TRUE;
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 6: // update choice band move
|
||||
case ATK49_CHOICE_MOVE: // update choice band move
|
||||
if (!(gHitMarker & HITMARKER_OBEYS) || holdEffectAtk != HOLD_EFFECT_CHOICE_BAND
|
||||
|| gChosenMove == MOVE_STRUGGLE || (*choicedMoveAtk != 0 && *choicedMoveAtk != 0xFFFF))
|
||||
goto LOOP;
|
||||
@@ -4605,7 +4623,7 @@ static void atk49_moveend(void)
|
||||
gBattleScripting.atk49_state++;
|
||||
}
|
||||
break;
|
||||
case 7: // changed held items
|
||||
case ATK49_CHANGED_ITEMS: // changed held items
|
||||
for (i = 0; i < gBattlersCount; i++)
|
||||
{
|
||||
u16* changedItem = &gBattleStruct->changedItems[i];
|
||||
@@ -4617,18 +4635,18 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 11: // item effects for all battlers
|
||||
if (ItemBattleEffects(3, 0, FALSE))
|
||||
case ATK49_ITEM_EFFECTS_ALL: // item effects for all battlers
|
||||
if (ItemBattleEffects(ITEMEFFECT_MOVE_END, 0, FALSE))
|
||||
effect = TRUE;
|
||||
else
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 12: // king's rock and shell bell
|
||||
if (ItemBattleEffects(4, 0, FALSE))
|
||||
case ATK49_KINGSROCK_SHELLBELL: // king's rock and shell bell
|
||||
if (ItemBattleEffects(ITEMEFFECT_KINGSROCK_SHELLBELL, 0, FALSE))
|
||||
effect = TRUE;
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 8: // make attacker sprite invisible
|
||||
case ATK49_ATTACKER_INVISIBLE: // make attacker sprite invisible
|
||||
if (gStatuses3[gBattlerAttacker] & (STATUS3_SEMI_INVULNERABLE)
|
||||
&& gHitMarker & HITMARKER_NO_ANIMATIONS)
|
||||
{
|
||||
@@ -4640,7 +4658,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 9: // make attacker sprite visible
|
||||
case ATK49_ATTACKER_VISIBLE: // make attacker sprite visible
|
||||
if (gMoveResultFlags & MOVE_RESULT_NO_EFFECT
|
||||
|| !(gStatuses3[gBattlerAttacker] & (STATUS3_SEMI_INVULNERABLE))
|
||||
|| WasUnableToUseMove(gBattlerAttacker))
|
||||
@@ -4655,7 +4673,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 10: // make target sprite visible
|
||||
case ATK49_TARGET_VISIBLE: // make target sprite visible
|
||||
if (!gSpecialStatuses[gBattlerTarget].restoredBattlerSprite && gBattlerTarget < gBattlersCount
|
||||
&& !(gStatuses3[gBattlerTarget] & STATUS3_SEMI_INVULNERABLE))
|
||||
{
|
||||
@@ -4668,7 +4686,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 13: // update substitute
|
||||
case ATK49_SUBSTITUTE: // update substitute
|
||||
for (i = 0; i < gBattlersCount; i++)
|
||||
{
|
||||
if (gDisableStructs[i].substituteHP == 0)
|
||||
@@ -4676,7 +4694,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 14: // This case looks interesting, although I am not certain what it does. Probably fine tunes edge cases.
|
||||
case ATK49_UPDATE_LAST_MOVES:
|
||||
if (gHitMarker & HITMARKER_SWAP_ATTACKER_TARGET)
|
||||
{
|
||||
gActiveBattler = gBattlerAttacker;
|
||||
@@ -4725,7 +4743,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 15: // mirror move
|
||||
case ATK49_MIRROR_MOVE: // mirror move
|
||||
if (!(gAbsentBattlerFlags & gBitTable[gBattlerAttacker]) && !(gBattleStruct->field_91 & gBitTable[gBattlerAttacker])
|
||||
&& gBattleMoves[originallyUsedMove].flags & FLAG_MIRROR_MOVE_AFFECTED && gHitMarker & HITMARKER_OBEYS
|
||||
&& gBattlerAttacker != gBattlerTarget && !(gHitMarker & HITMARKER_FAINTED(gBattlerTarget))
|
||||
@@ -4746,7 +4764,7 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case 16: //
|
||||
case ATK49_NEXT_TARGET: // For moves hitting two opposing Pokemon.
|
||||
if (!(gHitMarker & HITMARKER_UNABLE_TO_USE_MOVE) && gBattleTypeFlags & BATTLE_TYPE_DOUBLE
|
||||
&& !gProtectStructs[gBattlerAttacker].chargingTurn && gBattleMoves[gCurrentMove].target == MOVE_TARGET_BOTH
|
||||
&& !(gHitMarker & HITMARKER_NO_ATTACKSTRING))
|
||||
@@ -4759,7 +4777,7 @@ static void atk49_moveend(void)
|
||||
gBattleScripting.atk49_state = 0;
|
||||
MoveValuesCleanUp();
|
||||
BattleScriptPush(gBattleScriptsForMoveEffects[gBattleMoves[gCurrentMove].effect]);
|
||||
gBattlescriptCurrInstr = BattleScript_82DB87D;
|
||||
gBattlescriptCurrInstr = BattleScript_FlushMessageBox;
|
||||
return;
|
||||
}
|
||||
else
|
||||
@@ -4769,18 +4787,18 @@ static void atk49_moveend(void)
|
||||
}
|
||||
gBattleScripting.atk49_state++;
|
||||
break;
|
||||
case ATK49_LAST_CASE:
|
||||
case ATK49_COUNT:
|
||||
break;
|
||||
}
|
||||
|
||||
if (arg1 == 1 && effect == FALSE)
|
||||
gBattleScripting.atk49_state = ATK49_LAST_CASE;
|
||||
gBattleScripting.atk49_state = ATK49_COUNT;
|
||||
if (arg1 == 2 && arg2 == gBattleScripting.atk49_state)
|
||||
gBattleScripting.atk49_state = ATK49_LAST_CASE;
|
||||
gBattleScripting.atk49_state = ATK49_COUNT;
|
||||
|
||||
} while (gBattleScripting.atk49_state != ATK49_LAST_CASE && effect == FALSE);
|
||||
} while (gBattleScripting.atk49_state != ATK49_COUNT && effect == FALSE);
|
||||
|
||||
if (gBattleScripting.atk49_state == ATK49_LAST_CASE && effect == FALSE)
|
||||
if (gBattleScripting.atk49_state == ATK49_COUNT && effect == FALSE)
|
||||
gBattlescriptCurrInstr += 3;
|
||||
}
|
||||
|
||||
@@ -5550,8 +5568,8 @@ static void atk52_switchineffects(void)
|
||||
|
||||
gDisableStructs[gActiveBattler].truantUnknownBit = 0;
|
||||
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_ON_SWITCHIN, gActiveBattler, 0, 0, 0) == 0 &&
|
||||
ItemBattleEffects(0, gActiveBattler, 0) == 0)
|
||||
if (!AbilityBattleEffects(ABILITYEFFECT_ON_SWITCHIN, gActiveBattler, 0, 0, 0)
|
||||
&& !ItemBattleEffects(ITEMEFFECT_ON_SWITCH_IN, gActiveBattler, FALSE))
|
||||
{
|
||||
gSideStatuses[GetBattlerSide(gActiveBattler)] &= ~(SIDE_STATUS_SPIKES_DAMAGED);
|
||||
|
||||
@@ -5732,7 +5750,7 @@ static void atk5A_yesnoboxlearnmove(void)
|
||||
if (!gPaletteFade.active)
|
||||
{
|
||||
FreeAllWindowBuffers();
|
||||
sub_81BFA38(gPlayerParty, gBattleStruct->expGetterMonId, gPlayerPartyCount - 1, ReshowBattleScreenAfterMenu, gMoveToLearn);
|
||||
ShowSelectMovePokemonSummaryScreen(gPlayerParty, gBattleStruct->expGetterMonId, gPlayerPartyCount - 1, ReshowBattleScreenAfterMenu, gMoveToLearn);
|
||||
gBattleScripting.learnMoveState++;
|
||||
}
|
||||
break;
|
||||
@@ -6750,10 +6768,10 @@ static void atk76_various(void)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 21:
|
||||
case VARIOUS_VOLUME_DOWN:
|
||||
m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x55);
|
||||
break;
|
||||
case 22:
|
||||
case VARIOUS_VOLUME_UP:
|
||||
m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100);
|
||||
break;
|
||||
case 23:
|
||||
@@ -7230,7 +7248,7 @@ static u8 ChangeStatBuffs(s8 statValue, u8 statId, u8 flags, const u8 *BS_ptr)
|
||||
|
||||
PREPARE_STAT_BUFFER(gBattleTextBuff1, statId)
|
||||
|
||||
if ((statValue << 0x18) < 0) // stat decrease
|
||||
if (statValue <= -1) // Stat decrease.
|
||||
{
|
||||
if (gSideTimers[GET_BATTLER_SIDE(gActiveBattler)].mistTimer
|
||||
&& !certain && gCurrentMove != MOVE_CURSE)
|
||||
|
||||
+4
-3
@@ -33,6 +33,7 @@
|
||||
#include "field_weather.h"
|
||||
#include "gym_leader_rematch.h"
|
||||
#include "constants/map_types.h"
|
||||
#include "constants/battle_frontier.h"
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -863,7 +864,7 @@ u8 sub_80B100C(s32 arg0)
|
||||
return sUnknown_0854FEA7[Random() % ARRAY_COUNT(sUnknown_0854FEA7)];
|
||||
}
|
||||
|
||||
if (VarGet(VAR_0x40CE) != 3)
|
||||
if (VarGet(VAR_FRONTIER_BATTLE_MODE) != FRONTIER_MODE_LINK_MULTIS)
|
||||
return sUnknown_0854FE98[Random() % ARRAY_COUNT(sUnknown_0854FE98)];
|
||||
}
|
||||
else
|
||||
@@ -880,7 +881,7 @@ u8 sub_80B100C(s32 arg0)
|
||||
return sUnknown_0854FEA7[Random() % ARRAY_COUNT(sUnknown_0854FEA7)];
|
||||
}
|
||||
|
||||
if (VarGet(VAR_0x40CE) != 3)
|
||||
if (VarGet(VAR_FRONTIER_BATTLE_MODE) != FRONTIER_MODE_LINK_MULTIS)
|
||||
return sUnknown_0854FE98[Random() % ARRAY_COUNT(sUnknown_0854FE98)];
|
||||
}
|
||||
|
||||
@@ -900,7 +901,7 @@ static void CB2_GiveStarter(void)
|
||||
{
|
||||
u16 starterMon;
|
||||
|
||||
*GetVarPointer(VAR_FIRST_POKE) = gSpecialVar_Result;
|
||||
*GetVarPointer(VAR_STARTER_MON) = gSpecialVar_Result;
|
||||
starterMon = GetStarterPokemon(gSpecialVar_Result);
|
||||
ScriptGiveMon(starterMon, 5, 0, 0, 0, 0);
|
||||
ResetTasks();
|
||||
|
||||
+268
-8
@@ -11,7 +11,11 @@
|
||||
#include "constants/items.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
|
||||
// this file's functions
|
||||
extern const struct BattleFrontierTrainer gSlateportBattleTentTrainers[];
|
||||
extern const struct FacilityMon gSlateportBattleTentMons[];
|
||||
extern const u16 gBattleFrontierHeldItems[];
|
||||
|
||||
// This file's functions.
|
||||
void sub_81B99D4(void);
|
||||
void sub_81B9A28(void);
|
||||
void sub_81B9A44(void);
|
||||
@@ -51,7 +55,7 @@ void (*const gUnknown_086160B4[])(void) =
|
||||
sub_81B9B28
|
||||
};
|
||||
|
||||
const u16 gUnknown_086160D4[] = {ITEM_NEST_BALL, ITEM_NONE};
|
||||
static const u16 sVerdanturfTentRewards[] = {ITEM_NEST_BALL};
|
||||
|
||||
void (*const gUnknown_086160D8[])(void) =
|
||||
{
|
||||
@@ -64,7 +68,7 @@ void (*const gUnknown_086160D8[])(void) =
|
||||
sub_81B9CF0
|
||||
};
|
||||
|
||||
const u16 gUnknown_086160F4[] = {ITEM_HYPER_POTION, ITEM_NONE};
|
||||
static const u16 sFallarborTentRewards[] = {ITEM_HYPER_POTION};
|
||||
|
||||
void (*const gUnknown_086160F8[])(void) =
|
||||
{
|
||||
@@ -80,7 +84,7 @@ void (*const gUnknown_086160F8[])(void) =
|
||||
sub_81B9EC0
|
||||
};
|
||||
|
||||
const u16 gUnknown_08616120[] = {ITEM_FULL_HEAL, ITEM_NONE};
|
||||
static const u16 sSlateportTentRewards[] = {ITEM_FULL_HEAL};
|
||||
|
||||
// code
|
||||
void sub_81B99B4(void)
|
||||
@@ -115,7 +119,7 @@ void sub_81B9A60(void)
|
||||
void sub_81B9A90(void)
|
||||
{
|
||||
if (gTrainerBattleOpponent_A < 300)
|
||||
ConvertBattleFrontierTrainerSpeechToString(gUnknown_0203BC88[gTrainerBattleOpponent_A].speechBefore);
|
||||
ConvertBattleFrontierTrainerSpeechToString(gFacilityTrainers[gTrainerBattleOpponent_A].speechBefore);
|
||||
}
|
||||
|
||||
void sub_81B9ABC(void)
|
||||
@@ -128,7 +132,7 @@ void sub_81B9ABC(void)
|
||||
|
||||
void sub_81B9B00(void)
|
||||
{
|
||||
gSaveBlock2Ptr->frontier.field_E6A = gUnknown_086160D4[Random() % 1];
|
||||
gSaveBlock2Ptr->frontier.field_E6A = sVerdanturfTentRewards[Random() % ARRAY_COUNT(sVerdanturfTentRewards)];
|
||||
}
|
||||
|
||||
void sub_81B9B28(void)
|
||||
@@ -178,7 +182,7 @@ void sub_81B9C2C(void)
|
||||
|
||||
void sub_81B9C70(void)
|
||||
{
|
||||
gSaveBlock2Ptr->frontier.field_E6C = gUnknown_086160F4[Random() % 1];
|
||||
gSaveBlock2Ptr->frontier.field_E6C = sFallarborTentRewards[Random() % ARRAY_COUNT(sFallarborTentRewards)];
|
||||
}
|
||||
|
||||
void sub_81B9C98(void)
|
||||
@@ -233,7 +237,7 @@ void sub_81B9DB4(void)
|
||||
|
||||
void sub_81B9DF8(void)
|
||||
{
|
||||
gSaveBlock2Ptr->frontier.field_E6E = gUnknown_08616120[Random() % 1];
|
||||
gSaveBlock2Ptr->frontier.field_E6E = sSlateportTentRewards[Random() % ARRAY_COUNT(sSlateportTentRewards)];
|
||||
}
|
||||
|
||||
void sub_81B9E20(void)
|
||||
@@ -266,3 +270,259 @@ bool8 sub_81B9E94(void)
|
||||
return (gMapHeader.regionMapSectionId == MAPSEC_SLATEPORT_CITY
|
||||
&& ((gMapHeader.mapLayoutId == 385) | (gMapHeader.mapLayoutId == 386)));
|
||||
}
|
||||
|
||||
// This function was written very...oddly.
|
||||
#ifdef NONMATCHING
|
||||
void sub_81B9EC0(void)
|
||||
{
|
||||
s32 i, j;
|
||||
u16 currMonId = 0, currSpecies = 0;
|
||||
u16 species[PARTY_SIZE];
|
||||
u16 monIds[PARTY_SIZE];
|
||||
u16 heldItems[PARTY_SIZE];
|
||||
s32 zero = 0;
|
||||
|
||||
gFacilityTrainers = gSlateportBattleTentTrainers;
|
||||
for (i = 0; i < PARTY_SIZE; i++)
|
||||
{
|
||||
species[i] = 0;
|
||||
monIds[i] = 0;
|
||||
heldItems[i] = 0;
|
||||
}
|
||||
gFacilityTrainerMons = gSlateportBattleTentMons;
|
||||
currSpecies = 0;
|
||||
for (i = 0; i != PARTY_SIZE;)
|
||||
{
|
||||
// Cannot have two pokemon of the same species.
|
||||
currMonId = Random() % 70;
|
||||
for (j = zero; j < i + zero; j++)
|
||||
{
|
||||
if (monIds[j] == currMonId)
|
||||
break;
|
||||
if (species[j] == gFacilityTrainerMons[currMonId].species)
|
||||
{
|
||||
if (currSpecies == 0)
|
||||
currSpecies = gFacilityTrainerMons[currMonId].species;
|
||||
else
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (j != i + zero)
|
||||
continue;
|
||||
|
||||
// Cannot have two same held items.
|
||||
for (j = zero; j < i + zero; j++)
|
||||
{
|
||||
if (heldItems[j] == 0)
|
||||
continue;
|
||||
if (heldItems[j] == gBattleFrontierHeldItems[gFacilityTrainerMons[currMonId].itemTableId])
|
||||
{
|
||||
if (gFacilityTrainerMons[currMonId].species == currSpecies)
|
||||
currSpecies = 0;
|
||||
else
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (j != i + zero)
|
||||
continue;
|
||||
|
||||
gSaveBlock2Ptr->frontier.field_E70[i].monId = currMonId;
|
||||
species[i] = gFacilityTrainerMons[currMonId].species;
|
||||
heldItems[i] = gBattleFrontierHeldItems[gFacilityTrainerMons[currMonId].itemTableId];
|
||||
monIds[i] = currMonId;
|
||||
i++;
|
||||
}
|
||||
}
|
||||
#else
|
||||
NAKED
|
||||
void sub_81B9EC0(void)
|
||||
{
|
||||
asm_unified("\n\
|
||||
push {r4-r7,lr}\n\
|
||||
mov r7, r10\n\
|
||||
mov r6, r9\n\
|
||||
mov r5, r8\n\
|
||||
push {r5-r7}\n\
|
||||
sub sp, 0x3C\n\
|
||||
ldr r1, =gFacilityTrainers\n\
|
||||
ldr r0, =gSlateportBattleTentTrainers\n\
|
||||
str r0, [r1]\n\
|
||||
add r0, sp, 0xC\n\
|
||||
mov r9, r0\n\
|
||||
mov r1, sp\n\
|
||||
adds r1, 0x18\n\
|
||||
str r1, [sp, 0x2C]\n\
|
||||
ldr r5, =gFacilityTrainerMons\n\
|
||||
ldr r4, =gSlateportBattleTentMons\n\
|
||||
movs r2, 0\n\
|
||||
adds r3, r1, 0\n\
|
||||
mov r1, r9\n\
|
||||
mov r0, sp\n\
|
||||
movs r6, 0x5\n\
|
||||
mov r8, r6\n\
|
||||
_081B9EEC:\n\
|
||||
strh r2, [r0]\n\
|
||||
strh r2, [r1]\n\
|
||||
strh r2, [r3]\n\
|
||||
adds r3, 0x2\n\
|
||||
adds r1, 0x2\n\
|
||||
adds r0, 0x2\n\
|
||||
movs r7, 0x1\n\
|
||||
negs r7, r7\n\
|
||||
add r8, r7\n\
|
||||
mov r6, r8\n\
|
||||
cmp r6, 0\n\
|
||||
bge _081B9EEC\n\
|
||||
str r4, [r5]\n\
|
||||
movs r7, 0\n\
|
||||
mov r10, r7\n\
|
||||
movs r0, 0\n\
|
||||
mov r8, r0\n\
|
||||
ldr r1, [sp, 0x2C]\n\
|
||||
str r1, [sp, 0x30]\n\
|
||||
mov r2, sp\n\
|
||||
str r2, [sp, 0x34]\n\
|
||||
lsls r6, r0, 1\n\
|
||||
str r6, [sp, 0x24]\n\
|
||||
add r6, r9\n\
|
||||
str r6, [sp, 0x28]\n\
|
||||
_081B9F1E:\n\
|
||||
bl Random\n\
|
||||
lsls r0, 16\n\
|
||||
lsrs r0, 16\n\
|
||||
movs r1, 0x46\n\
|
||||
bl __umodsi3\n\
|
||||
lsls r0, 16\n\
|
||||
lsrs r5, r0, 16\n\
|
||||
movs r2, 0\n\
|
||||
mov r7, r8\n\
|
||||
adds r6, r2, r7\n\
|
||||
cmp r2, r6\n\
|
||||
bge _081B9F7C\n\
|
||||
ldr r1, [sp, 0x28]\n\
|
||||
ldrh r0, [r1]\n\
|
||||
cmp r0, r5\n\
|
||||
beq _081B9F7C\n\
|
||||
ldr r0, =gFacilityTrainerMons\n\
|
||||
ldr r1, [r0]\n\
|
||||
lsls r0, r5, 4\n\
|
||||
adds r4, r0, r1\n\
|
||||
ldrh r7, [r4]\n\
|
||||
mov r12, r7\n\
|
||||
lsls r3, r2, 1\n\
|
||||
ldr r1, [sp, 0x24]\n\
|
||||
add r1, sp\n\
|
||||
str r6, [sp, 0x38]\n\
|
||||
_081B9F56:\n\
|
||||
ldrh r0, [r1]\n\
|
||||
cmp r0, r12\n\
|
||||
bne _081B9F66\n\
|
||||
mov r0, r10\n\
|
||||
cmp r0, 0\n\
|
||||
bne _081B9F7C\n\
|
||||
ldrh r7, [r4]\n\
|
||||
mov r10, r7\n\
|
||||
_081B9F66:\n\
|
||||
adds r3, 0x2\n\
|
||||
adds r1, 0x2\n\
|
||||
adds r2, 0x1\n\
|
||||
ldr r0, [sp, 0x38]\n\
|
||||
cmp r2, r0\n\
|
||||
bge _081B9F7C\n\
|
||||
mov r7, r9\n\
|
||||
adds r0, r7, r3\n\
|
||||
ldrh r0, [r0]\n\
|
||||
cmp r0, r5\n\
|
||||
bne _081B9F56\n\
|
||||
_081B9F7C:\n\
|
||||
cmp r2, r6\n\
|
||||
bne _081BA01C\n\
|
||||
movs r2, 0\n\
|
||||
cmp r2, r6\n\
|
||||
bge _081B9FD4\n\
|
||||
ldr r0, =gBattleFrontierHeldItems\n\
|
||||
mov r12, r0\n\
|
||||
ldr r7, =gFacilityTrainerMons\n\
|
||||
ldr r1, [sp, 0x24]\n\
|
||||
ldr r0, [sp, 0x2C]\n\
|
||||
adds r4, r1, r0\n\
|
||||
_081B9F92:\n\
|
||||
ldrh r3, [r4]\n\
|
||||
cmp r3, 0\n\
|
||||
beq _081B9FCC\n\
|
||||
ldr r1, [r7]\n\
|
||||
lsls r0, r5, 4\n\
|
||||
adds r1, r0, r1\n\
|
||||
ldrb r0, [r1, 0xA]\n\
|
||||
lsls r0, 1\n\
|
||||
add r0, r12\n\
|
||||
ldrh r0, [r0]\n\
|
||||
cmp r3, r0\n\
|
||||
bne _081B9FCC\n\
|
||||
ldrh r0, [r1]\n\
|
||||
cmp r0, r10\n\
|
||||
bne _081B9FD4\n\
|
||||
movs r1, 0\n\
|
||||
mov r10, r1\n\
|
||||
b _081B9FD4\n\
|
||||
.pool\n\
|
||||
_081B9FCC:\n\
|
||||
adds r4, 0x2\n\
|
||||
adds r2, 0x1\n\
|
||||
cmp r2, r6\n\
|
||||
blt _081B9F92\n\
|
||||
_081B9FD4:\n\
|
||||
cmp r2, r6\n\
|
||||
bne _081BA01C\n\
|
||||
ldr r0, =gSaveBlock2Ptr\n\
|
||||
ldr r1, [r0]\n\
|
||||
mov r2, r8\n\
|
||||
lsls r3, r2, 1\n\
|
||||
adds r0, r3, r2\n\
|
||||
lsls r0, 2\n\
|
||||
adds r1, r0\n\
|
||||
movs r6, 0xE7\n\
|
||||
lsls r6, 4\n\
|
||||
adds r1, r6\n\
|
||||
strh r5, [r1]\n\
|
||||
ldr r0, =gFacilityTrainerMons\n\
|
||||
ldr r0, [r0]\n\
|
||||
lsls r1, r5, 4\n\
|
||||
adds r1, r0\n\
|
||||
ldrh r0, [r1]\n\
|
||||
ldr r7, [sp, 0x34]\n\
|
||||
strh r0, [r7]\n\
|
||||
ldr r2, =gBattleFrontierHeldItems\n\
|
||||
ldrb r0, [r1, 0xA]\n\
|
||||
lsls r0, 1\n\
|
||||
adds r0, r2\n\
|
||||
ldrh r0, [r0]\n\
|
||||
ldr r1, [sp, 0x30]\n\
|
||||
strh r0, [r1]\n\
|
||||
add r3, r9\n\
|
||||
strh r5, [r3]\n\
|
||||
adds r1, 0x2\n\
|
||||
str r1, [sp, 0x30]\n\
|
||||
adds r2, r7, 0\n\
|
||||
adds r2, 0x2\n\
|
||||
str r2, [sp, 0x34]\n\
|
||||
movs r6, 0x1\n\
|
||||
add r8, r6\n\
|
||||
_081BA01C:\n\
|
||||
mov r7, r8\n\
|
||||
cmp r7, 0x6\n\
|
||||
beq _081BA024\n\
|
||||
b _081B9F1E\n\
|
||||
_081BA024:\n\
|
||||
add sp, 0x3C\n\
|
||||
pop {r3-r5}\n\
|
||||
mov r8, r3\n\
|
||||
mov r9, r4\n\
|
||||
mov r10, r5\n\
|
||||
pop {r4-r7}\n\
|
||||
pop {r0}\n\
|
||||
bx r0\n\
|
||||
.pool\n\
|
||||
");
|
||||
}
|
||||
#endif // NONMATCHING
|
||||
|
||||
@@ -0,0 +1,85 @@
|
||||
#include "global.h"
|
||||
#include "event_data.h"
|
||||
#include "battle_setup.h"
|
||||
#include "overworld.h"
|
||||
#include "random.h"
|
||||
#include "battle_tower.h"
|
||||
|
||||
extern void sub_81A3ACC(void);
|
||||
|
||||
extern const u32 gUnknown_085DF9AC[][2];
|
||||
extern const u32 gUnknown_085DF9CC[][2];
|
||||
extern void (* const gUnknown_085DF96C[])(void);
|
||||
|
||||
// This file's functions.
|
||||
void sub_8164ED8(void);
|
||||
u16 sub_8164FCC(u8, u8);
|
||||
|
||||
// code
|
||||
void sub_8161F74(void)
|
||||
{
|
||||
gUnknown_085DF96C[gSpecialVar_0x8004]();
|
||||
}
|
||||
|
||||
void sub_8161F94(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
gSaveBlock2Ptr->frontier.field_CA8 = 1;
|
||||
gSaveBlock2Ptr->frontier.field_CB2 = 0;
|
||||
gSaveBlock2Ptr->frontier.field_CA9_a = 0;
|
||||
gSaveBlock2Ptr->frontier.field_CA9_b = 0;
|
||||
sub_81A3ACC();
|
||||
if (!(gSaveBlock2Ptr->frontier.field_CDC & gUnknown_085DF9AC[battleMode][lvlMode]))
|
||||
gSaveBlock2Ptr->frontier.field_CE0[battleMode][lvlMode] = 0;
|
||||
|
||||
sub_8164ED8();
|
||||
saved_warp2_set(0, gSaveBlock1Ptr->location.mapGroup, gSaveBlock1Ptr->location.mapNum, -1);
|
||||
gTrainerBattleOpponent_A = 0;
|
||||
}
|
||||
|
||||
void sub_8162054(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
switch (gSpecialVar_0x8005)
|
||||
{
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
gSpecialVar_Result = sub_8164FCC(lvlMode, battleMode);
|
||||
break;
|
||||
case 2:
|
||||
gSpecialVar_Result = ((gSaveBlock2Ptr->frontier.field_CDC & gUnknown_085DF9AC[battleMode][lvlMode]) != 0);
|
||||
break;
|
||||
case 3:
|
||||
gSaveBlock2Ptr->frontier.field_D07 = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void sub_81620F4(void)
|
||||
{
|
||||
u32 lvlMode = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
u32 battleMode = VarGet(VAR_FRONTIER_BATTLE_MODE);
|
||||
|
||||
switch (gSpecialVar_0x8005)
|
||||
{
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
gSaveBlock2Ptr->frontier.field_CE0[battleMode][lvlMode] = gSpecialVar_0x8006;
|
||||
break;
|
||||
case 2:
|
||||
if (gSpecialVar_0x8006)
|
||||
gSaveBlock2Ptr->frontier.field_CDC |= gUnknown_085DF9AC[battleMode][lvlMode];
|
||||
else
|
||||
gSaveBlock2Ptr->frontier.field_CDC &= gUnknown_085DF9CC[battleMode][lvlMode];
|
||||
break;
|
||||
case 3:
|
||||
gSaveBlock2Ptr->frontier.field_D07 = gSaveBlock2Ptr->frontier.lvlMode;
|
||||
break;
|
||||
}
|
||||
}
|
||||
+11
-11
@@ -821,12 +821,12 @@ u8 DoBattlerEndTurnEffects(void)
|
||||
gBattleStruct->turnEffectsTracker++;
|
||||
break;
|
||||
case ENDTURN_ITEMS1: // item effects
|
||||
if (ItemBattleEffects(1, gActiveBattler, 0))
|
||||
if (ItemBattleEffects(1, gActiveBattler, FALSE))
|
||||
effect++;
|
||||
gBattleStruct->turnEffectsTracker++;
|
||||
break;
|
||||
case ENDTURN_ITEMS2: // item effects again
|
||||
if (ItemBattleEffects(1, gActiveBattler, 1))
|
||||
if (ItemBattleEffects(1, gActiveBattler, TRUE))
|
||||
effect++;
|
||||
gBattleStruct->turnEffectsTracker++;
|
||||
break;
|
||||
@@ -1280,7 +1280,7 @@ bool8 HandleFaintedMonActions(void)
|
||||
gBattleStruct->faintedActionsState = 4;
|
||||
break;
|
||||
case 6:
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_INTIMIDATE1, 0, 0, 0, 0) || AbilityBattleEffects(ABILITYEFFECT_TRACE, 0, 0, 0, 0) || ItemBattleEffects(1, 0, 1) || AbilityBattleEffects(ABILITYEFFECT_FORECAST, 0, 0, 0, 0))
|
||||
if (AbilityBattleEffects(ABILITYEFFECT_INTIMIDATE1, 0, 0, 0, 0) || AbilityBattleEffects(ABILITYEFFECT_TRACE, 0, 0, 0, 0) || ItemBattleEffects(1, 0, TRUE) || AbilityBattleEffects(ABILITYEFFECT_FORECAST, 0, 0, 0, 0))
|
||||
return TRUE;
|
||||
gBattleStruct->faintedActionsState++;
|
||||
break;
|
||||
@@ -2083,7 +2083,7 @@ u8 AbilityBattleEffects(u8 caseID, u8 battler, u8 ability, u8 special, u16 moveA
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ABILITYEFFECT_CONTACT: // 4
|
||||
case ABILITYEFFECT_MOVE_END: // Think contact abilities.
|
||||
switch (gLastUsedAbility)
|
||||
{
|
||||
case ABILITY_COLOR_CHANGE:
|
||||
@@ -2343,7 +2343,7 @@ u8 AbilityBattleEffects(u8 caseID, u8 battler, u8 ability, u8 special, u16 moveA
|
||||
{
|
||||
gLastUsedAbility = ABILITY_INTIMIDATE;
|
||||
gStatuses3[i] &= ~(STATUS3_INTIMIDATE_POKES);
|
||||
BattleScriptPushCursorAndCallback(BattleScript_82DB4B8);
|
||||
BattleScriptPushCursorAndCallback(BattleScript_IntimidateActivatesEnd3);
|
||||
gBattleStruct->intimidateBattler = i;
|
||||
effect++;
|
||||
break;
|
||||
@@ -2415,7 +2415,7 @@ u8 AbilityBattleEffects(u8 caseID, u8 battler, u8 ability, u8 special, u16 moveA
|
||||
gLastUsedAbility = ABILITY_INTIMIDATE;
|
||||
gStatuses3[i] &= ~(STATUS3_INTIMIDATE_POKES);
|
||||
BattleScriptPushCursor();
|
||||
gBattlescriptCurrInstr = BattleScript_82DB4C1;
|
||||
gBattlescriptCurrInstr = BattleScript_IntimidateActivates;
|
||||
gBattleStruct->intimidateBattler = i;
|
||||
effect++;
|
||||
break;
|
||||
@@ -3044,7 +3044,7 @@ u8 ItemBattleEffects(u8 caseID, u8 battlerId, bool8 moveTurn)
|
||||
break;
|
||||
case 2:
|
||||
break;
|
||||
case 3:
|
||||
case ITEMEFFECT_MOVE_END:
|
||||
for (battlerId = 0; battlerId < gBattlersCount; battlerId++)
|
||||
{
|
||||
gLastUsedItem = gBattleMons[battlerId].item;
|
||||
@@ -3177,7 +3177,7 @@ u8 ItemBattleEffects(u8 caseID, u8 battlerId, bool8 moveTurn)
|
||||
gPotentialItemEffectBattler = battlerId;
|
||||
BattleScriptPushCursor();
|
||||
gBattlescriptCurrInstr = BattleScript_WhiteHerbRet;
|
||||
return effect; // unnecessary return
|
||||
return effect;
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -3192,7 +3192,7 @@ u8 ItemBattleEffects(u8 caseID, u8 battlerId, bool8 moveTurn)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
case ITEMEFFECT_KINGSROCK_SHELLBELL:
|
||||
if (gBattleMoveDamage)
|
||||
{
|
||||
switch (atkHoldEffect)
|
||||
@@ -3386,7 +3386,7 @@ u8 IsMonDisobedient(void)
|
||||
gBattleMons[gBattlerAttacker].status2 &= ~(STATUS2_RAGE);
|
||||
if (gBattleMons[gBattlerAttacker].status1 & STATUS1_SLEEP && (gCurrentMove == MOVE_SNORE || gCurrentMove == MOVE_SLEEP_TALK))
|
||||
{
|
||||
gBattlescriptCurrInstr = BattleScript_82DB695;
|
||||
gBattlescriptCurrInstr = BattleScript_IgnoresWhileAsleep;
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -3440,7 +3440,7 @@ u8 IsMonDisobedient(void)
|
||||
{
|
||||
gBattleMoveDamage = CalculateBaseDamage(&gBattleMons[gBattlerAttacker], &gBattleMons[gBattlerAttacker], MOVE_POUND, 0, 40, 0, gBattlerAttacker, gBattlerAttacker);
|
||||
gBattlerTarget = gBattlerAttacker;
|
||||
gBattlescriptCurrInstr = BattleScript_82DB6F0;
|
||||
gBattlescriptCurrInstr = BattleScript_IgnoresAndHitsItself;
|
||||
gHitMarker |= HITMARKER_UNABLE_TO_USE_MOVE;
|
||||
return 2;
|
||||
}
|
||||
|
||||
+2
-2
@@ -1076,8 +1076,8 @@ u16 BerryTypeToItemId(u16 berry)
|
||||
|
||||
void GetBerryNameByBerryType(u8 berry, u8 *string)
|
||||
{
|
||||
memcpy(string, GetBerryInfo(berry)->name, BERRY_NAME_COUNT - 1);
|
||||
string[BERRY_NAME_COUNT - 1] = EOS;
|
||||
memcpy(string, GetBerryInfo(berry)->name, BERRY_NAME_LENGTH);
|
||||
string[BERRY_NAME_LENGTH] = EOS;
|
||||
}
|
||||
|
||||
void GetBerryCountStringByBerryType(u8 berry, u8* dest, u32 berryCount)
|
||||
|
||||
+79
-16
@@ -51,7 +51,7 @@ enum
|
||||
struct BlenderBerry
|
||||
{
|
||||
u16 itemId;
|
||||
u8 name[BERRY_NAME_COUNT];
|
||||
u8 name[BERRY_NAME_LENGTH + 1];
|
||||
u8 flavors[FLAVOR_COUNT];
|
||||
u8 smoothness;
|
||||
};
|
||||
@@ -188,7 +188,7 @@ static bool8 sub_8083380(void);
|
||||
static void sub_808074C(void);
|
||||
static void Blender_PrintPlayerNames(void);
|
||||
static void sub_8080588(void);
|
||||
static void Blender_SetBankBerryData(u8 bank, u16 itemId);
|
||||
static void Blender_SetParticipantBerryData(u8 participantId, u16 itemId);
|
||||
static void Blender_AddTextPrinter(u8 windowId, const u8 *string, u8 x, u8 y, s32 speed, s32 caseId);
|
||||
static void sub_8080DF8(void);
|
||||
static void sub_8082E84(void);
|
||||
@@ -322,18 +322,72 @@ static const struct BgTemplate sBerryBlenderBgTemplates[3] =
|
||||
|
||||
static const struct WindowTemplate sBerryBlender_WindowTemplates[] =
|
||||
{
|
||||
{0, 1, 6, 7, 2, 0xE, 0x28},
|
||||
{0, 0x16, 6, 7, 2, 0xE, 0x36},
|
||||
{0, 1, 0xC, 7, 2, 0xE, 0x44},
|
||||
{0, 0x16, 0xC, 7, 2, 0xE, 0x52},
|
||||
{0, 2, 0xF, 0x1B, 4, 0xE, 0x60},
|
||||
{0, 5, 3, 0x15, 0xE, 0xE, 0x60},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 1,
|
||||
.tilemapTop = 6,
|
||||
.width = 7,
|
||||
.height = 2,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x28,
|
||||
},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 22,
|
||||
.tilemapTop = 6,
|
||||
.width = 7,
|
||||
.height = 2,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x36,
|
||||
},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 1,
|
||||
.tilemapTop = 12,
|
||||
.width = 7,
|
||||
.height = 2,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x44,
|
||||
},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 22,
|
||||
.tilemapTop = 12,
|
||||
.width = 7,
|
||||
.height = 2,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x52,
|
||||
},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 2,
|
||||
.tilemapTop = 15,
|
||||
.width = 27,
|
||||
.height = 4,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x60,
|
||||
},
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 5,
|
||||
.tilemapTop = 3,
|
||||
.width = 21,
|
||||
.height = 14,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0x60,
|
||||
},
|
||||
DUMMY_WIN_TEMPLATE
|
||||
};
|
||||
|
||||
static const struct WindowTemplate sBlender_YesNoWindowTemplate =
|
||||
{
|
||||
0, 0x15, 9, 5, 4, 0xE, 0xCC
|
||||
.priority = 0,
|
||||
.tilemapLeft = 21,
|
||||
.tilemapTop = 9,
|
||||
.width = 5,
|
||||
.height = 4,
|
||||
.paletteNum = 14,
|
||||
.baseBlock = 0xCC
|
||||
};
|
||||
|
||||
static const s8 sUnknown_083399C0[][2] =
|
||||
@@ -790,7 +844,16 @@ static const u8 sUnknown_08339CD2[] =
|
||||
0x05, 0x03, 0x03, 0x03, 0x02, 0x02, 0x03, 0x03, 0x03, 0x03, 0x02
|
||||
};
|
||||
|
||||
static const struct WindowTemplate sBlenderRecordWindowTemplate = {0, 6, 4, 0x12, 0xB, 0xF, 8};
|
||||
static const struct WindowTemplate sBlenderRecordWindowTemplate =
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 6,
|
||||
.tilemapTop = 4,
|
||||
.width = 18,
|
||||
.height = 11,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 8
|
||||
};
|
||||
|
||||
// code
|
||||
|
||||
@@ -1391,7 +1454,7 @@ static void Blender_SetOpponentsBerryData(u16 playerBerryItemId, u8 playersNum,
|
||||
if (var <= 4)
|
||||
opponentBerryId -= 5;
|
||||
}
|
||||
Blender_SetBankBerryData(i + 1, opponentBerryId + FIRST_BERRY_INDEX);
|
||||
Blender_SetParticipantBerryData(i + 1, opponentBerryId + FIRST_BERRY_INDEX);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1454,7 +1517,7 @@ static void sub_80808D4(void)
|
||||
case 0:
|
||||
sub_800B4C0();
|
||||
sub_8080588();
|
||||
Blender_SetBankBerryData(0, gSpecialVar_ItemId);
|
||||
Blender_SetParticipantBerryData(0, gSpecialVar_ItemId);
|
||||
Blender_CopyBerryData(&sBerryBlenderData->blendedBerries[0], gSpecialVar_ItemId);
|
||||
Blender_SetOpponentsBerryData(gSpecialVar_ItemId, sBerryBlenderData->playersNo, &sBerryBlenderData->blendedBerries[0]);
|
||||
|
||||
@@ -2436,7 +2499,7 @@ static void CB2_HandleBlenderEndGame(void)
|
||||
sBerryBlenderData->gameEndState++;
|
||||
break;
|
||||
case 10:
|
||||
switch (ProcessMenuInputNoWrap_())
|
||||
switch (Menu_ProcessInputNoWrap_())
|
||||
{
|
||||
case 1:
|
||||
case -1:
|
||||
@@ -2956,10 +3019,10 @@ static void sub_8082F9C(struct Sprite* sprite)
|
||||
DestroySprite(sprite);
|
||||
}
|
||||
|
||||
static void Blender_SetBankBerryData(u8 bank, u16 itemId)
|
||||
static void Blender_SetParticipantBerryData(u8 participantId, u16 itemId)
|
||||
{
|
||||
sBerryBlenderData->chosenItemId[bank] = itemId;
|
||||
Blender_CopyBerryData(&sBerryBlenderData->blendedBerries[bank], itemId);
|
||||
sBerryBlenderData->chosenItemId[participantId] = itemId;
|
||||
Blender_CopyBerryData(&sBerryBlenderData->blendedBerries[participantId], itemId);
|
||||
}
|
||||
|
||||
static void sub_8083010(struct Sprite* sprite)
|
||||
|
||||
+36
-4
@@ -101,10 +101,42 @@ static const u8 sTextColors[2][3] =
|
||||
|
||||
static const struct WindowTemplate sWindowTemplates[] =
|
||||
{
|
||||
{0x01, 0x0b, 0x04, 0x08, 0x02, 0x0f, 0x0045}, // WIN_BERRY_NAME
|
||||
{0x01, 0x0b, 0x07, 0x12, 0x04, 0x0f, 0x0055}, // WIN_SIZE_FIRM
|
||||
{0x01, 0x04, 0x0e, 0x19, 0x04, 0x0f, 0x009d}, // WIN_DESC
|
||||
{0x00, 0x02, 0x00, 0x08, 0x02, 0x0f, 0x0101}, // WIN_BERRY_TAG
|
||||
{ // WIN_BERRY_NAME
|
||||
.priority = 1,
|
||||
.tilemapLeft = 11,
|
||||
.tilemapTop = 4,
|
||||
.width = 8,
|
||||
.height = 2,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 69,
|
||||
},
|
||||
{ // WIN_SIZE_FIRM
|
||||
.priority = 1,
|
||||
.tilemapLeft = 11,
|
||||
.tilemapTop = 7,
|
||||
.width = 18,
|
||||
.height = 4,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 85,
|
||||
},
|
||||
{ // WIN_DESC
|
||||
.priority = 1,
|
||||
.tilemapLeft = 4,
|
||||
.tilemapTop = 14,
|
||||
.width = 25,
|
||||
.height = 4,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 157,
|
||||
},
|
||||
{ // WIN_BERRY_TAG
|
||||
.priority = 0,
|
||||
.tilemapLeft = 2,
|
||||
.tilemapTop = 0,
|
||||
.width = 8,
|
||||
.height = 2,
|
||||
.paletteNum = 15,
|
||||
.baseBlock = 257,
|
||||
},
|
||||
DUMMY_WIN_TEMPLATE
|
||||
};
|
||||
|
||||
|
||||
@@ -1001,7 +1001,7 @@ void CopyToBgTilemapBufferRect(u8 bg, const void* src, u8 destX, u8 destY, u8 wi
|
||||
}
|
||||
}
|
||||
|
||||
void CopyToBgTilemapBufferRect_ChangePalette(u8 bg, void *src, u8 destX, u8 destY, u8 rectWidth, u8 rectHeight, u8 palette)
|
||||
void CopyToBgTilemapBufferRect_ChangePalette(u8 bg, const void *src, u8 destX, u8 destY, u8 rectWidth, u8 rectHeight, u8 palette)
|
||||
{
|
||||
CopyRectToBgTilemapBufferRect(bg, src, 0, 0, rectWidth, rectHeight, destX, destY, rectWidth, rectHeight, palette, 0, 0);
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ static void Task_DoClearSaveDataScreenYesNo(u8 taskId)
|
||||
|
||||
static void Task_ClearSaveDataScreenYesNoChoice(u8 taskId)
|
||||
{
|
||||
switch(ProcessMenuInputNoWrap_())
|
||||
switch(Menu_ProcessInputNoWrap_())
|
||||
{
|
||||
case 0:
|
||||
FillWindowPixelBuffer(0, 17);
|
||||
|
||||
+1
-1
@@ -88,6 +88,6 @@ static void ReturnFromStartWallClock(void)
|
||||
|
||||
void StartWallClock(void)
|
||||
{
|
||||
SetMainCallback2(Cb2_StartWallClock);
|
||||
SetMainCallback2(CB2_StartWallClock);
|
||||
gMain.savedCallback = ReturnFromStartWallClock;
|
||||
}
|
||||
|
||||
+2761
File diff suppressed because it is too large
Load Diff
+1756
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+14
-7
@@ -12,7 +12,7 @@
|
||||
#include "gpu_regs.h"
|
||||
#include "m4a.h"
|
||||
#include "constants/rgb.h"
|
||||
#include "battle_dome_cards.h"
|
||||
#include "trainer_pokemon_sprites.h"
|
||||
#include "starter_choose.h"
|
||||
#include "decompress.h"
|
||||
#include "intro_credits_graphics.h"
|
||||
@@ -948,7 +948,15 @@ static const struct BgTemplate gUnknown_085E6F68[] =
|
||||
};
|
||||
static const struct WindowTemplate gUnknown_085E6F6C[] =
|
||||
{
|
||||
{ 0x00, 0x00, 0x09, 0x1E, 0x0C, 0x08, 0x0001 },
|
||||
{
|
||||
.priority = 0,
|
||||
.tilemapLeft = 0,
|
||||
.tilemapTop = 9,
|
||||
.width = 30,
|
||||
.height = 12,
|
||||
.paletteNum = 8,
|
||||
.baseBlock = 1
|
||||
},
|
||||
DUMMY_WIN_TEMPLATE,
|
||||
};
|
||||
static const u8 gUnknown_085E6F7C[][2] =
|
||||
@@ -1197,7 +1205,6 @@ void sub_8175620(void)
|
||||
u8 taskIdA;
|
||||
s16 taskIdC;
|
||||
u8 taskIdB;
|
||||
u16 savedIme;
|
||||
|
||||
sub_8175CE4();
|
||||
SetVBlankCallback(NULL);
|
||||
@@ -1333,7 +1340,7 @@ static void sub_81758E4(u8 taskIdA)
|
||||
u16 *temp;
|
||||
|
||||
ResetSpriteData();
|
||||
dp13_810BB8C();
|
||||
ResetAllPicSprites();
|
||||
FreeAllSpritePalettes();
|
||||
gReservedSpritePaletteCount = 8;
|
||||
LZ77UnCompVram(&gBirchHelpGfx, (void *)VRAM);
|
||||
@@ -2164,7 +2171,7 @@ static void sub_8177050(struct Sprite *sprite)
|
||||
{
|
||||
if (gUnknown_0203BD28)
|
||||
{
|
||||
sub_818D820(sprite->data[6]);
|
||||
FreeAndDestroyMonPicSprite(sprite->data[6]);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -2242,7 +2249,7 @@ static void sub_8177050(struct Sprite *sprite)
|
||||
case 10:
|
||||
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
||||
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
|
||||
sub_818D820(sprite->data[6]);
|
||||
FreeAndDestroyMonPicSprite(sprite->data[6]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -2285,7 +2292,7 @@ static void sub_81772B8(struct Sprite *sprite)
|
||||
|
||||
static void sub_8177388(void)
|
||||
{
|
||||
u16 starter = SpeciesToNationalPokedexNum(GetStarterPokemon(VarGet(VAR_FIRST_POKE)));
|
||||
u16 starter = SpeciesToNationalPokedexNum(GetStarterPokemon(VarGet(VAR_STARTER_MON)));
|
||||
u16 page;
|
||||
u16 dexNum;
|
||||
u16 j;
|
||||
|
||||
@@ -0,0 +1,630 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_ACTIONS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_ACTIONS_H
|
||||
const struct BardSound gBardSounds_Actions[][6] = {
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_ACTIONS_H
|
||||
@@ -0,0 +1,294 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_ADJECTIVES_H
|
||||
#define GUARD_DATA_BARD_MUSIC_ADJECTIVES_H
|
||||
const struct BardSound gBardSounds_Adjectives[][6] = {
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 }
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_ADJECTIVES_H
|
||||
@@ -0,0 +1,52 @@
|
||||
#ifndef GUARD_BARD_SOUNDS_TABLE_H
|
||||
#define GUARD_BARD_SOUNDS_TABLE_H
|
||||
|
||||
#define NULL_BARD_SOUND { 0xff }
|
||||
|
||||
#include "pokemon.h"
|
||||
#include "moves.h"
|
||||
#include "trainer.h"
|
||||
#include "status.h"
|
||||
#include "battle.h"
|
||||
#include "greetings.h"
|
||||
#include "people.h"
|
||||
#include "voices.h"
|
||||
#include "speech.h"
|
||||
#include "endings.h"
|
||||
#include "feelings.h"
|
||||
#include "conditions.h"
|
||||
#include "actions.h"
|
||||
#include "lifestyle.h"
|
||||
#include "hobbies.h"
|
||||
#include "time.h"
|
||||
#include "misc.h"
|
||||
#include "adjectives.h"
|
||||
#include "events.h"
|
||||
#include "trendysaying.h"
|
||||
|
||||
const struct BardSound (*const gBardSoundsTable[])[6] = {
|
||||
NULL,
|
||||
gBardSounds_Trainer,
|
||||
gBardSounds_Status,
|
||||
gBardSounds_Battle,
|
||||
gBardSounds_Greetings,
|
||||
gBardSounds_People,
|
||||
gBardSounds_Voices,
|
||||
gBardSounds_Speech,
|
||||
gBardSounds_Endings,
|
||||
gBardSounds_Feelings,
|
||||
gBardSounds_Conditions,
|
||||
gBardSounds_Actions,
|
||||
gBardSounds_Lifestyle,
|
||||
gBardSounds_Hobbies,
|
||||
gBardSounds_Time,
|
||||
gBardSounds_Misc,
|
||||
gBardSounds_Adjectives,
|
||||
gBardSounds_Events,
|
||||
NULL,
|
||||
NULL,
|
||||
gBardSounds_TrendySaying,
|
||||
NULL
|
||||
};
|
||||
|
||||
#endif //GUARD_BARD_SOUNDS_TABLE_H
|
||||
@@ -0,0 +1,510 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_BATTLE_H
|
||||
#define GUARD_DATA_BARD_MUSIC_BATTLE_H
|
||||
const struct BardSound gBardSounds_Battle[][6] = {
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x16, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_BATTLE_H
|
||||
@@ -0,0 +1,558 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_CONDITIONS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_CONDITIONS_H
|
||||
const struct BardSound gBardSounds_Conditions[][6] = {
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x19, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x16, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x16, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_CONDITIONS_H
|
||||
@@ -0,0 +1,13 @@
|
||||
#ifndef GUARD_default_sound_H
|
||||
#define GUARD_default_sound_H
|
||||
|
||||
const struct BardSound gBardSound_InvalidWord[] = {
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
};
|
||||
|
||||
#endif //GUARD_default_sound_H
|
||||
@@ -0,0 +1,558 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_ENDINGS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_ENDINGS_H
|
||||
const struct BardSound gBardSounds_Endings[][6] = {
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_ENDINGS_H
|
||||
@@ -0,0 +1,238 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_EVENTS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_EVENTS_H
|
||||
const struct BardSound gBardSounds_Events[][6] = {
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_EVENTS_H
|
||||
@@ -0,0 +1,558 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_FEELINGS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_FEELINGS_H
|
||||
const struct BardSound gBardSounds_Feelings[][6] = {
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x19, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_FEELINGS_H
|
||||
@@ -0,0 +1,342 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_GREETINGS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_GREETINGS_H
|
||||
const struct BardSound gBardSounds_Greetings[][6] = {
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x28, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_GREETINGS_H
|
||||
@@ -0,0 +1,438 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_HOBBIES_H
|
||||
#define GUARD_DATA_BARD_MUSIC_HOBBIES_H
|
||||
const struct BardSound gBardSounds_Hobbies[][6] = {
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2f, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_HOBBIES_H
|
||||
@@ -0,0 +1,21 @@
|
||||
#ifndef GUARD_LENGTH_TABLE_H
|
||||
#define GUARD_LENGTH_TABLE_H
|
||||
|
||||
const int gBardSoundLengthTable[] = {
|
||||
0x09, 0x16, 0x0f, 0x10,
|
||||
0x27, 0x15, 0x09, 0x1e,
|
||||
0x18, 0x0f, 0x19, 0x0c,
|
||||
0x16, 0x2d, 0x18, 0x0f,
|
||||
0x28, 0x09, 0x15, 0x2a,
|
||||
0x12, 0x09, 0x16, 0x0f,
|
||||
0x1b, 0x30, 0x12, 0x1b,
|
||||
0x21, 0x18, 0x19, 0x27,
|
||||
0x13, 0x10, 0x36, 0x12,
|
||||
0x09, 0x2d, 0x0f, 0x0c,
|
||||
0x27, 0x17, 0x05, 0x2d,
|
||||
0x0c, 0x15, 0x30, 0x0c,
|
||||
0x15, 0x45, 0x12, 0x0f
|
||||
};
|
||||
|
||||
|
||||
#endif //GUARD_LENGTH_TABLE_H
|
||||
@@ -0,0 +1,366 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_LIFESTYLE_H
|
||||
#define GUARD_DATA_BARD_MUSIC_LIFESTYLE_H
|
||||
const struct BardSound gBardSounds_Lifestyle[][6] = {
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_LIFESTYLE_H
|
||||
@@ -0,0 +1,342 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_MISC_H
|
||||
#define GUARD_DATA_BARD_MUSIC_MISC_H
|
||||
const struct BardSound gBardSounds_Misc[][6] = {
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_MISC_H
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,606 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_PEOPLE_H
|
||||
#define GUARD_DATA_BARD_MUSIC_PEOPLE_H
|
||||
const struct BardSound gBardSounds_People[][6] = {
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x13, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, -0x9, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x28, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_PEOPLE_H
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,486 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_SPEECH_H
|
||||
#define GUARD_DATA_BARD_MUSIC_SPEECH_H
|
||||
const struct BardSound gBardSounds_Speech[][6] = {
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x10, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x28, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_SPEECH_H
|
||||
@@ -0,0 +1,878 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_STATUS_H
|
||||
#define GUARD_DATA_BARD_MUSIC_STATUS_H
|
||||
const struct BardSound gBardSounds_Status[][6] = {
|
||||
{
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x29, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x20, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_STATUS_H
|
||||
@@ -0,0 +1,366 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_TIME_H
|
||||
#define GUARD_DATA_BARD_MUSIC_TIME_H
|
||||
const struct BardSound gBardSounds_Time[][6] = {
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x28, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x21, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_TIME_H
|
||||
@@ -0,0 +1,222 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_TRAINER_H
|
||||
#define GUARD_DATA_BARD_MUSIC_TRAINER_H
|
||||
const struct BardSound gBardSounds_Trainer[][6] = {
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2d, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x15, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 }
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x8, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 }
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x32, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_TRAINER_H
|
||||
@@ -0,0 +1,270 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_TRENDYSAYING_H
|
||||
#define GUARD_DATA_BARD_MUSIC_TRENDYSAYING_H
|
||||
const struct BardSound gBardSounds_TrendySaying[][6] = {
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x14, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x26, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x0, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x3, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1d, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2b, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_TRENDYSAYING_H
|
||||
@@ -0,0 +1,510 @@
|
||||
#ifndef GUARD_DATA_BARD_MUSIC_VOICES_H
|
||||
#define GUARD_DATA_BARD_MUSIC_VOICES_H
|
||||
const struct BardSound gBardSounds_Voices[][6] = {
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1b, 0x5, 0x8, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x28, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x19, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x31, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x23, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x11, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xa, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x24, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x13, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x12, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1e, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xb, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x17, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x5, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x13, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xc, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x9, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x2a, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x2c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xe, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x30, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x1c, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x27, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0xf, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x18, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x4, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x22, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0xd, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x7, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x33, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
},
|
||||
{
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
{ 0x6, 0x0, 0x0, 0x0, 0x0 },
|
||||
NULL_BARD_SOUND,
|
||||
NULL_BARD_SOUND
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_BARD_MUSIC_VOICES_H
|
||||
@@ -0,0 +1,183 @@
|
||||
#ifndef GUARD_WORD_PITCH_H
|
||||
#define GUARD_WORD_PITCH_H
|
||||
|
||||
const s16 gUnknown_0860A1C0[] = {
|
||||
-0x300, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1C4[] = {
|
||||
0x0900, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1C8[] = {
|
||||
0x0100, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1CC[] = {
|
||||
0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1D0[] = {
|
||||
0x0b00, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1D4[] = {
|
||||
-0x300, -0x100, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1DA[] = {
|
||||
-0x300, 0x0200, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1E0[] = {
|
||||
0x0200, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1E6[] = {
|
||||
0x0600, 0x0800, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1EC[] = {
|
||||
0x0900, 0x0800, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1F2[] = {
|
||||
-0x300, -0x100, -0x300, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A1FA[] = {
|
||||
0x0400, -0x300, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A202[] = {
|
||||
0x0900, 0x0800, 0x0600, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A20A[] = {
|
||||
0x0100, 0x0200, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A212[] = {
|
||||
0x0600, 0x1000, 0x0d00, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A21A[] = {
|
||||
0x0400, 0x0900, 0x0400, 0x0900, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A224[] = {
|
||||
0x0900, 0x0400, 0x0d00, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A22E[] = {
|
||||
0x0100, 0x0200, 0x0400, 0x0600, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A238[] = {
|
||||
0x0800, 0x0600, 0x0400, 0x0200, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A242[] = {
|
||||
0x0f00, 0x0d00, 0x0b00, 0x0a00, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A24C[] = {
|
||||
-0x300, -0x100, 0x0100, 0x0200, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A258[] = {
|
||||
0x0900, 0x0800, 0x0600, 0x0400, 0x0200, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A264[] = {
|
||||
0x0100, 0x0400, 0x0900, 0x0400, 0x0100, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A270[] = {
|
||||
0x0900, 0x0400, 0x0900, 0x0400, -0x300, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A27C[] = {
|
||||
0x0b00, 0x0800, 0x0400, 0x0400, 0x0600, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A288[] = {
|
||||
-0x300, -0x100, 0x0100, 0x0200, 0x0400, 0x0600, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A296[] = {
|
||||
0x0800, 0x0600, 0x0400, 0x0200, 0x0100, -0x100, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2A4[] = {
|
||||
0x0100, 0x0200, 0x0400, 0x0100, 0x0200, 0x1000, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2B2[] = {
|
||||
0x0400, -0x300, 0x0900, 0x0400, 0x0900, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2C0[] = {
|
||||
0x0800, 0x0900, 0x0800, 0x0900, 0x0800, 0x0900, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2CE[] = {
|
||||
0x0200, 0x0100, 0x0200, 0x0100, 0x0200, 0x0400, 0x0200, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2DE[] = {
|
||||
0x0100, 0x0100, -0x100, -0x100, -0x300, 0x0400, -0x300, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2EE[] = {
|
||||
0x0800, 0x0900, 0x0b00, 0x0d00, 0x0e00, 0x0d00, 0x0b00, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A2FE[] = {
|
||||
0x0800, 0x0600, 0x0400, 0x0200, 0x0d00, 0x0b00, 0x0900, 0x1800
|
||||
};
|
||||
|
||||
const s16 gUnknown_0860A30E[] = {
|
||||
0x0300, 0x0400, 0x0600, 0x0800, 0x0700, 0x0800, 0x0400, 0x1800
|
||||
};
|
||||
|
||||
const s16 *const gBardSoundPitchTables[] = {
|
||||
gUnknown_0860A1C0,
|
||||
gUnknown_0860A1C4,
|
||||
gUnknown_0860A1C8,
|
||||
gUnknown_0860A1CC,
|
||||
gUnknown_0860A1D0,
|
||||
gUnknown_0860A1D4,
|
||||
gUnknown_0860A1DA,
|
||||
gUnknown_0860A1E0,
|
||||
gUnknown_0860A1E6,
|
||||
gUnknown_0860A1EC,
|
||||
gUnknown_0860A1F2,
|
||||
gUnknown_0860A1FA,
|
||||
gUnknown_0860A202,
|
||||
gUnknown_0860A20A,
|
||||
gUnknown_0860A212,
|
||||
gUnknown_0860A21A,
|
||||
gUnknown_0860A224,
|
||||
gUnknown_0860A22E,
|
||||
gUnknown_0860A238,
|
||||
gUnknown_0860A242,
|
||||
gUnknown_0860A24C,
|
||||
gUnknown_0860A258,
|
||||
gUnknown_0860A264,
|
||||
gUnknown_0860A270,
|
||||
gUnknown_0860A27C,
|
||||
gUnknown_0860A288,
|
||||
gUnknown_0860A296,
|
||||
gUnknown_0860A2A4,
|
||||
gUnknown_0860A2B2,
|
||||
gUnknown_0860A2C0,
|
||||
gUnknown_0860A2CE,
|
||||
gUnknown_0860A2DE,
|
||||
gUnknown_0860A2EE,
|
||||
gUnknown_0860A2FE,
|
||||
gUnknown_0860A30E
|
||||
};
|
||||
|
||||
|
||||
#endif //GUARD_WORD_PITCH_H
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,581 @@
|
||||
//
|
||||
// Created by scott on 10/21/2017.
|
||||
//
|
||||
|
||||
#ifndef GUARD_DATA_DECORATION_DESCRIPTION_H
|
||||
#define GUARD_DATA_DECORATION_DESCRIPTION_H
|
||||
|
||||
const u8 DecorDesc_SMALL_DESK[] = _(
|
||||
"A small desk built\n"
|
||||
"for one.");
|
||||
|
||||
const u8 DecorDesc_POKEMON_DESK[] = _(
|
||||
"A small desk built in\n"
|
||||
"the shape of a POKé\n"
|
||||
"BALL.");
|
||||
|
||||
const u8 DecorDesc_HEAVY_DESK[] = _(
|
||||
"A large desk made\n"
|
||||
"of steel. Put some\n"
|
||||
"decorations on it.");
|
||||
|
||||
const u8 DecorDesc_RAGGED_DESK[] = _(
|
||||
"A large desk made\n"
|
||||
"of wood. Put some\n"
|
||||
"decorations on it.");
|
||||
|
||||
const u8 DecorDesc_COMFORT_DESK[] = _(
|
||||
"A large desk made\n"
|
||||
"of leaves. Put some\n"
|
||||
"decorations on it.");
|
||||
|
||||
const u8 DecorDesc_PRETTY_DESK[] = _(
|
||||
"A huge desk made\n"
|
||||
"of glass. Holds lots\n"
|
||||
"of decorations.");
|
||||
|
||||
const u8 DecorDesc_BRICK_DESK[] = _(
|
||||
"A huge desk made\n"
|
||||
"of brick. Holds lots\n"
|
||||
"of decorations.");
|
||||
|
||||
const u8 DecorDesc_CAMP_DESK[] = _(
|
||||
"A huge desk made\n"
|
||||
"of logs. Put lots of\n"
|
||||
"decorations on it.");
|
||||
|
||||
const u8 DecorDesc_HARD_DESK[] = _(
|
||||
"A huge desk made\n"
|
||||
"of rocks. Holds\n"
|
||||
"many decorations.");
|
||||
|
||||
const u8 DecorDesc_SMALL_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"for one.");
|
||||
|
||||
const u8 DecorDesc_POKEMON_CHAIR[] = _(
|
||||
"A small chair built\n"
|
||||
"in the shape of a\n"
|
||||
"POKé BALL.");
|
||||
|
||||
const u8 DecorDesc_HEAVY_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of steel.");
|
||||
|
||||
const u8 DecorDesc_PRETTY_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of glass.");
|
||||
|
||||
const u8 DecorDesc_COMFORT_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of leaves.");
|
||||
|
||||
const u8 DecorDesc_RAGGED_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of wood.");
|
||||
|
||||
const u8 DecorDesc_BRICK_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of brick.");
|
||||
|
||||
const u8 DecorDesc_CAMP_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of logs.");
|
||||
|
||||
const u8 DecorDesc_HARD_CHAIR[] = _(
|
||||
"A small chair made\n"
|
||||
"of rock.");
|
||||
|
||||
const u8 DecorDesc_RED_PLANT[] = _(
|
||||
"A vivid red potted\n"
|
||||
"plant.");
|
||||
|
||||
const u8 DecorDesc_TROPICAL_PLANT[] = _(
|
||||
"A flowering tropical\n"
|
||||
"plant in a pot.");
|
||||
|
||||
const u8 DecorDesc_PRETTY_FLOWERS[] = _(
|
||||
"A pot of cute\n"
|
||||
"flowers.");
|
||||
|
||||
const u8 DecorDesc_COLORFUL_PLANT[] = _(
|
||||
"A large pot with\n"
|
||||
"many colorful\n"
|
||||
"flowers.");
|
||||
|
||||
const u8 DecorDesc_BIG_PLANT[] = _(
|
||||
"A large, umbrella-\n"
|
||||
"shaped plant in a\n"
|
||||
"big pot.");
|
||||
|
||||
const u8 DecorDesc_GORGEOUS_PLANT[] = _(
|
||||
"A large, impressive\n"
|
||||
"plant in a big pot.");
|
||||
|
||||
const u8 DecorDesc_RED_BRICK[] = _(
|
||||
"A red-colored brick.\n"
|
||||
"Decorations can be\n"
|
||||
"placed on top.");
|
||||
|
||||
const u8 DecorDesc_YELLOW_BRICK[] = _(
|
||||
"A yellow-colored\n"
|
||||
"brick. Put some\n"
|
||||
"decorations on top.");
|
||||
|
||||
const u8 DecorDesc_BLUE_BRICK[] = _(
|
||||
"A blue-colored\n"
|
||||
"brick. Put some\n"
|
||||
"decorations on top.");
|
||||
|
||||
const u8 DecorDesc_RED_BALLOON[] = _(
|
||||
"A red balloon filled\n"
|
||||
"with water. Bursts\n"
|
||||
"if stepped on.");
|
||||
|
||||
const u8 DecorDesc_BLUE_BALLOON[] = _(
|
||||
"A blue balloon filled\n"
|
||||
"with water. Bursts\n"
|
||||
"if stepped on.");
|
||||
|
||||
const u8 DecorDesc_YELLOW_BALLOON[] = _(
|
||||
"A yellow balloon\n"
|
||||
"filled with water.\n"
|
||||
"Pops if stepped on.");
|
||||
|
||||
const u8 DecorDesc_RED_TENT[] = _(
|
||||
"A large red tent.\n"
|
||||
"You can hide inside\n"
|
||||
"it.");
|
||||
|
||||
const u8 DecorDesc_BLUE_TENT[] = _(
|
||||
"A large blue tent.\n"
|
||||
"You can hide inside\n"
|
||||
"it.");
|
||||
|
||||
const u8 DecorDesc_SOLID_BOARD[] = _(
|
||||
"Place over a hole to\n"
|
||||
"cross to the other\n"
|
||||
"side.");
|
||||
|
||||
const u8 DecorDesc_SLIDE[] = _(
|
||||
"Use to slide down\n"
|
||||
"from the platform.");
|
||||
|
||||
const u8 DecorDesc_FENCE_LENGTH[] = _(
|
||||
"A small fence that\n"
|
||||
"blocks passage.");
|
||||
|
||||
const u8 DecorDesc_FENCE_WIDTH[] = _(
|
||||
"A small fence that\n"
|
||||
"blocks passage.");
|
||||
|
||||
const u8 DecorDesc_TIRE[] = _(
|
||||
"An old large tire.\n"
|
||||
"Decorations can be\n"
|
||||
"placed on top.");
|
||||
|
||||
const u8 DecorDesc_STAND[] = _(
|
||||
"A large pedestal\n"
|
||||
"with steps.");
|
||||
|
||||
const u8 DecorDesc_MUD_BALL[] = _(
|
||||
"A large ball of mud.\n"
|
||||
"Crumbles if stepped\n"
|
||||
"on.");
|
||||
|
||||
const u8 DecorDesc_BREAKABLE_DOOR[] = _(
|
||||
"A weird door that\n"
|
||||
"people can walk\n"
|
||||
"right through.");
|
||||
|
||||
const u8 DecorDesc_SAND_ORNAMENT[] = _(
|
||||
"An ornament made\n"
|
||||
"of sand. Crumbles if\n"
|
||||
"touched.");
|
||||
|
||||
const u8 DecorDesc_SILVER_SHIELD[] = _(
|
||||
"Awarded for 50\n"
|
||||
"straight wins at\n"
|
||||
"the BATTLE TOWER.");
|
||||
|
||||
const u8 DecorDesc_GOLD_SHIELD[] = _(
|
||||
"Awarded for 100\n"
|
||||
"straight wins at\n"
|
||||
"the BATTLE TOWER.");
|
||||
|
||||
const u8 DecorDesc_GLASS_ORNAMENT[] = _(
|
||||
"A glass replica of\n"
|
||||
"a famous sculpture\n"
|
||||
"at the ART MUSEUM.");
|
||||
|
||||
const u8 DecorDesc_TV[] = _(
|
||||
"A small, gray-\n"
|
||||
"colored toy TV.");
|
||||
|
||||
const u8 DecorDesc_ROUND_TV[] = _(
|
||||
"A toy TV modeled\n"
|
||||
"in the image of a\n"
|
||||
"SEEDOT.");
|
||||
|
||||
const u8 DecorDesc_CUTE_TV[] = _(
|
||||
"A toy TV modeled\n"
|
||||
"in the image of a\n"
|
||||
"SKITTY.");
|
||||
|
||||
const u8 DecorDesc_GLITTER_MAT[] = _(
|
||||
"An odd mat that\n"
|
||||
"glitters if stepped\n"
|
||||
"on.");
|
||||
|
||||
const u8 DecorDesc_JUMP_MAT[] = _(
|
||||
"A trick mat that\n"
|
||||
"jumps when it is\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_SPIN_MAT[] = _(
|
||||
"A trick mat that\n"
|
||||
"spins around when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_C_LOW_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"a low C note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_D_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"a D note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_E_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"an E note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_F_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"an F note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_G_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"a G note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_A_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"an A note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_B_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"a B note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_C_HIGH_NOTE_MAT[] = _(
|
||||
"A mat that plays\n"
|
||||
"a high C note when\n"
|
||||
"stepped on.");
|
||||
|
||||
const u8 DecorDesc_SURF_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"a SURF image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_THUNDER_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"a THUNDER image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_FIRE_BLAST_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"a FIRE BLAST image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_POWDER_SNOW_MAT[] = _(
|
||||
"A mat with a POWDER\n"
|
||||
"SNOW image design.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_ATTRACT_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"an ATTRACT image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_FISSURE_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"a FISSURE image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_SPIKES_MAT[] = _(
|
||||
"A mat designed with\n"
|
||||
"a SPIKES image.\n"
|
||||
"Put items on top.");
|
||||
|
||||
const u8 DecorDesc_BALL_POSTER[] = _(
|
||||
"A small poster\n"
|
||||
"printed with POKé\n"
|
||||
"BALLS.");
|
||||
|
||||
const u8 DecorDesc_GREEN_POSTER[] = _(
|
||||
"A small poster with\n"
|
||||
"a TREECKO print.");
|
||||
|
||||
const u8 DecorDesc_RED_POSTER[] = _(
|
||||
"A small poster with\n"
|
||||
"a TORCHIC print.");
|
||||
|
||||
const u8 DecorDesc_BLUE_POSTER[] = _(
|
||||
"A small poster with\n"
|
||||
"a MUDKIP print.");
|
||||
|
||||
const u8 DecorDesc_CUTE_POSTER[] = _(
|
||||
"A small poster with\n"
|
||||
"an AZURILL print.");
|
||||
|
||||
const u8 DecorDesc_PIKA_POSTER[] = _(
|
||||
"A large poster with\n"
|
||||
"a PIKACHU and\n"
|
||||
"PICHU print.");
|
||||
|
||||
const u8 DecorDesc_LONG_POSTER[] = _(
|
||||
"A large poster with\n"
|
||||
"a SEVIPER print.");
|
||||
|
||||
const u8 DecorDesc_SEA_POSTER[] = _(
|
||||
"A large poster with\n"
|
||||
"a RELICANTH print.");
|
||||
|
||||
const u8 DecorDesc_SKY_POSTER[] = _(
|
||||
"A large poster with\n"
|
||||
"a WINGULL print.");
|
||||
|
||||
const u8 DecorDesc_KISS_POSTER[] = _(
|
||||
"A large poster with\n"
|
||||
"a SMOOCHUM print.");
|
||||
|
||||
const u8 DecorDesc_PICHU_DOLL[] = _(
|
||||
"A PICHU doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_PIKACHU_DOLL[] = _(
|
||||
"A PIKACHU doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_MARILL_DOLL[] = _(
|
||||
"A MARILL doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_TOGEPI_DOLL[] = _(
|
||||
"A TOGEPI doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_CYNDAQUIL_DOLL[] = _(
|
||||
"A CYNDAQUIL doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_CHIKORITA_DOLL[] = _(
|
||||
"A CHIKORITA doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_TOTODILE_DOLL[] = _(
|
||||
"A TOTODILE doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_JIGGLYPUFF_DOLL[] = _(
|
||||
"A JIGGLYPUFF doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_MEOWTH_DOLL[] = _(
|
||||
"A MEOWTH doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_CLEFAIRY_DOLL[] = _(
|
||||
"A CLEFAIRY doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_DITTO_DOLL[] = _(
|
||||
"A DITTO doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_SMOOCHUM_DOLL[] = _(
|
||||
"A SMOOCHUM doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_TREECKO_DOLL[] = _(
|
||||
"A TREECKO doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_TORCHIC_DOLL[] = _(
|
||||
"A TORCHIC doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_MUDKIP_DOLL[] = _(
|
||||
"A MUDKIP doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_DUSKULL_DOLL[] = _(
|
||||
"A DUSKULL doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_WYNAUT_DOLL[] = _(
|
||||
"A WYNAUT doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_BALTOY_DOLL[] = _(
|
||||
"A BALTOY doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_KECLEON_DOLL[] = _(
|
||||
"A KECLEON doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_AZURILL_DOLL[] = _(
|
||||
"An AZURILL doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_SKITTY_DOLL[] = _(
|
||||
"A SKITTY doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_SWABLU_DOLL[] = _(
|
||||
"A SWABLU doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_GULPIN_DOLL[] = _(
|
||||
"A GULPIN doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_LOTAD_DOLL[] = _(
|
||||
"A LOTAD doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_SEEDOT_DOLL[] = _(
|
||||
"A SEEDOT doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_PIKA_CUSHION[] = _(
|
||||
"A PIKACHU cushion.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_ROUND_CUSHION[] = _(
|
||||
"A MARILL cushion.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_KISS_CUSHION[] = _(
|
||||
"A SMOOCHUM\n"
|
||||
"cushion. Place it on\n"
|
||||
"a mat or a desk.");
|
||||
|
||||
const u8 DecorDesc_ZIGZAG_CUSHION[] = _(
|
||||
"A ZIGZAGOON\n"
|
||||
"cushion. Place it on\n"
|
||||
"a mat or a desk.");
|
||||
|
||||
const u8 DecorDesc_SPIN_CUSHION[] = _(
|
||||
"A SPINDA cushion.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_DIAMOND_CUSHION[] = _(
|
||||
"A SABLEYE cushion.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_BALL_CUSHION[] = _(
|
||||
"A BALL cushion.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_GRASS_CUSHION[] = _(
|
||||
"A grass-mark\n"
|
||||
"cushion. Place it on\n"
|
||||
"a mat or a desk.");
|
||||
|
||||
const u8 DecorDesc_FIRE_CUSHION[] = _(
|
||||
"A fire-mark\n"
|
||||
"cushion. Place it on\n"
|
||||
"a mat or a desk.");
|
||||
|
||||
const u8 DecorDesc_WATER_CUSHION[] = _(
|
||||
"A water-mark\n"
|
||||
"cushion. Place it on\n"
|
||||
"a mat or a desk.");
|
||||
|
||||
const u8 DecorDesc_SNORLAX_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_RHYDON_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_LAPRAS_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_VENUSAUR_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_CHARIZARD_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_BLASTOISE_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_WAILMER_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_REGIROCK_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_REGICE_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
|
||||
const u8 DecorDesc_REGISTEEL_DOLL[] = _(
|
||||
"A large doll.\n"
|
||||
"Place it on a mat\n"
|
||||
"or a desk.");
|
||||
#endif //GUARD_DATA_DECORATION_DESCRIPTION_H
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,132 @@
|
||||
//
|
||||
// Created by scott on 10/21/2017.
|
||||
//
|
||||
|
||||
#ifndef GUARD_ICON_H
|
||||
#define GUARD_ICON_H
|
||||
|
||||
const u8 *const gUnknown_085A6BE8[][2] = {
|
||||
{gItemIcon_QuestionMark, gItemIconPalette_QuestionMark},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB7AA0, gUnknown_08DB7B34},
|
||||
{gUnknown_08DB7B5C, gUnknown_08DB7BEC},
|
||||
{gUnknown_08DB7C08, gUnknown_08DB7CE8},
|
||||
{gUnknown_08DB7D08, gUnknown_08DB7DCC},
|
||||
{gUnknown_08DB7DF4, gUnknown_08DB7EA0},
|
||||
{gUnknown_08DB7EC4, gUnknown_08DB7F60},
|
||||
{gUnknown_08DB7F7C, gUnknown_08DB8070},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB808C, gUnknown_08DB8138},
|
||||
{gUnknown_08DB8160, gUnknown_08DB8218},
|
||||
{gUnknown_08DB823C, gUnknown_08DB8300},
|
||||
{gUnknown_08DB8328, gUnknown_08DB8430},
|
||||
{gUnknown_08DB8458, gUnknown_08DB8528},
|
||||
{gUnknown_08DB854C, gUnknown_08DB862C},
|
||||
{gUnknown_08DB8654, gUnknown_08DB86C4},
|
||||
{gUnknown_08DB86E0, gUnknown_08DB8750},
|
||||
{gUnknown_08DB876C, gUnknown_08DB87DC},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB87F8, gUnknown_08DB88D8},
|
||||
{gUnknown_08DB8900, gUnknown_08DB89E0},
|
||||
{gUnknown_08DB8A08, gUnknown_08DB8A68},
|
||||
{gUnknown_08DB8A84, gUnknown_08DB8B40},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB8B68, gUnknown_08DB8C40},
|
||||
{gUnknown_08DB8C5C, gUnknown_08DB8CF4},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB8D18, gUnknown_08DB8DB0},
|
||||
{gUnknown_08DB8DD4, gUnknown_08DB8E80},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB8EA0, gUnknown_08DB8F58},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB8F7C, gUnknown_08DB9038},
|
||||
{gUnknown_08DB9058, gUnknown_08DB9130},
|
||||
{gUnknown_08DB9154, gUnknown_08DB9218},
|
||||
{gUnknown_08DB9234, gUnknown_08DB92FC},
|
||||
{gUnknown_08DB931C, gUnknown_08DB93E8},
|
||||
{gUnknown_08DB940C, gUnknown_08DB94CC},
|
||||
{gUnknown_08DB94E8, gUnknown_08DB95AC},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{NULL, NULL},
|
||||
{gUnknown_08DB95D0, gUnknown_08DB96C4},
|
||||
{gUnknown_08DB96EC, gUnknown_08DB97F4},
|
||||
{gUnknown_08DB981C, gUnknown_08DB9908},
|
||||
{gUnknown_08DB9930, gUnknown_08DB9A54},
|
||||
{gUnknown_08DB9A7C, gUnknown_08DB9B7C},
|
||||
{gUnknown_08DB9BA4, gUnknown_08DB9CB0},
|
||||
{gUnknown_08DB9CD8, gUnknown_08DB9DAC},
|
||||
{gUnknown_08DB9F08, gUnknown_08DB9FFC},
|
||||
{gUnknown_08DB9DD4, gUnknown_08DB9EE4},
|
||||
{gUnknown_08DBA020, gUnknown_08DBA12C}
|
||||
};
|
||||
|
||||
#endif //GUARD_ICON_H
|
||||
@@ -0,0 +1,239 @@
|
||||
//
|
||||
// Created by scott on 10/21/2017.
|
||||
//
|
||||
|
||||
#ifndef GUARD_TILEMAPS_H
|
||||
#define GUARD_TILEMAPS_H
|
||||
|
||||
const u8 Unknown_085A6FB0[] = {
|
||||
0x00, 0x01, 0x02, 0x03
|
||||
};
|
||||
|
||||
const u8 Unknown_085A6FB4[] = {
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05,
|
||||
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d
|
||||
};
|
||||
|
||||
const u8 Unknown_085A6FC0[] = {
|
||||
0x00, 0x01, 0x02, 0x03,
|
||||
0x04, 0x05, 0x06, 0x07,
|
||||
0x08, 0x09, 0x0a, 0x0b,
|
||||
0x0c, 0x0d, 0x0e, 0x0f
|
||||
};
|
||||
|
||||
const u8 Unknown_085A6FD0[] = {
|
||||
0x00, 0x01, 0x04, 0x05,
|
||||
0x08, 0x09, 0x0c, 0x0d,
|
||||
0x10, 0x11, 0x14, 0x15
|
||||
};
|
||||
|
||||
const u8 Unknown_085A6FDC[] = {
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A6FE4[] = {
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
|
||||
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
|
||||
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
|
||||
0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7004[] = {
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05,
|
||||
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,
|
||||
0x10, 0x11, 0x12, 0x13, 0x14, 0x15,
|
||||
0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d,
|
||||
0x20, 0x21, 0x22, 0x23, 0x24, 0x25,
|
||||
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7028[] = {
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05,
|
||||
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,
|
||||
0x10, 0x11, 0x12, 0x13, 0x14, 0x15,
|
||||
0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7040[] = {
|
||||
0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7044[] = {
|
||||
0x00, 0x00, 0x01, 0x01,
|
||||
0x00, 0x00, 0x01, 0x01
|
||||
};
|
||||
|
||||
const u8 Unknown_085A704C[] = {
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02,
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7058[] = {
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x03, 0x03,
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x03, 0x03,
|
||||
0x04, 0x04, 0x05, 0x05, 0x06, 0x06, 0x07, 0x07,
|
||||
0x04, 0x04, 0x05, 0x05, 0x06, 0x06, 0x07, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7078[] = {
|
||||
0x00, 0x00, 0x01, 0x01,
|
||||
0x00, 0x00, 0x01, 0x01,
|
||||
0x02, 0x02, 0x03, 0x03,
|
||||
0x02, 0x02, 0x03, 0x03
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7088[] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x01, 0x01, 0x01
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7090[] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x01, 0x01, 0x01,
|
||||
0x02, 0x02, 0x02, 0x02
|
||||
};
|
||||
|
||||
const u8 Unknown_085A709C[] = {
|
||||
0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01,
|
||||
0x02, 0x02, 0x03, 0x03, 0x02, 0x02, 0x03, 0x03,
|
||||
0x04, 0x04, 0x05, 0x05, 0x04, 0x04, 0x05, 0x05,
|
||||
0x06, 0x06, 0x07, 0x07, 0x06, 0x06, 0x07, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A70BC[] = {
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02,
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02,
|
||||
0x03, 0x03, 0x04, 0x04, 0x05, 0x05,
|
||||
0x03, 0x03, 0x04, 0x04, 0x05, 0x05,
|
||||
0x06, 0x06, 0x07, 0x07, 0x08, 0x08,
|
||||
0x06, 0x06, 0x07, 0x07, 0x08, 0x08
|
||||
};
|
||||
|
||||
const u8 Unknown_085A70E0[] = {
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02,
|
||||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02,
|
||||
0x03, 0x03, 0x04, 0x04, 0x05, 0x05,
|
||||
0x03, 0x03, 0x04, 0x04, 0x05, 0x05
|
||||
};
|
||||
|
||||
const u8 Unknown_085A70F8[] = {
|
||||
0x04, 0x05, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A70FC[] = {
|
||||
0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7104[] = {
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7110[] = {
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7130[] = {
|
||||
0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7140[] = {
|
||||
0x04, 0x05, 0x06, 0x07,
|
||||
0x04, 0x05, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7148[] = {
|
||||
0x04, 0x05, 0x06, 0x07,
|
||||
0x04, 0x05, 0x06, 0x07,
|
||||
0x04, 0x05, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7154[] = {
|
||||
0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7174[] = {
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const u8 Unknown_085A7198[] = {
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07,
|
||||
0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
const struct {
|
||||
const u8 *tiles;
|
||||
const u8 *y;
|
||||
const u8 *x;
|
||||
u8 size;
|
||||
} gUnknown_085A71B0[] = {
|
||||
{
|
||||
Unknown_085A6FB0,
|
||||
Unknown_085A7040,
|
||||
Unknown_085A70F8,
|
||||
0x04
|
||||
}, {
|
||||
Unknown_085A6FDC,
|
||||
Unknown_085A7044,
|
||||
Unknown_085A70FC,
|
||||
0x08
|
||||
}, {
|
||||
Unknown_085A6FB4,
|
||||
Unknown_085A704C,
|
||||
Unknown_085A7104,
|
||||
0x0c
|
||||
}, {
|
||||
Unknown_085A6FE4,
|
||||
Unknown_085A7058,
|
||||
Unknown_085A7110,
|
||||
0x20
|
||||
}, {
|
||||
Unknown_085A6FC0,
|
||||
Unknown_085A7078,
|
||||
Unknown_085A7130,
|
||||
0x10
|
||||
}, {
|
||||
Unknown_085A6FDC,
|
||||
Unknown_085A7088,
|
||||
Unknown_085A7140,
|
||||
0x08
|
||||
}, {
|
||||
Unknown_085A6FD0,
|
||||
Unknown_085A7090,
|
||||
Unknown_085A7148,
|
||||
0x0c
|
||||
}, {
|
||||
Unknown_085A6FE4,
|
||||
Unknown_085A709C,
|
||||
Unknown_085A7154,
|
||||
0x20
|
||||
}, {
|
||||
Unknown_085A7004,
|
||||
Unknown_085A70BC,
|
||||
Unknown_085A7174,
|
||||
0x24
|
||||
}, {
|
||||
Unknown_085A7028,
|
||||
Unknown_085A70E0,
|
||||
Unknown_085A7198,
|
||||
0x18
|
||||
}};
|
||||
|
||||
#endif //GUARD_TILEMAPS_H
|
||||
@@ -0,0 +1,646 @@
|
||||
#ifndef GUARD_DATA_DECORATION_TILES
|
||||
#define GUARD_DATA_DECORATION_TILES
|
||||
|
||||
const u16 DecorGfx_SMALL_DESK[] = {
|
||||
0x87
|
||||
};
|
||||
|
||||
const u16 DecorGfx_POKEMON_DESK[] = {
|
||||
0x8F
|
||||
};
|
||||
|
||||
const u16 DecorGfx_HEAVY_DESK[] = {
|
||||
0x90,
|
||||
0x91,
|
||||
0x92,
|
||||
0x98,
|
||||
0x99,
|
||||
0x9A
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RAGGED_DESK[] = {
|
||||
0x93,
|
||||
0x94,
|
||||
0x95,
|
||||
0x9B,
|
||||
0x9C,
|
||||
0x9D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_COMFORT_DESK[] = {
|
||||
0x96,
|
||||
0x97,
|
||||
0xA3,
|
||||
0x9E,
|
||||
0x9F,
|
||||
0xAB
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PRETTY_DESK[] = {
|
||||
0xBD,
|
||||
0xBE,
|
||||
0xBF,
|
||||
0xC5,
|
||||
0xC6,
|
||||
0xC7,
|
||||
0xCD,
|
||||
0xCE,
|
||||
0xCF
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BRICK_DESK[] = {
|
||||
0xA0,
|
||||
0xA1,
|
||||
0xA2,
|
||||
0xA8,
|
||||
0xA9,
|
||||
0xAA,
|
||||
0xB0,
|
||||
0xB1,
|
||||
0xB2
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CAMP_DESK[] = {
|
||||
0xA4,
|
||||
0xA5,
|
||||
0xA6,
|
||||
0xAC,
|
||||
0xAD,
|
||||
0xAE,
|
||||
0xB4,
|
||||
0xB5,
|
||||
0xB6
|
||||
};
|
||||
|
||||
const u16 DecorGfx_HARD_DESK[] = {
|
||||
0xA7,
|
||||
0xBB,
|
||||
0xBC,
|
||||
0xAF,
|
||||
0xC3,
|
||||
0xC4,
|
||||
0xB7,
|
||||
0xCB,
|
||||
0xCC
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SMALL_CHAIR[] = {
|
||||
0xB8
|
||||
};
|
||||
|
||||
const u16 DecorGfx_POKEMON_CHAIR[] = {
|
||||
0xB9
|
||||
};
|
||||
|
||||
const u16 DecorGfx_HEAVY_CHAIR[] = {
|
||||
0xBA
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PRETTY_CHAIR[] = {
|
||||
0xC0
|
||||
};
|
||||
|
||||
const u16 DecorGfx_COMFORT_CHAIR[] = {
|
||||
0xC1
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RAGGED_CHAIR[] = {
|
||||
0xC2
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BRICK_CHAIR[] = {
|
||||
0xC8
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CAMP_CHAIR[] = {
|
||||
0xC9
|
||||
};
|
||||
|
||||
const u16 DecorGfx_HARD_CHAIR[] = {
|
||||
0xCA
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RED_PLANT[] = {
|
||||
0xD0,
|
||||
0xD8
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TROPICAL_PLANT[] = {
|
||||
0xD2,
|
||||
0xDA
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PRETTY_FLOWERS[] = {
|
||||
0xD4,
|
||||
0xDC
|
||||
};
|
||||
|
||||
const u16 DecorGfx_COLORFUL_PLANT[] = {
|
||||
0xE0,
|
||||
0xE2,
|
||||
0xE8,
|
||||
0xE9
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BIG_PLANT[] = {
|
||||
0xE4,
|
||||
0xE6,
|
||||
0xEC,
|
||||
0xED
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GORGEOUS_PLANT[] = {
|
||||
0xF0,
|
||||
0xF2,
|
||||
0xF8,
|
||||
0xF9
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RED_BRICK[] = {
|
||||
0x25,
|
||||
0x2D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_YELLOW_BRICK[] = {
|
||||
0x26,
|
||||
0x2E
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BLUE_BRICK[] = {
|
||||
0x27,
|
||||
0x2F
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RED_BALLOON[] = {
|
||||
0x138
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BLUE_BALLOON[] = {
|
||||
0x13C
|
||||
};
|
||||
|
||||
const u16 DecorGfx_YELLOW_BALLOON[] = {
|
||||
0x140
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RED_TENT[] = {
|
||||
0x30,
|
||||
0x31,
|
||||
0x32,
|
||||
0x38,
|
||||
0x39,
|
||||
0x3A,
|
||||
0x40,
|
||||
0x41,
|
||||
0x3B
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BLUE_TENT[] = {
|
||||
0x48,
|
||||
0x49,
|
||||
0x68,
|
||||
0x50,
|
||||
0x51,
|
||||
0x70,
|
||||
0x58,
|
||||
0x59,
|
||||
0x69
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SOLID_BOARD[] = {
|
||||
0x34,
|
||||
0x3C
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SLIDE[] = {
|
||||
0x35,
|
||||
0x36,
|
||||
0x3D,
|
||||
0x3E,
|
||||
0x63,
|
||||
0x64,
|
||||
0x6F,
|
||||
0x77
|
||||
};
|
||||
|
||||
const u16 DecorGfx_FENCE_LENGTH[] = {
|
||||
0x33
|
||||
};
|
||||
|
||||
const u16 DecorGfx_FENCE_WIDTH[] = {
|
||||
0x2C
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TIRE[] = {
|
||||
0x80,
|
||||
0x81,
|
||||
0x88,
|
||||
0x89
|
||||
};
|
||||
|
||||
const u16 DecorGfx_STAND[] = {
|
||||
0x6A,
|
||||
0x6B,
|
||||
0x6C,
|
||||
0x6D,
|
||||
0x72,
|
||||
0x73,
|
||||
0x74,
|
||||
0x75
|
||||
};
|
||||
|
||||
const u16 DecorGfx_MUD_BALL[] = {
|
||||
0x28
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BREAKABLE_DOOR[] = {
|
||||
0x37,
|
||||
0x3F
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SAND_ORNAMENT[] = {
|
||||
0x85,
|
||||
0x8D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SILVER_SHIELD[] = {
|
||||
0xD6,
|
||||
0xDE
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GOLD_SHIELD[] = {
|
||||
0x12E,
|
||||
0x136
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GLASS_ORNAMENT[] = {
|
||||
0x82,
|
||||
0x8A
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TV[] = {
|
||||
0xF4
|
||||
};
|
||||
|
||||
const u16 DecorGfx_ROUND_TV[] = {
|
||||
0xF5
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CUTE_TV[] = {
|
||||
0xF6
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GLITTER_MAT[] = {
|
||||
0x60
|
||||
};
|
||||
|
||||
const u16 DecorGfx_JUMP_MAT[] = {
|
||||
0x61
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SPIN_MAT[] = {
|
||||
0x62
|
||||
};
|
||||
|
||||
const u16 DecorGfx_C_LOW_NOTE_MAT[] = {
|
||||
0x78
|
||||
};
|
||||
|
||||
const u16 DecorGfx_D_NOTE_MAT[] = {
|
||||
0x79
|
||||
};
|
||||
|
||||
const u16 DecorGfx_E_NOTE_MAT[] = {
|
||||
0x7A
|
||||
};
|
||||
|
||||
const u16 DecorGfx_F_NOTE_MAT[] = {
|
||||
0x7B
|
||||
};
|
||||
|
||||
const u16 DecorGfx_G_NOTE_MAT[] = {
|
||||
0x7C
|
||||
};
|
||||
|
||||
const u16 DecorGfx_A_NOTE_MAT[] = {
|
||||
0x7D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_B_NOTE_MAT[] = {
|
||||
0x7E
|
||||
};
|
||||
|
||||
const u16 DecorGfx_C_HIGH_NOTE_MAT[] = {
|
||||
0xB3
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SURF_MAT[] = {
|
||||
0x42,
|
||||
0x43,
|
||||
0x44,
|
||||
0x4A,
|
||||
0x4B,
|
||||
0x4C,
|
||||
0x52,
|
||||
0x53,
|
||||
0x54
|
||||
};
|
||||
|
||||
const u16 DecorGfx_THUNDER_MAT[] = {
|
||||
0x45,
|
||||
0x46,
|
||||
0x47,
|
||||
0x4D,
|
||||
0x4E,
|
||||
0x4F,
|
||||
0x55,
|
||||
0x56,
|
||||
0x57
|
||||
};
|
||||
|
||||
const u16 DecorGfx_FIRE_BLAST_MAT[] = {
|
||||
0x5A,
|
||||
0x5B,
|
||||
0x5C,
|
||||
0x5D,
|
||||
0x5E,
|
||||
0x5F,
|
||||
0x65,
|
||||
0x66,
|
||||
0x67
|
||||
};
|
||||
|
||||
const u16 DecorGfx_POWDER_SNOW_MAT[] = {
|
||||
0x100,
|
||||
0x101,
|
||||
0x102,
|
||||
0x108,
|
||||
0x109,
|
||||
0x10A,
|
||||
0x110,
|
||||
0x111,
|
||||
0x112
|
||||
};
|
||||
|
||||
const u16 DecorGfx_ATTRACT_MAT[] = {
|
||||
0x103,
|
||||
0x104,
|
||||
0x105,
|
||||
0x10B,
|
||||
0x10C,
|
||||
0x10D,
|
||||
0x113,
|
||||
0x114,
|
||||
0x115
|
||||
};
|
||||
|
||||
const u16 DecorGfx_FISSURE_MAT[] = {
|
||||
0x106,
|
||||
0x107,
|
||||
0x118,
|
||||
0x10E,
|
||||
0x10F,
|
||||
0x120,
|
||||
0x116,
|
||||
0x117,
|
||||
0x128
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SPIKES_MAT[] = {
|
||||
0x119,
|
||||
0x11A,
|
||||
0x11B,
|
||||
0x121,
|
||||
0x122,
|
||||
0x123,
|
||||
0x129,
|
||||
0x12A,
|
||||
0x12B
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BALL_POSTER[] = {
|
||||
0x130
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GREEN_POSTER[] = {
|
||||
0x131
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RED_POSTER[] = {
|
||||
0x132
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BLUE_POSTER[] = {
|
||||
0x133
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CUTE_POSTER[] = {
|
||||
0x134
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PIKA_POSTER[] = {
|
||||
0x11C,
|
||||
0x11D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_LONG_POSTER[] = {
|
||||
0x11E,
|
||||
0x11F
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SEA_POSTER[] = {
|
||||
0x124,
|
||||
0x125
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SKY_POSTER[] = {
|
||||
0x126,
|
||||
0x127
|
||||
};
|
||||
|
||||
const u16 DecorGfx_KISS_POSTER[] = {
|
||||
0x12C,
|
||||
0x12D
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PICHU_DOLL[] = {
|
||||
EVENT_OBJ_GFX_PICHU_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PIKACHU_DOLL[] = {
|
||||
EVENT_OBJ_GFX_PIKACHU_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_MARILL_DOLL[] = {
|
||||
EVENT_OBJ_GFX_MARILL_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TOGEPI_DOLL[] = {
|
||||
EVENT_OBJ_GFX_TOGEPI_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CYNDAQUIL_DOLL[] = {
|
||||
EVENT_OBJ_GFX_CYNDAQUIL_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CHIKORITA_DOLL[] = {
|
||||
EVENT_OBJ_GFX_CHIKORITA_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TOTODILE_DOLL[] = {
|
||||
EVENT_OBJ_GFX_TOTODILE_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_JIGGLYPUFF_DOLL[] = {
|
||||
EVENT_OBJ_GFX_JIGGLYPUFF_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_MEOWTH_DOLL[] = {
|
||||
EVENT_OBJ_GFX_MEOWTH_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CLEFAIRY_DOLL[] = {
|
||||
EVENT_OBJ_GFX_CLEFAIRY_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_DITTO_DOLL[] = {
|
||||
EVENT_OBJ_GFX_DITTO_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SMOOCHUM_DOLL[] = {
|
||||
EVENT_OBJ_GFX_SMOOCHUM_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TREECKO_DOLL[] = {
|
||||
EVENT_OBJ_GFX_TREECKO_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_TORCHIC_DOLL[] = {
|
||||
EVENT_OBJ_GFX_TORCHIC_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_MUDKIP_DOLL[] = {
|
||||
EVENT_OBJ_GFX_MUDKIP_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_DUSKULL_DOLL[] = {
|
||||
EVENT_OBJ_GFX_DUSKULL_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_WYNAUT_DOLL[] = {
|
||||
EVENT_OBJ_GFX_WYNAUT_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BALTOY_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BALTOY_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_KECLEON_DOLL[] = {
|
||||
EVENT_OBJ_GFX_KECLEON_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_AZURILL_DOLL[] = {
|
||||
EVENT_OBJ_GFX_AZURILL_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SKITTY_DOLL[] = {
|
||||
EVENT_OBJ_GFX_SKITTY_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SWABLU_DOLL[] = {
|
||||
EVENT_OBJ_GFX_SWABLU_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GULPIN_DOLL[] = {
|
||||
EVENT_OBJ_GFX_GULPIN_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_LOTAD_DOLL[] = {
|
||||
EVENT_OBJ_GFX_LOTAD_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SEEDOT_DOLL[] = {
|
||||
EVENT_OBJ_GFX_SEEDOT_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_PIKA_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_PIKA_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_ROUND_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_ROUND_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_KISS_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_KISS_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_ZIGZAG_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_ZIGZAG_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SPIN_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_SPIN_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_DIAMOND_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_DIAMOND_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BALL_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_BALL_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_GRASS_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_GRASS_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_FIRE_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_FIRE_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_WATER_CUSHION[] = {
|
||||
EVENT_OBJ_GFX_WATER_CUSHION
|
||||
};
|
||||
|
||||
const u16 DecorGfx_SNORLAX_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_SNORLAX_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_RHYDON_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_RHYDON_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_LAPRAS_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_LAPRAS_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_VENUSAUR_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_VENUSAUR_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_CHARIZARD_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_CHARIZARD_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_BLASTOISE_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_BLASTOISE_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_WAILMER_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_WAILMER_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_REGIROCK_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_REGIROCK_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_REGICE_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_REGICE_DOLL
|
||||
};
|
||||
|
||||
const u16 DecorGfx_REGISTEEL_DOLL[] = {
|
||||
EVENT_OBJ_GFX_BIG_REGISTEEL_DOLL
|
||||
};
|
||||
|
||||
#endif // GUARD_DATA_DECORATION_TILES
|
||||
@@ -0,0 +1,88 @@
|
||||
const u8 gBattleTerrainTiles_TallGrass[] = INCBIN_U8("graphics/battle_terrain/tall_grass/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_TallGrass[] = INCBIN_U8("graphics/battle_terrain/tall_grass/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_TallGrass[] = INCBIN_U16("graphics/battle_terrain/tall_grass/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_LongGrass[] = INCBIN_U8("graphics/battle_terrain/long_grass/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_LongGrass[] = INCBIN_U8("graphics/battle_terrain/long_grass/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_LongGrass[] = INCBIN_U16("graphics/battle_terrain/long_grass/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Sand[] = INCBIN_U8("graphics/battle_terrain/sand/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Sand[] = INCBIN_U8("graphics/battle_terrain/sand/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_Sand[] = INCBIN_U16("graphics/battle_terrain/sand/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Underwater[] = INCBIN_U8("graphics/battle_terrain/underwater/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Underwater[] = INCBIN_U8("graphics/battle_terrain/underwater/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_Underwater[] = INCBIN_U16("graphics/battle_terrain/underwater/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Water[] = INCBIN_U8("graphics/battle_terrain/water/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Water[] = INCBIN_U8("graphics/battle_terrain/water/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_Water[] = INCBIN_U16("graphics/battle_terrain/water/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_PondWater[] = INCBIN_U8("graphics/battle_terrain/pond_water/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_PondWater[] = INCBIN_U8("graphics/battle_terrain/pond_water/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_PondWater[] = INCBIN_U16("graphics/battle_terrain/pond_water/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Rock[] = INCBIN_U8("graphics/battle_terrain/rock/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Rock[] = INCBIN_U8("graphics/battle_terrain/rock/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_Rock[] = INCBIN_U16("graphics/battle_terrain/rock/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Cave[] = INCBIN_U8("graphics/battle_terrain/cave/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Cave[] = INCBIN_U8("graphics/battle_terrain/cave/palette.gbapal.lz");
|
||||
const u16 gBattleTerrainTilemap_Cave[] = INCBIN_U16("graphics/battle_terrain/cave/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainPalette_Plain[] = INCBIN_U8("graphics/battle_terrain/plain/palette.gbapal.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Building[] = INCBIN_U8("graphics/battle_terrain/building/tiles.4bpp.lz");
|
||||
const u8 gBattleTerrainPalette_Frontier[] = INCBIN_U8("graphics/battle_terrain/stadium/battle_frontier.gbapal.lz"); // this is also used for link battles
|
||||
const u16 gBattleTerrainTilemap_Building[] = INCBIN_U16("graphics/battle_terrain/building/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Stadium[] = INCBIN_U8("graphics/battle_terrain/stadium/tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainTilemap_Stadium[] = INCBIN_U16("graphics/battle_terrain/stadium/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainTiles_Rayquaza[] = INCBIN_U8("graphics/battle_terrain/sky/tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainTilemap_Rayquaza[] = INCBIN_U16("graphics/battle_terrain/sky/map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainPalette_Building[] = INCBIN_U8("graphics/battle_terrain/building/palette.gbapal.lz");
|
||||
|
||||
const u8 gBattleTerrainPalette_Kyogre[] = INCBIN_U8("graphics/battle_terrain/water/kyogre.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_Groudon[] = INCBIN_U8("graphics/battle_terrain/cave/groudon.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_BuildingGym[] = INCBIN_U8("graphics/battle_terrain/building/palette2.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_BuildingLeader[] = INCBIN_U8("graphics/battle_terrain/building/palette3.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumAqua[] = INCBIN_U8("graphics/battle_terrain/stadium/palette1.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumMagma[] = INCBIN_U8("graphics/battle_terrain/stadium/palette2.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumSidney[] = INCBIN_U8("graphics/battle_terrain/stadium/palette3.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumPhoebe[] = INCBIN_U8("graphics/battle_terrain/stadium/palette4.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumGlacia[] = INCBIN_U8("graphics/battle_terrain/stadium/palette5.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumDrake[] = INCBIN_U8("graphics/battle_terrain/stadium/palette6.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_StadiumWallace[] = INCBIN_U8("graphics/battle_terrain/stadium/palette7.gbapal.lz");
|
||||
const u8 gBattleTerrainPalette_Rayquaza[] = INCBIN_U8("graphics/battle_terrain/sky/palette.gbapal.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_TallGrass[] = INCBIN_U8("graphics/battle_terrain/tall_grass/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_TallGrass[] = INCBIN_U16("graphics/battle_terrain/tall_grass/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_LongGrass[] = INCBIN_U8("graphics/battle_terrain/long_grass/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_LongGrass[] = INCBIN_U16("graphics/battle_terrain/long_grass/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Sand[] = INCBIN_U8("graphics/battle_terrain/sand/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Sand[] = INCBIN_U16("graphics/battle_terrain/sand/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Underwater[] = INCBIN_U8("graphics/battle_terrain/underwater/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Underwater[] = INCBIN_U16("graphics/battle_terrain/underwater/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Water[] = INCBIN_U8("graphics/battle_terrain/water/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Water[] = INCBIN_U16("graphics/battle_terrain/water/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_PondWater[] = INCBIN_U8("graphics/battle_terrain/pond_water/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_PondWater[] = INCBIN_U16("graphics/battle_terrain/pond_water/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Rock[] = INCBIN_U8("graphics/battle_terrain/rock/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Rock[] = INCBIN_U16("graphics/battle_terrain/rock/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Cave[] = INCBIN_U8("graphics/battle_terrain/cave/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Cave[] = INCBIN_U16("graphics/battle_terrain/cave/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Building[] = INCBIN_U8("graphics/battle_terrain/building/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Building[] = INCBIN_U16("graphics/battle_terrain/building/anim_map.bin.lz");
|
||||
|
||||
const u8 gBattleTerrainAnimTiles_Rayquaza[] = INCBIN_U8("graphics/battle_terrain/sky/anim_tiles.4bpp.lz");
|
||||
const u16 gBattleTerrainAnimTilemap_Rayquaza[] = INCBIN_U16("graphics/battle_terrain/sky/anim_map.bin.lz");
|
||||
@@ -0,0 +1,95 @@
|
||||
const u8 gUnknown_08D9BB44[] = INCBIN_U8("graphics/interface/check_berry.4bpp.lz");
|
||||
const u8 gUnknown_08D9BEF0[] = INCBIN_U8("graphics/interface/check_berry.gbapal.lz");
|
||||
|
||||
const u16 gUnknown_08D9BF98[] = INCBIN_U16("graphics/interface/berry_tag.bin.lz");
|
||||
const u16 gUnknown_08D9C13C[] = INCBIN_U16("graphics/interface/berry_tag_title.bin.lz");
|
||||
|
||||
const u8 gBerryCheckCircle_Gfx[] = INCBIN_U8("graphics/interface/check_berry_circle.4bpp.lz");
|
||||
|
||||
const u8 gBerryPic_Cheri[] = INCBIN_U8("graphics/berries/cheri.4bpp.lz");
|
||||
const u8 gBerryPic_Oran[] = INCBIN_U8("graphics/berries/oran.4bpp.lz");
|
||||
const u8 gBerryPic_Pecha[] = INCBIN_U8("graphics/berries/pecha.4bpp.lz");
|
||||
const u8 gBerryPic_Rawst[] = INCBIN_U8("graphics/berries/rawst.4bpp.lz");
|
||||
const u8 gBerryPic_Aspear[] = INCBIN_U8("graphics/berries/aspear.4bpp.lz");
|
||||
const u8 gBerryPic_Leppa[] = INCBIN_U8("graphics/berries/leppa.4bpp.lz");
|
||||
const u8 gBerryPic_Chesto[] = INCBIN_U8("graphics/berries/chesto.4bpp.lz");
|
||||
const u8 gBerryPic_Persim[] = INCBIN_U8("graphics/berries/persim.4bpp.lz");
|
||||
const u8 gBerryPic_Lum[] = INCBIN_U8("graphics/berries/lum.4bpp.lz");
|
||||
const u8 gBerryPic_Sitrus[] = INCBIN_U8("graphics/berries/sitrus.4bpp.lz");
|
||||
const u8 gBerryPic_Figy[] = INCBIN_U8("graphics/berries/figy.4bpp.lz");
|
||||
const u8 gBerryPic_Wiki[] = INCBIN_U8("graphics/berries/wiki.4bpp.lz");
|
||||
const u8 gBerryPic_Mago[] = INCBIN_U8("graphics/berries/mago.4bpp.lz");
|
||||
const u8 gBerryPic_Aguav[] = INCBIN_U8("graphics/berries/aguav.4bpp.lz");
|
||||
const u8 gBerryPic_Iapapa[] = INCBIN_U8("graphics/berries/iapapa.4bpp.lz");
|
||||
const u8 gBerryPic_Razz[] = INCBIN_U8("graphics/berries/razz.4bpp.lz");
|
||||
const u8 gBerryPic_Bluk[] = INCBIN_U8("graphics/berries/bluk.4bpp.lz");
|
||||
const u8 gBerryPic_Nanab[] = INCBIN_U8("graphics/berries/nanab.4bpp.lz");
|
||||
const u8 gBerryPic_Wepear[] = INCBIN_U8("graphics/berries/wepear.4bpp.lz");
|
||||
const u8 gBerryPic_Pinap[] = INCBIN_U8("graphics/berries/pinap.4bpp.lz");
|
||||
const u8 gBerryPic_Pomeg[] = INCBIN_U8("graphics/berries/pomeg.4bpp.lz");
|
||||
const u8 gBerryPic_Kelpsy[] = INCBIN_U8("graphics/berries/kelpsy.4bpp.lz");
|
||||
const u8 gBerryPic_Qualot[] = INCBIN_U8("graphics/berries/qualot.4bpp.lz");
|
||||
const u8 gBerryPic_Hondew[] = INCBIN_U8("graphics/berries/hondew.4bpp.lz");
|
||||
const u8 gBerryPic_Grepa[] = INCBIN_U8("graphics/berries/grepa.4bpp.lz");
|
||||
const u8 gBerryPic_Tamato[] = INCBIN_U8("graphics/berries/tamato.4bpp.lz");
|
||||
const u8 gBerryPic_Cornn[] = INCBIN_U8("graphics/berries/cornn.4bpp.lz");
|
||||
const u8 gBerryPic_Magost[] = INCBIN_U8("graphics/berries/magost.4bpp.lz");
|
||||
const u8 gBerryPic_Rabuta[] = INCBIN_U8("graphics/berries/rabuta.4bpp.lz");
|
||||
const u8 gBerryPic_Nomel[] = INCBIN_U8("graphics/berries/nomel.4bpp.lz");
|
||||
const u8 gBerryPic_Spelon[] = INCBIN_U8("graphics/berries/spelon.4bpp.lz");
|
||||
const u8 gBerryPic_Pamtre[] = INCBIN_U8("graphics/berries/pamtre.4bpp.lz");
|
||||
const u8 gBerryPic_Watmel[] = INCBIN_U8("graphics/berries/watmel.4bpp.lz");
|
||||
const u8 gBerryPic_Durin[] = INCBIN_U8("graphics/berries/durin.4bpp.lz");
|
||||
const u8 gBerryPic_Belue[] = INCBIN_U8("graphics/berries/belue.4bpp.lz");
|
||||
const u8 gBerryPic_Liechi[] = INCBIN_U8("graphics/berries/liechi.4bpp.lz");
|
||||
const u8 gBerryPic_Ganlon[] = INCBIN_U8("graphics/berries/ganlon.4bpp.lz");
|
||||
const u8 gBerryPic_Salac[] = INCBIN_U8("graphics/berries/salac.4bpp.lz");
|
||||
const u8 gBerryPic_Petaya[] = INCBIN_U8("graphics/berries/petaya.4bpp.lz");
|
||||
const u8 gBerryPic_Apicot[] = INCBIN_U8("graphics/berries/apicot.4bpp.lz");
|
||||
const u8 gBerryPic_Lansat[] = INCBIN_U8("graphics/berries/lansat.4bpp.lz");
|
||||
const u8 gBerryPic_Starf[] = INCBIN_U8("graphics/berries/starf.4bpp.lz");
|
||||
const u8 gBerryPic_Enigma[] = INCBIN_U8("graphics/berries/enigma.4bpp.lz");
|
||||
|
||||
const u8 gBerryPalette_Cheri[] = INCBIN_U8("graphics/berries/cheri.gbapal.lz");
|
||||
const u8 gBerryPalette_Oran[] = INCBIN_U8("graphics/berries/oran.gbapal.lz");
|
||||
const u8 gBerryPalette_Pecha[] = INCBIN_U8("graphics/berries/pecha.gbapal.lz");
|
||||
const u8 gBerryPalette_Rawst[] = INCBIN_U8("graphics/berries/rawst.gbapal.lz");
|
||||
const u8 gBerryPalette_Aspear[] = INCBIN_U8("graphics/berries/aspear.gbapal.lz");
|
||||
const u8 gBerryPalette_Leppa[] = INCBIN_U8("graphics/berries/leppa.gbapal.lz");
|
||||
const u8 gBerryPalette_Chesto[] = INCBIN_U8("graphics/berries/chesto.gbapal.lz");
|
||||
const u8 gBerryPalette_Persim[] = INCBIN_U8("graphics/berries/persim.gbapal.lz");
|
||||
const u8 gBerryPalette_Lum[] = INCBIN_U8("graphics/berries/lum.gbapal.lz");
|
||||
const u8 gBerryPalette_Sitrus[] = INCBIN_U8("graphics/berries/sitrus.gbapal.lz");
|
||||
const u8 gBerryPalette_Figy[] = INCBIN_U8("graphics/berries/figy.gbapal.lz");
|
||||
const u8 gBerryPalette_Wiki[] = INCBIN_U8("graphics/berries/wiki.gbapal.lz");
|
||||
const u8 gBerryPalette_Mago[] = INCBIN_U8("graphics/berries/mago.gbapal.lz");
|
||||
const u8 gBerryPalette_Aguav[] = INCBIN_U8("graphics/berries/aguav.gbapal.lz");
|
||||
const u8 gBerryPalette_Iapapa[] = INCBIN_U8("graphics/berries/iapapa.gbapal.lz");
|
||||
const u8 gBerryPalette_Razz[] = INCBIN_U8("graphics/berries/razz.gbapal.lz");
|
||||
const u8 gBerryPalette_Bluk[] = INCBIN_U8("graphics/berries/bluk.gbapal.lz");
|
||||
const u8 gBerryPalette_Nanab[] = INCBIN_U8("graphics/berries/nanab.gbapal.lz");
|
||||
const u8 gBerryPalette_Wepear[] = INCBIN_U8("graphics/berries/wepear.gbapal.lz");
|
||||
const u8 gBerryPalette_Pinap[] = INCBIN_U8("graphics/berries/pinap.gbapal.lz");
|
||||
const u8 gBerryPalette_Pomeg[] = INCBIN_U8("graphics/berries/pomeg.gbapal.lz");
|
||||
const u8 gBerryPalette_Kelpsy[] = INCBIN_U8("graphics/berries/kelpsy.gbapal.lz");
|
||||
const u8 gBerryPalette_Qualot[] = INCBIN_U8("graphics/berries/qualot.gbapal.lz");
|
||||
const u8 gBerryPalette_Hondew[] = INCBIN_U8("graphics/berries/hondew.gbapal.lz");
|
||||
const u8 gBerryPalette_Grepa[] = INCBIN_U8("graphics/berries/grepa.gbapal.lz");
|
||||
const u8 gBerryPalette_Tamato[] = INCBIN_U8("graphics/berries/tamato.gbapal.lz");
|
||||
const u8 gBerryPalette_Cornn[] = INCBIN_U8("graphics/berries/cornn.gbapal.lz");
|
||||
const u8 gBerryPalette_Magost[] = INCBIN_U8("graphics/berries/magost.gbapal.lz");
|
||||
const u8 gBerryPalette_Rabuta[] = INCBIN_U8("graphics/berries/rabuta.gbapal.lz");
|
||||
const u8 gBerryPalette_Nomel[] = INCBIN_U8("graphics/berries/nomel.gbapal.lz");
|
||||
const u8 gBerryPalette_Spelon[] = INCBIN_U8("graphics/berries/spelon.gbapal.lz");
|
||||
const u8 gBerryPalette_Pamtre[] = INCBIN_U8("graphics/berries/pamtre.gbapal.lz");
|
||||
const u8 gBerryPalette_Watmel[] = INCBIN_U8("graphics/berries/watmel.gbapal.lz");
|
||||
const u8 gBerryPalette_Durin[] = INCBIN_U8("graphics/berries/durin.gbapal.lz");
|
||||
const u8 gBerryPalette_Belue[] = INCBIN_U8("graphics/berries/belue.gbapal.lz");
|
||||
const u8 gBerryPalette_Liechi[] = INCBIN_U8("graphics/berries/liechi.gbapal.lz");
|
||||
const u8 gBerryPalette_Ganlon[] = INCBIN_U8("graphics/berries/ganlon.gbapal.lz");
|
||||
const u8 gBerryPalette_Salac[] = INCBIN_U8("graphics/berries/salac.gbapal.lz");
|
||||
const u8 gBerryPalette_Petaya[] = INCBIN_U8("graphics/berries/petaya.gbapal.lz");
|
||||
const u8 gBerryPalette_Apicot[] = INCBIN_U8("graphics/berries/apicot.gbapal.lz");
|
||||
const u8 gBerryPalette_Lansat[] = INCBIN_U8("graphics/berries/lansat.gbapal.lz");
|
||||
const u8 gBerryPalette_Starf[] = INCBIN_U8("graphics/berries/starf.gbapal.lz");
|
||||
const u8 gBerryPalette_Enigma[] = INCBIN_U8("graphics/berries/enigma.gbapal.lz");
|
||||
@@ -0,0 +1,23 @@
|
||||
const u16 gBerryFixGameboy_Pal[] = INCBIN_U16("graphics/berry_fix/gba_small.gbapal");
|
||||
const u8 gBerryFixGameboy_Gfx[] = INCBIN_U8("graphics/berry_fix/gba_small.4bpp.lz");
|
||||
const u16 gBerryFixGameboy_Tilemap[] = INCBIN_U16("graphics/berry_fix/gba_small.bin.lz");
|
||||
|
||||
const u16 gBerryFixGameboyLogo_Pal[] = INCBIN_U16("graphics/berry_fix/logo.gbapal");
|
||||
const u8 gBerryFixGameboyLogo_Gfx[] = INCBIN_U8("graphics/berry_fix/logo.4bpp.lz");
|
||||
const u16 gBerryFixGameboyLogo_Tilemap[] = INCBIN_U16("graphics/berry_fix/logo.bin.lz");
|
||||
|
||||
const u16 gBerryFixGbaTransfer_Pal[] = INCBIN_U16("graphics/berry_fix/gba_transfer.gbapal");
|
||||
const u8 gBerryFixGbaTransfer_Gfx[] = INCBIN_U8("graphics/berry_fix/gba_transfer.4bpp.lz");
|
||||
const u16 gBerryFixGbaTransfer_Tilemap[] = INCBIN_U16("graphics/berry_fix/gba_transfer.bin.lz");
|
||||
|
||||
const u16 gBerryFixGbaTransferHighlight_Pal[] = INCBIN_U16("graphics/berry_fix/gba_transfer_highlight.gbapal");
|
||||
const u8 gBerryFixGbaTransferHighlight_Gfx[] = INCBIN_U8("graphics/berry_fix/gba_transfer_highlight.4bpp.lz");
|
||||
const u16 gBerryFixGbaTransferHighlight_Tilemap[] = INCBIN_U16("graphics/berry_fix/gba_transfer_highlight.bin.lz");
|
||||
|
||||
const u16 gBerryFixGbaTransferError_Pal[] = INCBIN_U16("graphics/berry_fix/gba_transfer_error.gbapal");
|
||||
const u8 gBerryFixGbaTransferError_Gfx[] = INCBIN_U8("graphics/berry_fix/gba_transfer_error.4bpp.lz");
|
||||
const u16 gBerryFixGbaTransferError_Tilemap[] = INCBIN_U16("graphics/berry_fix/gba_transfer_error.bin.lz");
|
||||
|
||||
const u16 gBerryFixWindow_Pal[] = INCBIN_U16("graphics/berry_fix/window.gbapal");
|
||||
const u8 gBerryFixWindow_Gfx[] = INCBIN_U8("graphics/berry_fix/window.4bpp.lz");
|
||||
const u16 gBerryFixWindow_Tilemap[] = INCBIN_U16("graphics/berry_fix/window.bin.lz");
|
||||
@@ -0,0 +1,125 @@
|
||||
const u8 gUnknown_08DB7AA0[] = INCBIN_U8("graphics/decorations/decor_heavy_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7B34[] = INCBIN_U8("graphics/decorations/decor_heavy_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7B5C[] = INCBIN_U8("graphics/decorations/decor_ragged_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7BEC[] = INCBIN_U8("graphics/decorations/decor_ragged_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7C08[] = INCBIN_U8("graphics/decorations/decor_comfort_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7CE8[] = INCBIN_U8("graphics/decorations/decor_comfort_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7D08[] = INCBIN_U8("graphics/decorations/decor_pretty_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7DCC[] = INCBIN_U8("graphics/decorations/decor_pretty_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7DF4[] = INCBIN_U8("graphics/decorations/decor_brick_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7EA0[] = INCBIN_U8("graphics/decorations/decor_brick_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7EC4[] = INCBIN_U8("graphics/decorations/decor_camp_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB7F60[] = INCBIN_U8("graphics/decorations/decor_camp_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB7F7C[] = INCBIN_U8("graphics/decorations/decor_hard_desk.4bpp.lz");
|
||||
const u8 gUnknown_08DB8070[] = INCBIN_U8("graphics/decorations/decor_hard_desk.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB808C[] = INCBIN_U8("graphics/decorations/decor_red_plant.4bpp.lz");
|
||||
const u8 gUnknown_08DB8138[] = INCBIN_U8("graphics/decorations/decor_red_plant.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8160[] = INCBIN_U8("graphics/decorations/decor_tropical_plant.4bpp.lz");
|
||||
const u8 gUnknown_08DB8218[] = INCBIN_U8("graphics/decorations/decor_tropical_plant.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB823C[] = INCBIN_U8("graphics/decorations/decor_pretty_flowers.4bpp.lz");
|
||||
const u8 gUnknown_08DB8300[] = INCBIN_U8("graphics/decorations/decor_pretty_flowers.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8328[] = INCBIN_U8("graphics/decorations/decor_colorful_plant.4bpp.lz");
|
||||
const u8 gUnknown_08DB8430[] = INCBIN_U8("graphics/decorations/decor_colorful_plant.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8458[] = INCBIN_U8("graphics/decorations/decor_big_plant.4bpp.lz");
|
||||
const u8 gUnknown_08DB8528[] = INCBIN_U8("graphics/decorations/decor_big_plant.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB854C[] = INCBIN_U8("graphics/decorations/decor_gorgeous_plant.4bpp.lz");
|
||||
const u8 gUnknown_08DB862C[] = INCBIN_U8("graphics/decorations/decor_gorgeous_plant.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8654[] = INCBIN_U8("graphics/decorations/decor_red_brick.4bpp.lz");
|
||||
const u8 gUnknown_08DB86C4[] = INCBIN_U8("graphics/decorations/decor_red_brick.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB86E0[] = INCBIN_U8("graphics/decorations/decor_yellow_brick.4bpp.lz");
|
||||
const u8 gUnknown_08DB8750[] = INCBIN_U8("graphics/decorations/decor_yellow_brick.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB876C[] = INCBIN_U8("graphics/decorations/decor_blue_brick.4bpp.lz");
|
||||
const u8 gUnknown_08DB87DC[] = INCBIN_U8("graphics/decorations/decor_blue_brick.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB87F8[] = INCBIN_U8("graphics/decorations/decor_red_tent.4bpp.lz");
|
||||
const u8 gUnknown_08DB88D8[] = INCBIN_U8("graphics/decorations/decor_red_tent.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8900[] = INCBIN_U8("graphics/decorations/decor_blue_tent.4bpp.lz");
|
||||
const u8 gUnknown_08DB89E0[] = INCBIN_U8("graphics/decorations/decor_blue_tent.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8A08[] = INCBIN_U8("graphics/decorations/decor_solid_board.4bpp.lz");
|
||||
const u8 gUnknown_08DB8A68[] = INCBIN_U8("graphics/decorations/decor_solid_board.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8A84[] = INCBIN_U8("graphics/decorations/decor_slide.4bpp.lz");
|
||||
const u8 gUnknown_08DB8B40[] = INCBIN_U8("graphics/decorations/decor_slide.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8B68[] = INCBIN_U8("graphics/decorations/decor_tire.4bpp.lz");
|
||||
const u8 gUnknown_08DB8C40[] = INCBIN_U8("graphics/decorations/decor_tire.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8C5C[] = INCBIN_U8("graphics/decorations/decor_stand.4bpp.lz");
|
||||
const u8 gUnknown_08DB8CF4[] = INCBIN_U8("graphics/decorations/decor_stand.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8D18[] = INCBIN_U8("graphics/decorations/decor_breakable_door.4bpp.lz");
|
||||
const u8 gUnknown_08DB8DB0[] = INCBIN_U8("graphics/decorations/decor_breakable_door.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8DD4[] = INCBIN_U8("graphics/decorations/decor_sand_ornament.4bpp.lz");
|
||||
const u8 gUnknown_08DB8E80[] = INCBIN_U8("graphics/decorations/decor_sand_ornament.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8EA0[] = INCBIN_U8("graphics/decorations/decor_glass_ornament.4bpp.lz");
|
||||
const u8 gUnknown_08DB8F58[] = INCBIN_U8("graphics/decorations/decor_glass_ornament.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB8F7C[] = INCBIN_U8("graphics/decorations/decor_surf_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB9038[] = INCBIN_U8("graphics/decorations/decor_surf_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9058[] = INCBIN_U8("graphics/decorations/decor_thunder_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB9130[] = INCBIN_U8("graphics/decorations/decor_thunder_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9154[] = INCBIN_U8("graphics/decorations/decor_fire_blast_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB9218[] = INCBIN_U8("graphics/decorations/decor_fire_blast_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9234[] = INCBIN_U8("graphics/decorations/decor_powder_snow_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB92FC[] = INCBIN_U8("graphics/decorations/decor_powder_snow_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB931C[] = INCBIN_U8("graphics/decorations/decor_attract_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB93E8[] = INCBIN_U8("graphics/decorations/decor_attract_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB940C[] = INCBIN_U8("graphics/decorations/decor_fissure_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB94CC[] = INCBIN_U8("graphics/decorations/decor_fissure_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB94E8[] = INCBIN_U8("graphics/decorations/decor_spikes_mat.4bpp.lz");
|
||||
const u8 gUnknown_08DB95AC[] = INCBIN_U8("graphics/decorations/decor_spikes_mat.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB95D0[] = INCBIN_U8("graphics/decorations/decor_snorlax_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB96C4[] = INCBIN_U8("graphics/decorations/decor_snorlax_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB96EC[] = INCBIN_U8("graphics/decorations/decor_rhydon_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB97F4[] = INCBIN_U8("graphics/decorations/decor_rhydon_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB981C[] = INCBIN_U8("graphics/decorations/decor_lapras_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9908[] = INCBIN_U8("graphics/decorations/decor_lapras_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9930[] = INCBIN_U8("graphics/decorations/decor_venusaur_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9A54[] = INCBIN_U8("graphics/decorations/decor_venusaur_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9A7C[] = INCBIN_U8("graphics/decorations/decor_charizard_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9B7C[] = INCBIN_U8("graphics/decorations/decor_charizard_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9BA4[] = INCBIN_U8("graphics/decorations/decor_blastoise_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9CB0[] = INCBIN_U8("graphics/decorations/decor_blastoise_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9CD8[] = INCBIN_U8("graphics/decorations/decor_wailmer_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9DAC[] = INCBIN_U8("graphics/decorations/decor_wailmer_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9DD4[] = INCBIN_U8("graphics/decorations/decor_regice_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9EE4[] = INCBIN_U8("graphics/decorations/decor_regice_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DB9F08[] = INCBIN_U8("graphics/decorations/decor_regirock_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DB9FFC[] = INCBIN_U8("graphics/decorations/decor_regirock_doll.gbapal.lz");
|
||||
|
||||
const u8 gUnknown_08DBA020[] = INCBIN_U8("graphics/decorations/decor_registeel_doll.4bpp.lz");
|
||||
const u8 gUnknown_08DBA12C[] = INCBIN_U8("graphics/decorations/decor_registeel_doll.gbapal.lz");
|
||||
@@ -0,0 +1,37 @@
|
||||
const u8 gInterfaceGfx_PokeBall[] = INCBIN_U8("graphics/interface/ball/poke.4bpp.lz");
|
||||
const u8 gInterfacePal_PokeBall[] = INCBIN_U8("graphics/interface/ball/poke.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_GreatBall[] = INCBIN_U8("graphics/interface/ball/great.4bpp.lz");
|
||||
const u8 gInterfacePal_GreatBall[] = INCBIN_U8("graphics/interface/ball/great.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_SafariBall[] = INCBIN_U8("graphics/interface/ball/safari.4bpp.lz");
|
||||
const u8 gInterfacePal_SafariBall[] = INCBIN_U8("graphics/interface/ball/safari.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_UltraBall[] = INCBIN_U8("graphics/interface/ball/ultra.4bpp.lz");
|
||||
const u8 gInterfacePal_UltraBall[] = INCBIN_U8("graphics/interface/ball/ultra.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_MasterBall[] = INCBIN_U8("graphics/interface/ball/master.4bpp.lz");
|
||||
const u8 gInterfacePal_MasterBall[] = INCBIN_U8("graphics/interface/ball/master.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_NetBall[] = INCBIN_U8("graphics/interface/ball/net.4bpp.lz");
|
||||
const u8 gInterfacePal_NetBall[] = INCBIN_U8("graphics/interface/ball/net.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_DiveBall[] = INCBIN_U8("graphics/interface/ball/dive.4bpp.lz");
|
||||
const u8 gInterfacePal_DiveBall[] = INCBIN_U8("graphics/interface/ball/dive.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_NestBall[] = INCBIN_U8("graphics/interface/ball/nest.4bpp.lz");
|
||||
const u8 gInterfacePal_NestBall[] = INCBIN_U8("graphics/interface/ball/nest.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_RepeatBall[] = INCBIN_U8("graphics/interface/ball/repeat.4bpp.lz");
|
||||
const u8 gInterfacePal_RepeatBall[] = INCBIN_U8("graphics/interface/ball/repeat.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_TimerBall[] = INCBIN_U8("graphics/interface/ball/timer.4bpp.lz");
|
||||
const u8 gInterfacePal_TimerBall[] = INCBIN_U8("graphics/interface/ball/timer.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_LuxuryBall[] = INCBIN_U8("graphics/interface/ball/luxury.4bpp.lz");
|
||||
const u8 gInterfacePal_LuxuryBall[] = INCBIN_U8("graphics/interface/ball/luxury.gbapal.lz");
|
||||
|
||||
const u8 gInterfaceGfx_PremierBall[] = INCBIN_U8("graphics/interface/ball/premier.4bpp.lz");
|
||||
const u8 gInterfacePal_PremierBall[] = INCBIN_U8("graphics/interface/ball/premier.gbapal.lz");
|
||||
|
||||
const u8 gOpenPokeballGfx[] = INCBIN_U8("graphics/interface/ball_open.4bpp.lz");
|
||||
@@ -0,0 +1,48 @@
|
||||
const u16 gIntro1GameFreakTextFadePal[] = INCBIN_U16("graphics/intro/intro1_text.gbapal"); // game freak text blue fade
|
||||
const u16 gIntro2BrendanNoTurnPal[] = INCBIN_U16("graphics/intro/intro2_brendan_noturn.gbapal");
|
||||
const u16 gIntro3BgPal[] = INCBIN_U16("graphics/intro/intro3.gbapal");
|
||||
const u16 gIntro2VolbeatPal[] = INCBIN_U16("graphics/intro/intro2_volbeat.gbapal");
|
||||
const u16 gIntro2TorchicPal[] = INCBIN_U16("graphics/intro/intro2_torchic.gbapal");
|
||||
const u16 gIntro2ManectricPal[] = INCBIN_U16("graphics/intro/intro2_manectric.gbapal");
|
||||
const u16 gIntro2FlygonPal[] = INCBIN_U16("graphics/intro/intro2_flygon.gbapal");
|
||||
|
||||
const u8 gIntro2VolbeatGfx[] = INCBIN_U8("graphics/intro/intro2_volbeat.4bpp.lz");
|
||||
const u8 gIntro2TorchicGfx[] = INCBIN_U8("graphics/intro/intro2_torchic.4bpp.lz");
|
||||
const u8 gIntro2ManectricGfx[] = INCBIN_U8("graphics/intro/intro2_manectric.4bpp.lz");
|
||||
const u8 gIntro2FlygonGfx[] = INCBIN_U8("graphics/intro/intro2_flygon.4bpp.lz");
|
||||
const u8 gIntro2BrendanNoTurnGfx[] = INCBIN_U8("graphics/intro/intro2_brendan_noturn.4bpp.lz");
|
||||
const u8 gIntro2MayNoTurnGfx[] = INCBIN_U8("graphics/intro/intro2_may_noturn.4bpp.lz");
|
||||
|
||||
const u16 gIntro3GroudonGfx[] = INCBIN_U16("graphics/intro/intro3_groudon.8bpp.lz");
|
||||
const u16 gIntro3GroudonTilemap[] = INCBIN_U16("graphics/intro/intro3_groudon.bin.lz");
|
||||
|
||||
const u16 gIntro3KyogreGfx[] = INCBIN_U16("graphics/intro/intro3_kyogre.8bpp.lz");
|
||||
const u16 gIntro3KyogreTilemap[] = INCBIN_U16("graphics/intro/intro3_kyogre.bin.lz");
|
||||
|
||||
const u8 gIntro3LegendBgGfx[] = INCBIN_U8("graphics/intro/legend_bg.4bpp.lz"); // groudon/kyogre/bg
|
||||
|
||||
const u16 gIntro3GroudonBgTilemap[] = INCBIN_U16("graphics/intro/legend_bg1.bin.lz");
|
||||
const u16 gIntro3KyogreBgTilemap[] = INCBIN_U16("graphics/intro/legend_bg2.bin.lz");
|
||||
|
||||
const u8 gIntro3CloudsGfx[] = INCBIN_U8("graphics/intro/intro3_clouds.4bpp.lz");
|
||||
const u16 gIntro3Clouds1Tilemap[] = INCBIN_U16("graphics/intro/intro3_clouds1.bin.lz");
|
||||
const u16 gIntro3Clouds2Tilemap[] = INCBIN_U16("graphics/intro/intro3_clouds2.bin.lz");
|
||||
const u16 gIntro3Clouds3Tilemap[] = INCBIN_U16("graphics/intro/intro3_clouds3.bin.lz");
|
||||
|
||||
const u8 gIntro3LightningGfx[] = INCBIN_U8("graphics/intro/intro3_lightning.4bpp.lz");
|
||||
const u16 gIntro3LightningPal[] = INCBIN_U16("graphics/intro/intro3_lightning.gbapal");
|
||||
|
||||
const u8 gIntro3RayquazaGfx[] = INCBIN_U8("graphics/intro/intro3_rayquaza.4bpp.lz");
|
||||
const u16 gIntro3RayquazaTilemap[] = INCBIN_U16("graphics/intro/intro3_rayquaza.bin.lz");
|
||||
|
||||
const u16 gUnknown_D8C374[] = INCBIN_U16("graphics/unknown/unknown_D8C374.bin.lz");
|
||||
const u16 gUnknown_D8C5C4[] = INCBIN_U16("graphics/unknown/unknown_D8C5C4.bin.lz");
|
||||
|
||||
const u8 gIntro3Clouds2Gfx[] = INCBIN_U8("graphics/intro/intro3_clouds2.4bpp.lz"); //clouds 2, during the rayquaza flash
|
||||
const u16 gIntro3Clouds4Tilemap[] = INCBIN_U16("graphics/intro/intro3_clouds4.bin.lz");
|
||||
|
||||
const u8 gIntro2BubblesGfx[] = INCBIN_U8("graphics/intro/intro2_bubbles.4bpp.lz");
|
||||
const u16 gIntro2BubblesPal[] = INCBIN_U16("graphics/intro/intro2_bubbles.gbapal");
|
||||
|
||||
const u8 gIntro1FlygonGfx[] = INCBIN_U8("graphics/intro/intro1_flygon.4bpp.lz");
|
||||
const u8 gIntro1SparkleGfx[] = INCBIN_U8("graphics/intro/intro1_sparkle.4bpp.lz");
|
||||
@@ -0,0 +1,738 @@
|
||||
const u8 gItemIcon_QuestionMark[] = INCBIN_U8("graphics/items/icons/question_mark.4bpp.lz");
|
||||
const u8 gItemIconPalette_QuestionMark[] = INCBIN_U8("graphics/items/icon_palettes/question_mark.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ReturnToFieldArrow[] = INCBIN_U8("graphics/items/icons/return_to_field_arrow.4bpp.lz");
|
||||
const u8 gItemIconPalette_ReturnToFieldArrow[] = INCBIN_U8("graphics/items/icon_palettes/return_to_field_arrow.gbapal.lz");
|
||||
|
||||
// Pokeballs
|
||||
|
||||
const u8 gItemIcon_MasterBall[] = INCBIN_U8("graphics/items/icons/master_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_MasterBall[] = INCBIN_U8("graphics/items/icon_palettes/master_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_UltraBall[] = INCBIN_U8("graphics/items/icons/ultra_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_UltraBall[] = INCBIN_U8("graphics/items/icon_palettes/ultra_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GreatBall[] = INCBIN_U8("graphics/items/icons/great_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_GreatBall[] = INCBIN_U8("graphics/items/icon_palettes/great_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PokeBall[] = INCBIN_U8("graphics/items/icons/poke_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_PokeBall[] = INCBIN_U8("graphics/items/icon_palettes/poke_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SafariBall[] = INCBIN_U8("graphics/items/icons/safari_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_SafariBall[] = INCBIN_U8("graphics/items/icon_palettes/safari_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_NetBall[] = INCBIN_U8("graphics/items/icons/net_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_NetBall[] = INCBIN_U8("graphics/items/icon_palettes/net_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DiveBall[] = INCBIN_U8("graphics/items/icons/dive_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_DiveBall[] = INCBIN_U8("graphics/items/icon_palettes/dive_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_NestBall[] = INCBIN_U8("graphics/items/icons/nest_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_NestBall[] = INCBIN_U8("graphics/items/icon_palettes/nest_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RepeatBall[] = INCBIN_U8("graphics/items/icons/repeat_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_RepeatBall[] = INCBIN_U8("graphics/items/icon_palettes/repeat_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TimerBall[] = INCBIN_U8("graphics/items/icons/timer_ball.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_LuxuryBall[] = INCBIN_U8("graphics/items/icons/luxury_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_LuxuryBall[] = INCBIN_U8("graphics/items/icon_palettes/luxury_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PremierBall[] = INCBIN_U8("graphics/items/icons/premier_ball.4bpp.lz");
|
||||
|
||||
// Medicine
|
||||
|
||||
const u8 gItemIcon_Potion[] = INCBIN_U8("graphics/items/icons/potion.4bpp.lz");
|
||||
const u8 gItemIconPalette_Potion[] = INCBIN_U8("graphics/items/icon_palettes/potion.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Antidote[] = INCBIN_U8("graphics/items/icons/antidote.4bpp.lz");
|
||||
const u8 gItemIconPalette_Antidote[] = INCBIN_U8("graphics/items/icon_palettes/antidote.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_BurnHeal[] = INCBIN_U8("graphics/items/icon_palettes/burn_heal.gbapal.lz");
|
||||
const u8 gItemIconPalette_IceHeal[] = INCBIN_U8("graphics/items/icon_palettes/ice_heal.gbapal.lz");
|
||||
const u8 gItemIcon_StatusHeal[] = INCBIN_U8("graphics/items/icons/status_heal.4bpp.lz");
|
||||
const u8 gItemIconPalette_Awakening[] = INCBIN_U8("graphics/items/icon_palettes/awakening.gbapal.lz");
|
||||
const u8 gItemIconPalette_ParalyzeHeal[] = INCBIN_U8("graphics/items/icon_palettes/paralyze_heal.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LargePotion[] = INCBIN_U8("graphics/items/icons/large_potion.4bpp.lz");
|
||||
const u8 gItemIconPalette_FullRestore[] = INCBIN_U8("graphics/items/icon_palettes/full_restore.gbapal.lz");
|
||||
const u8 gItemIconPalette_MaxPotion[] = INCBIN_U8("graphics/items/icon_palettes/max_potion.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_HyperPotion[] = INCBIN_U8("graphics/items/icon_palettes/hyper_potion.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_SuperPotion[] = INCBIN_U8("graphics/items/icon_palettes/super_potion.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FullHeal[] = INCBIN_U8("graphics/items/icons/full_heal.4bpp.lz");
|
||||
const u8 gItemIconPalette_FullHeal[] = INCBIN_U8("graphics/items/icon_palettes/full_heal.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Revive[] = INCBIN_U8("graphics/items/icons/revive.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_MaxRevive[] = INCBIN_U8("graphics/items/icons/max_revive.4bpp.lz");
|
||||
|
||||
const u8 gItemIconPalette_Revive[] = INCBIN_U8("graphics/items/icon_palettes/revive.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FreshWater[] = INCBIN_U8("graphics/items/icons/fresh_water.4bpp.lz");
|
||||
const u8 gItemIconPalette_FreshWater[] = INCBIN_U8("graphics/items/icon_palettes/fresh_water.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SodaPop[] = INCBIN_U8("graphics/items/icons/soda_pop.4bpp.lz");
|
||||
const u8 gItemIconPalette_SodaPop[] = INCBIN_U8("graphics/items/icon_palettes/soda_pop.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Lemonade[] = INCBIN_U8("graphics/items/icons/lemonade.4bpp.lz");
|
||||
const u8 gItemIconPalette_Lemonade[] = INCBIN_U8("graphics/items/icon_palettes/lemonade.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MoomooMilk[] = INCBIN_U8("graphics/items/icons/moomoo_milk.4bpp.lz");
|
||||
const u8 gItemIconPalette_MoomooMilk[] = INCBIN_U8("graphics/items/icon_palettes/moomoo_milk.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Powder[] = INCBIN_U8("graphics/items/icons/powder.4bpp.lz");
|
||||
const u8 gItemIconPalette_EnergyPowder[] = INCBIN_U8("graphics/items/icon_palettes/energy_powder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_EnergyRoot[] = INCBIN_U8("graphics/items/icons/energy_root.4bpp.lz");
|
||||
const u8 gItemIconPalette_EnergyRoot[] = INCBIN_U8("graphics/items/icon_palettes/energy_root.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_HealPowder[] = INCBIN_U8("graphics/items/icon_palettes/heal_powder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RevivalHerb[] = INCBIN_U8("graphics/items/icons/revival_herb.4bpp.lz");
|
||||
const u8 gItemIconPalette_RevivalHerb[] = INCBIN_U8("graphics/items/icon_palettes/revival_herb.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Ether[] = INCBIN_U8("graphics/items/icons/ether.4bpp.lz");
|
||||
const u8 gItemIconPalette_Ether[] = INCBIN_U8("graphics/items/icon_palettes/ether.gbapal.lz");
|
||||
const u8 gItemIconPalette_MaxEther[] = INCBIN_U8("graphics/items/icon_palettes/max_ether.gbapal.lz");
|
||||
const u8 gItemIconPalette_Elixir[] = INCBIN_U8("graphics/items/icon_palettes/elixir.gbapal.lz");
|
||||
const u8 gItemIconPalette_MaxElixir[] = INCBIN_U8("graphics/items/icon_palettes/max_elixir.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LavaCookie[] = INCBIN_U8("graphics/items/icons/lava_cookie.4bpp.lz");
|
||||
const u8 gItemIconPalette_LavaCookieAndLetter[] = INCBIN_U8("graphics/items/icon_palettes/lava_cookie_and_letter.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Flute[] = INCBIN_U8("graphics/items/icons/flute.4bpp.lz");
|
||||
const u8 gItemIconPalette_BlueFlute[] = INCBIN_U8("graphics/items/icon_palettes/blue_flute.gbapal.lz");
|
||||
const u8 gItemIconPalette_YellowFlute[] = INCBIN_U8("graphics/items/icon_palettes/yellow_flute.gbapal.lz");
|
||||
const u8 gItemIconPalette_RedFlute[] = INCBIN_U8("graphics/items/icon_palettes/red_flute.gbapal.lz");
|
||||
const u8 gItemIconPalette_BlackFlute[] = INCBIN_U8("graphics/items/icon_palettes/black_flute.gbapal.lz");
|
||||
const u8 gItemIconPalette_WhiteFlute[] = INCBIN_U8("graphics/items/icon_palettes/white_flute.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BerryJuice[] = INCBIN_U8("graphics/items/icons/berry_juice.4bpp.lz");
|
||||
const u8 gItemIconPalette_BerryJuice[] = INCBIN_U8("graphics/items/icon_palettes/berry_juice.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SacredAsh[] = INCBIN_U8("graphics/items/icons/sacred_ash.4bpp.lz");
|
||||
const u8 gItemIconPalette_SacredAsh[] = INCBIN_U8("graphics/items/icon_palettes/sacred_ash.gbapal.lz");
|
||||
|
||||
// Collectibles
|
||||
|
||||
const u8 gItemIconPalette_ShoalSalt[] = INCBIN_U8("graphics/items/icon_palettes/shoal_salt.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ShoalShell[] = INCBIN_U8("graphics/items/icons/shoal_shell.4bpp.lz");
|
||||
const u8 gItemIconPalette_Shell[] = INCBIN_U8("graphics/items/icon_palettes/shell.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Shard[] = INCBIN_U8("graphics/items/icons/shard.4bpp.lz");
|
||||
const u8 gItemIconPalette_RedShard[] = INCBIN_U8("graphics/items/icon_palettes/red_shard.gbapal.lz");
|
||||
const u8 gItemIconPalette_BlueShard[] = INCBIN_U8("graphics/items/icon_palettes/blue_shard.gbapal.lz");
|
||||
const u8 gItemIconPalette_YellowShard[] = INCBIN_U8("graphics/items/icon_palettes/yellow_shard.gbapal.lz");
|
||||
const u8 gItemIconPalette_GreenShard[] = INCBIN_U8("graphics/items/icon_palettes/green_shard.gbapal.lz");
|
||||
|
||||
// Vitamins
|
||||
|
||||
const u8 gItemIcon_HPUp[] = INCBIN_U8("graphics/items/icons/hp_up.4bpp.lz");
|
||||
const u8 gItemIconPalette_HPUp[] = INCBIN_U8("graphics/items/icon_palettes/hp_up.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Vitamin[] = INCBIN_U8("graphics/items/icons/vitamin.4bpp.lz");
|
||||
const u8 gItemIconPalette_Protein[] = INCBIN_U8("graphics/items/icon_palettes/protein.gbapal.lz");
|
||||
const u8 gItemIconPalette_Iron[] = INCBIN_U8("graphics/items/icon_palettes/iron.gbapal.lz");
|
||||
const u8 gItemIconPalette_Carbos[] = INCBIN_U8("graphics/items/icon_palettes/carbos.gbapal.lz");
|
||||
const u8 gItemIconPalette_Calcium[] = INCBIN_U8("graphics/items/icon_palettes/calcium.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RareCandy[] = INCBIN_U8("graphics/items/icons/rare_candy.4bpp.lz");
|
||||
const u8 gItemIconPalette_RareCandy[] = INCBIN_U8("graphics/items/icon_palettes/rare_candy.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PPUp[] = INCBIN_U8("graphics/items/icons/pp_up.4bpp.lz");
|
||||
const u8 gItemIconPalette_PPUp[] = INCBIN_U8("graphics/items/icon_palettes/pp_up.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_Zinc[] = INCBIN_U8("graphics/items/icon_palettes/zinc.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PPMax[] = INCBIN_U8("graphics/items/icons/pp_max.4bpp.lz");
|
||||
const u8 gItemIconPalette_PPMax[] = INCBIN_U8("graphics/items/icon_palettes/pp_max.gbapal.lz");
|
||||
|
||||
// Battle items
|
||||
|
||||
const u8 gItemIconPalette_GuardSpec[] = INCBIN_U8("graphics/items/icon_palettes/guard_spec.gbapal.lz");
|
||||
const u8 gItemIconPalette_DireHit[] = INCBIN_U8("graphics/items/icon_palettes/dire_hit.gbapal.lz");
|
||||
const u8 gItemIconPalette_XAttack[] = INCBIN_U8("graphics/items/icon_palettes/x_attack.gbapal.lz");
|
||||
const u8 gItemIcon_BattleStatItem[] = INCBIN_U8("graphics/items/icons/battle_stat_item.4bpp.lz");
|
||||
const u8 gItemIconPalette_XDefend[] = INCBIN_U8("graphics/items/icon_palettes/x_defend.gbapal.lz");
|
||||
const u8 gItemIconPalette_XSpeed[] = INCBIN_U8("graphics/items/icon_palettes/x_speed.gbapal.lz");
|
||||
const u8 gItemIconPalette_XAccuracy[] = INCBIN_U8("graphics/items/icon_palettes/x_accuracy.gbapal.lz");
|
||||
const u8 gItemIconPalette_XSpecial[] = INCBIN_U8("graphics/items/icon_palettes/x_special.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PokeDoll[] = INCBIN_U8("graphics/items/icons/poke_doll.4bpp.lz");
|
||||
const u8 gItemIconPalette_PokeDoll[] = INCBIN_U8("graphics/items/icon_palettes/poke_doll.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FluffyTail[] = INCBIN_U8("graphics/items/icons/fluffy_tail.4bpp.lz");
|
||||
const u8 gItemIconPalette_FluffyTail[] = INCBIN_U8("graphics/items/icon_palettes/fluffy_tail.gbapal.lz");
|
||||
|
||||
// Field items
|
||||
|
||||
const u8 gItemIcon_Repel[] = INCBIN_U8("graphics/items/icons/repel.4bpp.lz");
|
||||
const u8 gItemIconPalette_SuperRepel[] = INCBIN_U8("graphics/items/icon_palettes/super_repel.gbapal.lz");
|
||||
const u8 gItemIconPalette_MaxRepel[] = INCBIN_U8("graphics/items/icon_palettes/max_repel.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_EscapeRope[] = INCBIN_U8("graphics/items/icons/escape_rope.4bpp.lz");
|
||||
|
||||
const u8 gItemIconPalette_EscapeRope[] = INCBIN_U8("graphics/items/icon_palettes/escape_rope.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_Repel[] = INCBIN_U8("graphics/items/icon_palettes/repel.gbapal.lz");
|
||||
|
||||
// Evolution stones
|
||||
|
||||
const u8 gItemIcon_SunStone[] = INCBIN_U8("graphics/items/icons/sun_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_SunStone[] = INCBIN_U8("graphics/items/icon_palettes/sun_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MoonStone[] = INCBIN_U8("graphics/items/icons/moon_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_MoonStone[] = INCBIN_U8("graphics/items/icon_palettes/moon_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FireStone[] = INCBIN_U8("graphics/items/icons/fire_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_FireStone[] = INCBIN_U8("graphics/items/icon_palettes/fire_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ThunderStone[] = INCBIN_U8("graphics/items/icons/thunder_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_ThunderStone[] = INCBIN_U8("graphics/items/icon_palettes/thunder_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WaterStone[] = INCBIN_U8("graphics/items/icons/water_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_WaterStone[] = INCBIN_U8("graphics/items/icon_palettes/water_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LeafStone[] = INCBIN_U8("graphics/items/icons/leaf_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_LeafStone[] = INCBIN_U8("graphics/items/icon_palettes/leaf_stone.gbapal.lz");
|
||||
|
||||
// Valuables
|
||||
|
||||
const u8 gItemIcon_TinyMushroom[] = INCBIN_U8("graphics/items/icons/tiny_mushroom.4bpp.lz");
|
||||
const u8 gItemIcon_BigMushroom[] = INCBIN_U8("graphics/items/icons/big_mushroom.4bpp.lz");
|
||||
const u8 gItemIconPalette_Mushroom[] = INCBIN_U8("graphics/items/icon_palettes/mushroom.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Pearl[] = INCBIN_U8("graphics/items/icons/pearl.4bpp.lz");
|
||||
const u8 gItemIconPalette_Pearl[] = INCBIN_U8("graphics/items/icon_palettes/pearl.gbapal.lz");
|
||||
const u8 gItemIcon_BigPearl[] = INCBIN_U8("graphics/items/icons/big_pearl.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Stardust[] = INCBIN_U8("graphics/items/icons/stardust.4bpp.lz");
|
||||
const u8 gItemIconPalette_Star[] = INCBIN_U8("graphics/items/icon_palettes/star.gbapal.lz");
|
||||
const u8 gItemIcon_StarPiece[] = INCBIN_U8("graphics/items/icons/star_piece.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Nugget[] = INCBIN_U8("graphics/items/icons/nugget.4bpp.lz");
|
||||
const u8 gItemIconPalette_Nugget[] = INCBIN_U8("graphics/items/icon_palettes/nugget.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HeartScale[] = INCBIN_U8("graphics/items/icons/heart_scale.4bpp.lz");
|
||||
const u8 gItemIconPalette_HeartScale[] = INCBIN_U8("graphics/items/icon_palettes/heart_scale.gbapal.lz");
|
||||
|
||||
// Mail
|
||||
|
||||
const u8 gItemIcon_OrangeMail[] = INCBIN_U8("graphics/items/icons/orange_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_OrangeMail[] = INCBIN_U8("graphics/items/icon_palettes/orange_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HarborMail[] = INCBIN_U8("graphics/items/icons/harbor_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_HarborMail[] = INCBIN_U8("graphics/items/icon_palettes/harbor_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GlitterMail[] = INCBIN_U8("graphics/items/icons/glitter_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_GlitterMail[] = INCBIN_U8("graphics/items/icon_palettes/glitter_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MechMail[] = INCBIN_U8("graphics/items/icons/mech_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_MechMail[] = INCBIN_U8("graphics/items/icon_palettes/mech_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WoodMail[] = INCBIN_U8("graphics/items/icons/wood_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_WoodMail[] = INCBIN_U8("graphics/items/icon_palettes/wood_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WaveMail[] = INCBIN_U8("graphics/items/icons/wave_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_WaveMail[] = INCBIN_U8("graphics/items/icon_palettes/wave_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BeadMail[] = INCBIN_U8("graphics/items/icons/bead_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_BeadMail[] = INCBIN_U8("graphics/items/icon_palettes/bead_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ShadowMail[] = INCBIN_U8("graphics/items/icons/shadow_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_ShadowMail[] = INCBIN_U8("graphics/items/icon_palettes/shadow_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TropicMail[] = INCBIN_U8("graphics/items/icons/tropic_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_TropicMail[] = INCBIN_U8("graphics/items/icon_palettes/tropic_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DreamMail[] = INCBIN_U8("graphics/items/icons/dream_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_DreamMail[] = INCBIN_U8("graphics/items/icon_palettes/dream_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FabMail[] = INCBIN_U8("graphics/items/icons/fab_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_FabMail[] = INCBIN_U8("graphics/items/icon_palettes/fab_mail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RetroMail[] = INCBIN_U8("graphics/items/icons/retro_mail.4bpp.lz");
|
||||
const u8 gItemIconPalette_RetroMail[] = INCBIN_U8("graphics/items/icon_palettes/retro_mail.gbapal.lz");
|
||||
|
||||
// Berries
|
||||
|
||||
const u8 gItemIcon_CheriBerry[] = INCBIN_U8("graphics/items/icons/cheri_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_CheriBerry[] = INCBIN_U8("graphics/items/icon_palettes/cheri_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ChestoBerry[] = INCBIN_U8("graphics/items/icons/chesto_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_ChestoBerry[] = INCBIN_U8("graphics/items/icon_palettes/chesto_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PechaBerry[] = INCBIN_U8("graphics/items/icons/pecha_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PechaBerry[] = INCBIN_U8("graphics/items/icon_palettes/pecha_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RawstBerry[] = INCBIN_U8("graphics/items/icons/rawst_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_RawstBerry[] = INCBIN_U8("graphics/items/icon_palettes/rawst_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_AspearBerry[] = INCBIN_U8("graphics/items/icons/aspear_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_AspearBerry[] = INCBIN_U8("graphics/items/icon_palettes/aspear_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LeppaBerry[] = INCBIN_U8("graphics/items/icons/leppa_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_LeppaBerry[] = INCBIN_U8("graphics/items/icon_palettes/leppa_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_OranBerry[] = INCBIN_U8("graphics/items/icons/oran_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_OranBerry[] = INCBIN_U8("graphics/items/icon_palettes/oran_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PersimBerry[] = INCBIN_U8("graphics/items/icons/persim_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PersimBerry[] = INCBIN_U8("graphics/items/icon_palettes/persim_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LumBerry[] = INCBIN_U8("graphics/items/icons/lum_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_LumBerry[] = INCBIN_U8("graphics/items/icon_palettes/lum_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SitrusBerry[] = INCBIN_U8("graphics/items/icons/sitrus_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_SitrusBerry[] = INCBIN_U8("graphics/items/icon_palettes/sitrus_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FigyBerry[] = INCBIN_U8("graphics/items/icons/figy_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_FigyBerry[] = INCBIN_U8("graphics/items/icon_palettes/figy_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WikiBerry[] = INCBIN_U8("graphics/items/icons/wiki_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_WikiBerry[] = INCBIN_U8("graphics/items/icon_palettes/wiki_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MagoBerry[] = INCBIN_U8("graphics/items/icons/mago_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_MagoBerry[] = INCBIN_U8("graphics/items/icon_palettes/mago_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_AguavBerry[] = INCBIN_U8("graphics/items/icons/aguav_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_AguavBerry[] = INCBIN_U8("graphics/items/icon_palettes/aguav_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_IapapaBerry[] = INCBIN_U8("graphics/items/icons/iapapa_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_IapapaBerry[] = INCBIN_U8("graphics/items/icon_palettes/iapapa_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RazzBerry[] = INCBIN_U8("graphics/items/icons/razz_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_RazzBerry[] = INCBIN_U8("graphics/items/icon_palettes/razz_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BlukBerry[] = INCBIN_U8("graphics/items/icons/bluk_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_BlukBerry[] = INCBIN_U8("graphics/items/icon_palettes/bluk_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_NanabBerry[] = INCBIN_U8("graphics/items/icons/nanab_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_NanabBerry[] = INCBIN_U8("graphics/items/icon_palettes/nanab_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WepearBerry[] = INCBIN_U8("graphics/items/icons/wepear_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_WepearBerry[] = INCBIN_U8("graphics/items/icon_palettes/wepear_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PinapBerry[] = INCBIN_U8("graphics/items/icons/pinap_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PinapBerry[] = INCBIN_U8("graphics/items/icon_palettes/pinap_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PomegBerry[] = INCBIN_U8("graphics/items/icons/pomeg_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PomegBerry[] = INCBIN_U8("graphics/items/icon_palettes/pomeg_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_KelpsyBerry[] = INCBIN_U8("graphics/items/icons/kelpsy_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_KelpsyBerry[] = INCBIN_U8("graphics/items/icon_palettes/kelpsy_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_QualotBerry[] = INCBIN_U8("graphics/items/icons/qualot_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_QualotBerry[] = INCBIN_U8("graphics/items/icon_palettes/qualot_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HondewBerry[] = INCBIN_U8("graphics/items/icons/hondew_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_HondewBerry[] = INCBIN_U8("graphics/items/icon_palettes/hondew_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GrepaBerry[] = INCBIN_U8("graphics/items/icons/grepa_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_GrepaBerry[] = INCBIN_U8("graphics/items/icon_palettes/grepa_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TamatoBerry[] = INCBIN_U8("graphics/items/icons/tamato_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_TamatoBerry[] = INCBIN_U8("graphics/items/icon_palettes/tamato_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_CornnBerry[] = INCBIN_U8("graphics/items/icons/cornn_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_CornnBerry[] = INCBIN_U8("graphics/items/icon_palettes/cornn_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MagostBerry[] = INCBIN_U8("graphics/items/icons/magost_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_MagostBerry[] = INCBIN_U8("graphics/items/icon_palettes/magost_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RabutaBerry[] = INCBIN_U8("graphics/items/icons/rabuta_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_RabutaBerry[] = INCBIN_U8("graphics/items/icon_palettes/rabuta_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_NomelBerry[] = INCBIN_U8("graphics/items/icons/nomel_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_NomelBerry[] = INCBIN_U8("graphics/items/icon_palettes/nomel_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SpelonBerry[] = INCBIN_U8("graphics/items/icons/spelon_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_SpelonBerry[] = INCBIN_U8("graphics/items/icon_palettes/spelon_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PamtreBerry[] = INCBIN_U8("graphics/items/icons/pamtre_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PamtreBerry[] = INCBIN_U8("graphics/items/icon_palettes/pamtre_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WatmelBerry[] = INCBIN_U8("graphics/items/icons/watmel_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_WatmelBerry[] = INCBIN_U8("graphics/items/icon_palettes/watmel_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DurinBerry[] = INCBIN_U8("graphics/items/icons/durin_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_DurinBerry[] = INCBIN_U8("graphics/items/icon_palettes/durin_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BelueBerry[] = INCBIN_U8("graphics/items/icons/belue_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_BelueBerry[] = INCBIN_U8("graphics/items/icon_palettes/belue_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LiechiBerry[] = INCBIN_U8("graphics/items/icons/liechi_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_LiechiBerry[] = INCBIN_U8("graphics/items/icon_palettes/liechi_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GanlonBerry[] = INCBIN_U8("graphics/items/icons/ganlon_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_GanlonBerry[] = INCBIN_U8("graphics/items/icon_palettes/ganlon_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SalacBerry[] = INCBIN_U8("graphics/items/icons/salac_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_SalacBerry[] = INCBIN_U8("graphics/items/icon_palettes/salac_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PetayaBerry[] = INCBIN_U8("graphics/items/icons/petaya_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_PetayaBerry[] = INCBIN_U8("graphics/items/icon_palettes/petaya_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ApicotBerry[] = INCBIN_U8("graphics/items/icons/apicot_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_ApicotBerry[] = INCBIN_U8("graphics/items/icon_palettes/apicot_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LansatBerry[] = INCBIN_U8("graphics/items/icons/lansat_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_LansatBerry[] = INCBIN_U8("graphics/items/icon_palettes/lansat_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_StarfBerry[] = INCBIN_U8("graphics/items/icons/starf_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_StarfBerry[] = INCBIN_U8("graphics/items/icon_palettes/starf_berry.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_EnigmaBerry[] = INCBIN_U8("graphics/items/icons/enigma_berry.4bpp.lz");
|
||||
const u8 gItemIconPalette_EnigmaBerry[] = INCBIN_U8("graphics/items/icon_palettes/enigma_berry.gbapal.lz");
|
||||
|
||||
// Hold items
|
||||
|
||||
const u8 gItemIcon_BrightPowder[] = INCBIN_U8("graphics/items/icons/bright_powder.4bpp.lz");
|
||||
const u8 gItemIconPalette_BrightPowder[] = INCBIN_U8("graphics/items/icon_palettes/bright_powder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_InBattleHerb[] = INCBIN_U8("graphics/items/icons/in_battle_herb.4bpp.lz");
|
||||
const u8 gItemIconPalette_WhiteHerb[] = INCBIN_U8("graphics/items/icon_palettes/white_herb.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MachoBrace[] = INCBIN_U8("graphics/items/icons/macho_brace.4bpp.lz");
|
||||
const u8 gItemIconPalette_MachoBrace[] = INCBIN_U8("graphics/items/icon_palettes/macho_brace.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ExpShare[] = INCBIN_U8("graphics/items/icons/exp_share.4bpp.lz");
|
||||
const u8 gItemIconPalette_ExpShare[] = INCBIN_U8("graphics/items/icon_palettes/exp_share.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_QuickClaw[] = INCBIN_U8("graphics/items/icons/quick_claw.4bpp.lz");
|
||||
const u8 gItemIconPalette_QuickClaw[] = INCBIN_U8("graphics/items/icon_palettes/quick_claw.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SootheBell[] = INCBIN_U8("graphics/items/icons/soothe_bell.4bpp.lz");
|
||||
const u8 gItemIconPalette_SootheBell[] = INCBIN_U8("graphics/items/icon_palettes/soothe_bell.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_MentalHerb[] = INCBIN_U8("graphics/items/icon_palettes/mental_herb.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ChoiceBand[] = INCBIN_U8("graphics/items/icons/choice_band.4bpp.lz");
|
||||
const u8 gItemIconPalette_ChoiceBand[] = INCBIN_U8("graphics/items/icon_palettes/choice_band.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_KingsRock[] = INCBIN_U8("graphics/items/icons/kings_rock.4bpp.lz");
|
||||
const u8 gItemIconPalette_KingsRock[] = INCBIN_U8("graphics/items/icon_palettes/kings_rock.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SilverPowder[] = INCBIN_U8("graphics/items/icons/silver_powder.4bpp.lz");
|
||||
const u8 gItemIconPalette_SilverPowder[] = INCBIN_U8("graphics/items/icon_palettes/silver_powder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_AmuletCoin[] = INCBIN_U8("graphics/items/icons/amulet_coin.4bpp.lz");
|
||||
const u8 gItemIconPalette_AmuletCoin[] = INCBIN_U8("graphics/items/icon_palettes/amulet_coin.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_CleanseTag[] = INCBIN_U8("graphics/items/icons/cleanse_tag.4bpp.lz");
|
||||
const u8 gItemIconPalette_CleanseTag[] = INCBIN_U8("graphics/items/icon_palettes/cleanse_tag.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SoulDew[] = INCBIN_U8("graphics/items/icons/soul_dew.4bpp.lz");
|
||||
const u8 gItemIconPalette_SoulDew[] = INCBIN_U8("graphics/items/icon_palettes/soul_dew.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DeepSeaTooth[] = INCBIN_U8("graphics/items/icons/deep_sea_tooth.4bpp.lz");
|
||||
const u8 gItemIconPalette_DeepSeaTooth[] = INCBIN_U8("graphics/items/icon_palettes/deep_sea_tooth.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DeepSeaScale[] = INCBIN_U8("graphics/items/icons/deep_sea_scale.4bpp.lz");
|
||||
const u8 gItemIconPalette_DeepSeaScale[] = INCBIN_U8("graphics/items/icon_palettes/deep_sea_scale.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SmokeBall[] = INCBIN_U8("graphics/items/icons/smoke_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_SmokeBall[] = INCBIN_U8("graphics/items/icon_palettes/smoke_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Everstone[] = INCBIN_U8("graphics/items/icons/everstone.4bpp.lz");
|
||||
const u8 gItemIconPalette_Everstone[] = INCBIN_U8("graphics/items/icon_palettes/everstone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FocusBand[] = INCBIN_U8("graphics/items/icons/focus_band.4bpp.lz");
|
||||
const u8 gItemIconPalette_FocusBand[] = INCBIN_U8("graphics/items/icon_palettes/focus_band.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LuckyEgg[] = INCBIN_U8("graphics/items/icons/lucky_egg.4bpp.lz");
|
||||
const u8 gItemIconPalette_LuckyEgg[] = INCBIN_U8("graphics/items/icon_palettes/lucky_egg.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ScopeLens[] = INCBIN_U8("graphics/items/icons/scope_lens.4bpp.lz");
|
||||
const u8 gItemIconPalette_ScopeLens[] = INCBIN_U8("graphics/items/icon_palettes/scope_lens.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MetalCoat[] = INCBIN_U8("graphics/items/icons/metal_coat.4bpp.lz");
|
||||
const u8 gItemIconPalette_MetalCoat[] = INCBIN_U8("graphics/items/icon_palettes/metal_coat.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Leftovers[] = INCBIN_U8("graphics/items/icons/leftovers.4bpp.lz");
|
||||
const u8 gItemIconPalette_Leftovers[] = INCBIN_U8("graphics/items/icon_palettes/leftovers.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DragonScale[] = INCBIN_U8("graphics/items/icons/dragon_scale.4bpp.lz");
|
||||
const u8 gItemIconPalette_DragonScale[] = INCBIN_U8("graphics/items/icon_palettes/dragon_scale.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LightBall[] = INCBIN_U8("graphics/items/icons/light_ball.4bpp.lz");
|
||||
const u8 gItemIconPalette_LightBall[] = INCBIN_U8("graphics/items/icon_palettes/light_ball.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SoftSand[] = INCBIN_U8("graphics/items/icons/soft_sand.4bpp.lz");
|
||||
const u8 gItemIconPalette_SoftSand[] = INCBIN_U8("graphics/items/icon_palettes/soft_sand.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HardStone[] = INCBIN_U8("graphics/items/icons/hard_stone.4bpp.lz");
|
||||
const u8 gItemIconPalette_HardStone[] = INCBIN_U8("graphics/items/icon_palettes/hard_stone.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MiracleSeed[] = INCBIN_U8("graphics/items/icons/miracle_seed.4bpp.lz");
|
||||
const u8 gItemIconPalette_MiracleSeed[] = INCBIN_U8("graphics/items/icon_palettes/miracle_seed.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BlackGlasses[] = INCBIN_U8("graphics/items/icons/black_glasses.4bpp.lz");
|
||||
const u8 gItemIconPalette_BlackTypeEnhancingItem[] = INCBIN_U8("graphics/items/icon_palettes/black_type_enhancing_item.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BlackBelt[] = INCBIN_U8("graphics/items/icons/black_belt.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Magnet[] = INCBIN_U8("graphics/items/icons/magnet.4bpp.lz");
|
||||
const u8 gItemIconPalette_Magnet[] = INCBIN_U8("graphics/items/icon_palettes/magnet.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MysticWater[] = INCBIN_U8("graphics/items/icons/mystic_water.4bpp.lz");
|
||||
const u8 gItemIconPalette_MysticWater[] = INCBIN_U8("graphics/items/icon_palettes/mystic_water.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SharpBeak[] = INCBIN_U8("graphics/items/icons/sharp_beak.4bpp.lz");
|
||||
const u8 gItemIconPalette_SharpBeak[] = INCBIN_U8("graphics/items/icon_palettes/sharp_beak.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PoisonBarb[] = INCBIN_U8("graphics/items/icons/poison_barb.4bpp.lz");
|
||||
const u8 gItemIconPalette_PoisonBarb[] = INCBIN_U8("graphics/items/icon_palettes/poison_barb.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_NeverMeltIce[] = INCBIN_U8("graphics/items/icons/never_melt_ice.4bpp.lz");
|
||||
const u8 gItemIconPalette_NeverMeltIce[] = INCBIN_U8("graphics/items/icon_palettes/never_melt_ice.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SpellTag[] = INCBIN_U8("graphics/items/icons/spell_tag.4bpp.lz");
|
||||
const u8 gItemIconPalette_SpellTag[] = INCBIN_U8("graphics/items/icon_palettes/spell_tag.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TwistedSpoon[] = INCBIN_U8("graphics/items/icons/twisted_spoon.4bpp.lz");
|
||||
const u8 gItemIconPalette_TwistedSpoon[] = INCBIN_U8("graphics/items/icon_palettes/twisted_spoon.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Charcoal[] = INCBIN_U8("graphics/items/icons/charcoal.4bpp.lz");
|
||||
const u8 gItemIconPalette_Charcoal[] = INCBIN_U8("graphics/items/icon_palettes/charcoal.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DragonFang[] = INCBIN_U8("graphics/items/icons/dragon_fang.4bpp.lz");
|
||||
const u8 gItemIconPalette_DragonFang[] = INCBIN_U8("graphics/items/icon_palettes/dragon_fang.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SilkScarf[] = INCBIN_U8("graphics/items/icons/silk_scarf.4bpp.lz");
|
||||
const u8 gItemIconPalette_SilkScarf[] = INCBIN_U8("graphics/items/icon_palettes/silk_scarf.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_UpGrade[] = INCBIN_U8("graphics/items/icons/up_grade.4bpp.lz");
|
||||
const u8 gItemIconPalette_UpGrade[] = INCBIN_U8("graphics/items/icon_palettes/up_grade.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ShellBell[] = INCBIN_U8("graphics/items/icons/shell_bell.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_SeaIncense[] = INCBIN_U8("graphics/items/icons/sea_incense.4bpp.lz");
|
||||
const u8 gItemIconPalette_SeaIncense[] = INCBIN_U8("graphics/items/icon_palettes/sea_incense.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LaxIncense[] = INCBIN_U8("graphics/items/icons/lax_incense.4bpp.lz");
|
||||
const u8 gItemIconPalette_LaxIncense[] = INCBIN_U8("graphics/items/icon_palettes/lax_incense.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LuckyPunch[] = INCBIN_U8("graphics/items/icons/lucky_punch.4bpp.lz");
|
||||
const u8 gItemIconPalette_LuckyPunch[] = INCBIN_U8("graphics/items/icon_palettes/lucky_punch.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MetalPowder[] = INCBIN_U8("graphics/items/icons/metal_powder.4bpp.lz");
|
||||
const u8 gItemIconPalette_MetalPowder[] = INCBIN_U8("graphics/items/icon_palettes/metal_powder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ThickClub[] = INCBIN_U8("graphics/items/icons/thick_club.4bpp.lz");
|
||||
const u8 gItemIconPalette_ThickClub[] = INCBIN_U8("graphics/items/icon_palettes/thick_club.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Stick[] = INCBIN_U8("graphics/items/icons/stick.4bpp.lz");
|
||||
const u8 gItemIconPalette_Stick[] = INCBIN_U8("graphics/items/icon_palettes/stick.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Scarf[] = INCBIN_U8("graphics/items/icons/scarf.4bpp.lz");
|
||||
const u8 gItemIconPalette_RedScarf[] = INCBIN_U8("graphics/items/icon_palettes/red_scarf.gbapal.lz");
|
||||
const u8 gItemIconPalette_BlueScarf[] = INCBIN_U8("graphics/items/icon_palettes/blue_scarf.gbapal.lz");
|
||||
const u8 gItemIconPalette_PinkScarf[] = INCBIN_U8("graphics/items/icon_palettes/pink_scarf.gbapal.lz");
|
||||
const u8 gItemIconPalette_GreenScarf[] = INCBIN_U8("graphics/items/icon_palettes/green_scarf.gbapal.lz");
|
||||
const u8 gItemIconPalette_YellowScarf[] = INCBIN_U8("graphics/items/icon_palettes/yellow_scarf.gbapal.lz");
|
||||
|
||||
// Key items
|
||||
|
||||
const u8 gItemIcon_MachBike[] = INCBIN_U8("graphics/items/icons/mach_bike.4bpp.lz");
|
||||
const u8 gItemIconPalette_MachBike[] = INCBIN_U8("graphics/items/icon_palettes/mach_bike.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_CoinCase[] = INCBIN_U8("graphics/items/icons/coin_case.4bpp.lz");
|
||||
const u8 gItemIconPalette_CoinCase[] = INCBIN_U8("graphics/items/icon_palettes/coin_case.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Itemfinder[] = INCBIN_U8("graphics/items/icons/itemfinder.4bpp.lz");
|
||||
const u8 gItemIconPalette_Itemfinder[] = INCBIN_U8("graphics/items/icon_palettes/itemfinder.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_OldRod[] = INCBIN_U8("graphics/items/icons/old_rod.4bpp.lz");
|
||||
const u8 gItemIconPalette_OldRod[] = INCBIN_U8("graphics/items/icon_palettes/old_rod.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GoodRod[] = INCBIN_U8("graphics/items/icons/good_rod.4bpp.lz");
|
||||
const u8 gItemIconPalette_GoodRod[] = INCBIN_U8("graphics/items/icon_palettes/good_rod.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SuperRod[] = INCBIN_U8("graphics/items/icons/super_rod.4bpp.lz");
|
||||
const u8 gItemIconPalette_SuperRod[] = INCBIN_U8("graphics/items/icon_palettes/super_rod.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SSTicket[] = INCBIN_U8("graphics/items/icons/ss_ticket.4bpp.lz");
|
||||
const u8 gItemIconPalette_SSTicket[] = INCBIN_U8("graphics/items/icon_palettes/ss_ticket.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_ContestPass[] = INCBIN_U8("graphics/items/icons/contest_pass.4bpp.lz");
|
||||
const u8 gItemIconPalette_ContestPass[] = INCBIN_U8("graphics/items/icon_palettes/contest_pass.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_WailmerPail[] = INCBIN_U8("graphics/items/icons/wailmer_pail.4bpp.lz");
|
||||
const u8 gItemIconPalette_WailmerPail[] = INCBIN_U8("graphics/items/icon_palettes/wailmer_pail.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_DevonGoods[] = INCBIN_U8("graphics/items/icons/devon_goods.4bpp.lz");
|
||||
const u8 gItemIconPalette_DevonGoods[] = INCBIN_U8("graphics/items/icon_palettes/devon_goods.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SootSack[] = INCBIN_U8("graphics/items/icons/soot_sack.4bpp.lz");
|
||||
const u8 gItemIconPalette_SootSack[] = INCBIN_U8("graphics/items/icon_palettes/soot_sack.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BasementKey[] = INCBIN_U8("graphics/items/icons/basement_key.4bpp.lz");
|
||||
const u8 gItemIconPalette_OldKey[] = INCBIN_U8("graphics/items/icon_palettes/old_key.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_AcroBike[] = INCBIN_U8("graphics/items/icons/acro_bike.4bpp.lz");
|
||||
const u8 gItemIconPalette_AcroBike[] = INCBIN_U8("graphics/items/icon_palettes/acro_bike.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PokeblockCase[] = INCBIN_U8("graphics/items/icons/pokeblock_case.4bpp.lz");
|
||||
const u8 gItemIconPalette_PokeblockCase[] = INCBIN_U8("graphics/items/icon_palettes/pokeblock_case.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Letter[] = INCBIN_U8("graphics/items/icons/letter.4bpp.lz");
|
||||
const u8 gItemIcon_EonTicket[] = INCBIN_U8("graphics/items/icons/eon_ticket.4bpp.lz");
|
||||
|
||||
const u8 gItemIconPalette_EonTicket[] = INCBIN_U8("graphics/items/icon_palettes/eon_ticket.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Orb[] = INCBIN_U8("graphics/items/icons/orb.4bpp.lz");
|
||||
const u8 gItemIconPalette_RedOrb[] = INCBIN_U8("graphics/items/icon_palettes/red_orb.gbapal.lz");
|
||||
const u8 gItemIconPalette_BlueOrb[] = INCBIN_U8("graphics/items/icon_palettes/blue_orb.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Scanner[] = INCBIN_U8("graphics/items/icons/scanner.4bpp.lz");
|
||||
const u8 gItemIconPalette_Scanner[] = INCBIN_U8("graphics/items/icon_palettes/scanner.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GoGoggles[] = INCBIN_U8("graphics/items/icons/go_goggles.4bpp.lz");
|
||||
const u8 gItemIconPalette_GoGoggles[] = INCBIN_U8("graphics/items/icon_palettes/go_goggles.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Meteorite[] = INCBIN_U8("graphics/items/icons/meteorite.4bpp.lz");
|
||||
const u8 gItemIconPalette_Meteorite[] = INCBIN_U8("graphics/items/icon_palettes/meteorite.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Room1Key[] = INCBIN_U8("graphics/items/icons/room1_key.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Room2Key[] = INCBIN_U8("graphics/items/icons/room2_key.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Room4Key[] = INCBIN_U8("graphics/items/icons/room4_key.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_Room6Key[] = INCBIN_U8("graphics/items/icons/room6_key.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_StorageKey[] = INCBIN_U8("graphics/items/icons/storage_key.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_RootFossil[] = INCBIN_U8("graphics/items/icons/root_fossil.4bpp.lz");
|
||||
const u8 gItemIconPalette_HoennFossil[] = INCBIN_U8("graphics/items/icon_palettes/hoenn_fossil.gbapal.lz");
|
||||
const u8 gItemIcon_ClawFossil[] = INCBIN_U8("graphics/items/icons/claw_fossil.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_DevonScope[] = INCBIN_U8("graphics/items/icons/devon_scope.4bpp.lz");
|
||||
const u8 gItemIconPalette_DevonScope[] = INCBIN_U8("graphics/items/icon_palettes/devon_scope.gbapal.lz");
|
||||
|
||||
// TMs/HMs
|
||||
|
||||
const u8 gItemIcon_TM[] = INCBIN_U8("graphics/items/icons/tm.4bpp.lz");
|
||||
|
||||
const u8 gItemIconPalette_FightingTMHM[] = INCBIN_U8("graphics/items/icon_palettes/fighting_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_DragonTMHM[] = INCBIN_U8("graphics/items/icon_palettes/dragon_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_WaterTMHM[] = INCBIN_U8("graphics/items/icon_palettes/water_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_PsychicTMHM[] = INCBIN_U8("graphics/items/icon_palettes/psychic_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_NormalTMHM[] = INCBIN_U8("graphics/items/icon_palettes/normal_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_PoisonTMHM[] = INCBIN_U8("graphics/items/icon_palettes/poison_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_IceTMHM[] = INCBIN_U8("graphics/items/icon_palettes/ice_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_GrassTMHM[] = INCBIN_U8("graphics/items/icon_palettes/grass_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_FireTMHM[] = INCBIN_U8("graphics/items/icon_palettes/fire_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_DarkTMHM[] = INCBIN_U8("graphics/items/icon_palettes/dark_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_SteelTMHM[] = INCBIN_U8("graphics/items/icon_palettes/steel_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_ElectricTMHM[] = INCBIN_U8("graphics/items/icon_palettes/electric_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_GroundTMHM[] = INCBIN_U8("graphics/items/icon_palettes/ground_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_GhostTMHM[] = INCBIN_U8("graphics/items/icon_palettes/ghost_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_RockTMHM[] = INCBIN_U8("graphics/items/icon_palettes/rock_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_FlyingTMHM[] = INCBIN_U8("graphics/items/icon_palettes/flying_tm_hm.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HM[] = INCBIN_U8("graphics/items/icons/hm.4bpp.lz");
|
||||
|
||||
// FireRed/LeafGreen key items
|
||||
|
||||
const u8 gItemIcon_OaksParcel[] = INCBIN_U8("graphics/items/icons/oaks_parcel.4bpp.lz");
|
||||
const u8 gItemIconPalette_OaksParcel[] = INCBIN_U8("graphics/items/icon_palettes/oaks_parcel.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PokeFlute[] = INCBIN_U8("graphics/items/icons/poke_flute.4bpp.lz");
|
||||
const u8 gItemIconPalette_PokeFlute[] = INCBIN_U8("graphics/items/icon_palettes/poke_flute.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_SecretKey[] = INCBIN_U8("graphics/items/icons/secret_key.4bpp.lz");
|
||||
const u8 gItemIconPalette_SecretKey[] = INCBIN_U8("graphics/items/icon_palettes/secret_key.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BikeVoucher[] = INCBIN_U8("graphics/items/icons/bike_voucher.4bpp.lz");
|
||||
const u8 gItemIconPalette_BikeVoucher[] = INCBIN_U8("graphics/items/icon_palettes/bike_voucher.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_GoldTeeth[] = INCBIN_U8("graphics/items/icons/gold_teeth.4bpp.lz");
|
||||
const u8 gItemIconPalette_GoldTeeth[] = INCBIN_U8("graphics/items/icon_palettes/gold_teeth.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_OldAmber[] = INCBIN_U8("graphics/items/icons/old_amber.4bpp.lz");
|
||||
const u8 gItemIconPalette_OldAmber[] = INCBIN_U8("graphics/items/icon_palettes/old_amber.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_CardKey[] = INCBIN_U8("graphics/items/icons/card_key.4bpp.lz");
|
||||
const u8 gItemIconPalette_CardKey[] = INCBIN_U8("graphics/items/icon_palettes/card_key.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_LiftKey[] = INCBIN_U8("graphics/items/icons/lift_key.4bpp.lz");
|
||||
const u8 gItemIconPalette_Key[] = INCBIN_U8("graphics/items/icon_palettes/key.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_HelixFossil[] = INCBIN_U8("graphics/items/icons/helix_fossil.4bpp.lz");
|
||||
const u8 gItemIconPalette_KantoFossil[] = INCBIN_U8("graphics/items/icon_palettes/kanto_fossil.gbapal.lz");
|
||||
const u8 gItemIcon_DomeFossil[] = INCBIN_U8("graphics/items/icons/dome_fossil.4bpp.lz");
|
||||
|
||||
const u8 gItemIcon_SilphScope[] = INCBIN_U8("graphics/items/icons/silph_scope.4bpp.lz");
|
||||
const u8 gItemIconPalette_SilphScope[] = INCBIN_U8("graphics/items/icon_palettes/silph_scope.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Bicycle[] = INCBIN_U8("graphics/items/icons/bicycle.4bpp.lz");
|
||||
const u8 gItemIconPalette_Bicycle[] = INCBIN_U8("graphics/items/icon_palettes/bicycle.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TownMap[] = INCBIN_U8("graphics/items/icons/town_map.4bpp.lz");
|
||||
const u8 gItemIconPalette_TownMap[] = INCBIN_U8("graphics/items/icon_palettes/town_map.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_VSSeeker[] = INCBIN_U8("graphics/items/icons/vs_seeker.4bpp.lz");
|
||||
const u8 gItemIconPalette_VSSeeker[] = INCBIN_U8("graphics/items/icon_palettes/vs_seeker.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_FameChecker[] = INCBIN_U8("graphics/items/icons/fame_checker.4bpp.lz");
|
||||
const u8 gItemIconPalette_FameChecker[] = INCBIN_U8("graphics/items/icon_palettes/fame_checker.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TMCase[] = INCBIN_U8("graphics/items/icons/tm_case.4bpp.lz");
|
||||
const u8 gItemIconPalette_TMCase[] = INCBIN_U8("graphics/items/icon_palettes/tm_case.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_BerryPouch[] = INCBIN_U8("graphics/items/icons/berry_pouch.4bpp.lz");
|
||||
const u8 gItemIconPalette_BerryPouch[] = INCBIN_U8("graphics/items/icon_palettes/berry_pouch.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TeachyTV[] = INCBIN_U8("graphics/items/icons/teachy_tv.4bpp.lz");
|
||||
const u8 gItemIconPalette_TeachyTV[] = INCBIN_U8("graphics/items/icon_palettes/teachy_tv.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_TriPass[] = INCBIN_U8("graphics/items/icons/tri_pass.4bpp.lz");
|
||||
const u8 gItemIconPalette_TriPass[] = INCBIN_U8("graphics/items/icon_palettes/tri_pass.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_RainbowPass[] = INCBIN_U8("graphics/items/icons/rainbow_pass.4bpp.lz");
|
||||
const u8 gItemIconPalette_RainbowPass[] = INCBIN_U8("graphics/items/icon_palettes/rainbow_pass.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_Tea[] = INCBIN_U8("graphics/items/icons/tea.4bpp.lz");
|
||||
const u8 gItemIconPalette_Tea[] = INCBIN_U8("graphics/items/icon_palettes/tea.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_MysticTicket[] = INCBIN_U8("graphics/items/icons/mystic_ticket.4bpp.lz");
|
||||
const u8 gItemIconPalette_MysticTicket[] = INCBIN_U8("graphics/items/icon_palettes/mystic_ticket.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_AuroraTicket[] = INCBIN_U8("graphics/items/icons/aurora_ticket.4bpp.lz");
|
||||
const u8 gItemIconPalette_AuroraTicket[] = INCBIN_U8("graphics/items/icon_palettes/aurora_ticket.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_PowderJar[] = INCBIN_U8("graphics/items/icons/powder_jar.4bpp.lz");
|
||||
const u8 gItemIconPalette_PowderJar[] = INCBIN_U8("graphics/items/icon_palettes/powder_jar.gbapal.lz");
|
||||
|
||||
const u8 gItemIconPalette_Ruby[] = INCBIN_U8("graphics/items/icon_palettes/ruby.gbapal.lz");
|
||||
const u8 gItemIcon_Gem[] = INCBIN_U8("graphics/items/icons/gem.4bpp.lz");
|
||||
const u8 gItemIconPalette_Sapphire[] = INCBIN_U8("graphics/items/icon_palettes/sapphire.gbapal.lz");
|
||||
|
||||
// Emerald-only key items
|
||||
|
||||
const u8 gItemIcon_MagmaEmblem[] = INCBIN_U8("graphics/items/icons/magma_emblem.4bpp.lz");
|
||||
const u8 gItemIconPalette_MagmaEmblem[] = INCBIN_U8("graphics/items/icon_palettes/magma_emblem.gbapal.lz");
|
||||
|
||||
const u8 gItemIcon_OldSeaMap[] = INCBIN_U8("graphics/items/icons/old_sea_map.4bpp.lz");
|
||||
const u8 gItemIconPalette_OldSeaMap[] = INCBIN_U8("graphics/items/icon_palettes/old_sea_map.gbapal.lz");
|
||||
@@ -0,0 +1,38 @@
|
||||
const u16 gMailPalette_Orange[] = INCBIN_U16("graphics/mail/orange/palette.gbapal");
|
||||
const u16 gMailPalette_Harbor[] = INCBIN_U16("graphics/mail/harbor/palette.gbapal");
|
||||
const u16 gMailPalette_Glitter[] = INCBIN_U16("graphics/mail/glitter/palette.gbapal");
|
||||
const u16 gMailPalette_Mech[] = INCBIN_U16("graphics/mail/mech/palette.gbapal");
|
||||
const u16 gMailPalette_Wood[] = INCBIN_U16("graphics/mail/wood/palette.gbapal");
|
||||
const u16 gMailPalette_Wave[] = INCBIN_U16("graphics/mail/wave/palette.gbapal");
|
||||
const u16 gMailPalette_Bead[] = INCBIN_U16("graphics/mail/bead/palette.gbapal");
|
||||
const u16 gMailPalette_Shadow[] = INCBIN_U16("graphics/mail/shadow/palette.gbapal");
|
||||
const u16 gMailPalette_Tropic[] = INCBIN_U16("graphics/mail/tropic/palette.gbapal");
|
||||
const u16 gMailPalette_Dream[] = INCBIN_U16("graphics/mail/dream/palette.gbapal");
|
||||
const u16 gMailPalette_Fab[] = INCBIN_U16("graphics/mail/fab/palette.gbapal");
|
||||
const u16 gMailPalette_Retro[] = INCBIN_U16("graphics/mail/retro/palette.gbapal");
|
||||
|
||||
const u8 gMailTiles_Orange[] = INCBIN_U8("graphics/mail/orange/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Harbor[] = INCBIN_U8("graphics/mail/harbor/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Glitter[] = INCBIN_U8("graphics/mail/glitter/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Mech[] = INCBIN_U8("graphics/mail/mech/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Wood[] = INCBIN_U8("graphics/mail/wood/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Wave[] = INCBIN_U8("graphics/mail/wave/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Bead[] = INCBIN_U8("graphics/mail/bead/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Shadow[] = INCBIN_U8("graphics/mail/shadow/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Tropic[] = INCBIN_U8("graphics/mail/tropic/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Dream[] = INCBIN_U8("graphics/mail/dream/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Fab[] = INCBIN_U8("graphics/mail/fab/tiles.4bpp.lz");
|
||||
const u8 gMailTiles_Retro[] = INCBIN_U8("graphics/mail/retro/tiles.4bpp.lz");
|
||||
|
||||
const u16 gMailTilemap_Orange[] = INCBIN_U16("graphics/mail/orange/map.bin.lz");
|
||||
const u16 gMailTilemap_Harbor[] = INCBIN_U16("graphics/mail/harbor/map.bin.lz");
|
||||
const u16 gMailTilemap_Glitter[] = INCBIN_U16("graphics/mail/glitter/map.bin.lz");
|
||||
const u16 gMailTilemap_Mech[] = INCBIN_U16("graphics/mail/mech/map.bin.lz");
|
||||
const u16 gMailTilemap_Wood[] = INCBIN_U16("graphics/mail/wood/map.bin.lz");
|
||||
const u16 gMailTilemap_Wave[] = INCBIN_U16("graphics/mail/wave/map.bin.lz");
|
||||
const u16 gMailTilemap_Bead[] = INCBIN_U16("graphics/mail/bead/map.bin.lz");
|
||||
const u16 gMailTilemap_Shadow[] = INCBIN_U16("graphics/mail/shadow/map.bin.lz");
|
||||
const u16 gMailTilemap_Tropic[] = INCBIN_U16("graphics/mail/tropic/map.bin.lz");
|
||||
const u16 gMailTilemap_Dream[] = INCBIN_U16("graphics/mail/dream/map.bin.lz");
|
||||
const u16 gMailTilemap_Fab[] = INCBIN_U16("graphics/mail/fab/map.bin.lz");
|
||||
const u16 gMailTilemap_Retro[] = INCBIN_U16("graphics/mail/retro/map.bin.lz");
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,73 @@
|
||||
const u8 gRaySceneGroudon_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/groudon.4bpp.lz");
|
||||
const u8 gRaySceneGroudon2_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/groudon_shoulder.4bpp.lz");
|
||||
const u8 gRaySceneGroudon3_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/groudon_claw.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneKyogre_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/kyogre.4bpp.lz");
|
||||
const u8 gRaySceneKyogre2_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/kyogre_shoulder.4bpp.lz");
|
||||
const u8 gRaySceneKyogre3_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/kyogre_fin.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneGroudon_Pal[] = INCBIN_U8("graphics/rayquaza_scene/groudon.gbapal.lz");
|
||||
const u8 gRaySceneKyogre_Pal[] = INCBIN_U8("graphics/rayquaza_scene/kyogre.gbapal.lz");
|
||||
|
||||
const u8 gRaySceneClouds_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/clouds.4bpp.lz");
|
||||
const u8 gRaySceneClouds_Pal[] = INCBIN_U8("graphics/rayquaza_scene/clouds.gbapal.lz"); // pal 1 clouds, pal 2 rain
|
||||
const u16 gRaySceneClouds1_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/clouds1.bin.lz");
|
||||
const u16 gRaySceneClouds2_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/clouds2.bin.lz");
|
||||
const u16 gRaySceneClouds3_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/clouds3.bin.lz");
|
||||
|
||||
const u8 gRaySceneSmoke_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/smoke.4bpp.lz");
|
||||
const u8 gRaySceneSmoke_Pal[] = INCBIN_U8("graphics/rayquaza_scene/smoke.gbapal.lz");
|
||||
|
||||
const u16 gRaySceneRayquaza_Gfx[] = INCBIN_U16("graphics/rayquaza_scene/rayquaza.8bpp.lz");
|
||||
const u8 gRaySceneRayquaza_Pal[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza.gbapal.lz");
|
||||
const u16 gRaySceneRayquaza_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/rayquaza.bin.lz");
|
||||
|
||||
const u8 gRaySceneOvercast_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/overcast.4bpp.lz"); // uses pal 2 of gRaySceneRayquaza_Pal
|
||||
const u16 gRaySceneOvercast_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/overcast.bin.lz");
|
||||
|
||||
const u8 gRaySceneRayquazaFly1_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_fly1.4bpp.lz");
|
||||
const u8 gRaySceneRayquazaTail_Gfx[] = INCBIN_U8( "graphics/rayquaza_scene/rayquaza_tail_fix.4bpp.lz"); // for some reason there are an extra 0xC bytes at the end of the original 4bpp, so in order to produce the correct lz, we have to cat the bytes at the end with a make rule. not sure why those bytes are there, it may have been a bug in Game Freak's software.
|
||||
|
||||
const u8 gRaySceneOvercast2_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/overcast2.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneRayquazaLight_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_light.4bpp.lz"); // uses pal 2 of gRaySceneOvercast2_Pal
|
||||
|
||||
const u8 gRaySceneOvercast2_Pal[] = INCBIN_U8("graphics/rayquaza_scene/overcast2.gbapal.lz");
|
||||
const u16 gRaySceneOvercast2_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/overcast2.bin.lz");
|
||||
|
||||
const u8 gRaySceneRayquazaLight_Tilemap[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_light.bin.lz");
|
||||
|
||||
const u8 gRaySceneChaseBg_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/chase_bg.4bpp.lz");
|
||||
const u16 gRaySceneChaseBg_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/chase_bg.bin.lz");
|
||||
|
||||
const u8 gRaySceneChaseStreaks_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/chase_streaks.4bpp.lz");
|
||||
const u16 gRaySceneChaseStreaks_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/chase_streaks.bin.lz");
|
||||
|
||||
const u8 gRaySceneRayquazaChase_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_chase.4bpp.lz");
|
||||
const u16 gRayChaseRayquazaChase_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/rayquaza_chase.bin.lz");
|
||||
const u16 gRayChaseRayquazaChase2_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/rayquaza_chase2.bin.lz");
|
||||
|
||||
const u8 gRaySceneChase_Pal[] = INCBIN_U8("graphics/rayquaza_scene/chase.gbapal.lz");
|
||||
|
||||
const u8 gRaySceneGroudonLeft_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/groudon_left.4bpp.lz");
|
||||
const u8 gRaySceneGroudonTail_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/groudon_tail.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneKyogreRight_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/kyogre_right.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneRayquazaHover_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_hover.4bpp.lz");
|
||||
const u8 gRaySceneRayquazaFlyIn_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_flyin.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneSplash_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/splash.4bpp.lz");
|
||||
|
||||
const u8 gRaySceneGroudonLeft_Pal[] = INCBIN_U8("graphics/rayquaza_scene/groudon_left.gbapal.lz");
|
||||
const u8 gRaySceneKyogreRight_Pal[] = INCBIN_U8("graphics/rayquaza_scene/kyogre_right.gbapal.lz");
|
||||
const u8 gRaySceneRayquazaHover_Pal[] = INCBIN_U8("graphics/rayquaza_scene/rayquaza_hover.gbapal.lz");
|
||||
|
||||
const u8 gRaySceneSplash_Pal[] = INCBIN_U8("graphics/rayquaza_scene/splash.gbapal.lz");
|
||||
|
||||
const u8 gRaySceneHushBg_Gfx[] = INCBIN_U8("graphics/rayquaza_scene/hush_bg.4bpp.lz");
|
||||
const u16 gRaySceneHushRing_Gfx[] = INCBIN_U16("graphics/rayquaza_scene/hush_ring.8bpp.lz");
|
||||
const u16 gRaySceneHushBg_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/hush_bg.bin.lz");
|
||||
const u16 gRaySceneHushRing_Tilemap[] = INCBIN_U16("graphics/rayquaza_scene/hush_ring.bin.lz");
|
||||
const u16 gRaySceneHushRing_Map[] = INCBIN_U16("graphics/rayquaza_scene/hush_ring_map.bin.lz");
|
||||
const u8 gRaySceneHushBg_Pal[] = INCBIN_U8("graphics/rayquaza_scene/hush_bg.gbapal.lz");
|
||||
@@ -0,0 +1,60 @@
|
||||
const u16 gSlotMachineMenu_Pal[] = INCBIN_U16("graphics/slot_machine/menu.gbapal");
|
||||
const u8 gSlotMachineMenu_Gfx[] = INCBIN_U8("graphics/slot_machine/menu.4bpp.lz");
|
||||
const u16 gSlotMachineMenu_Tilemap[] = INCBIN_U16("graphics/slot_machine/menu.bin");
|
||||
|
||||
const u16 gUnknown_08DCEC70[] = INCBIN_U16("graphics/slot_machine/slots_layout.bin");
|
||||
|
||||
const u16 gUnknown_08DCF170[] = INCBIN_U16("graphics/slot_machine/reel_symbols/1.gbapal");
|
||||
|
||||
const u16 gUnknown_08DCF190[] = INCBIN_U16("graphics/slot_machine/reel_pikachu.gbapal");
|
||||
|
||||
const u16 gUnknown_08DCF1B0[] = INCBIN_U16("graphics/slot_machine/shadow.gbapal");
|
||||
|
||||
const u16 gSlotMachineReelTime_Pal[] = INCBIN_U16("graphics/slot_machine/reel_time.gbapal");
|
||||
|
||||
const u16 gUnknown_08DCF1F0[] = INCBIN_U16("graphics/slot_machine/smoke.gbapal"); // also duck and pika aura
|
||||
|
||||
const u16 gUnknown_08DCF210[] = INCBIN_U16("graphics/slot_machine/reel_time_explosion/0.gbapal");
|
||||
|
||||
const u16 gUnknown_08DCF230[] = INCBIN_U16("graphics/slot_machine/spr6.gbapal");
|
||||
|
||||
const u8 gSlotMachineReelSymbol1Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/1.4bpp");
|
||||
const u8 gSlotMachineReelSymbol2Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/2.4bpp");
|
||||
const u8 gSlotMachineReelSymbol3Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/3.4bpp");
|
||||
const u8 gSlotMachineReelSymbol4Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/4.4bpp");
|
||||
const u8 gSlotMachineReelSymbol5Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/5.4bpp");
|
||||
const u8 gSlotMachineReelSymbol6Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/6.4bpp");
|
||||
const u8 gSlotMachineReelSymbol7Tiles[] = INCBIN_U8("graphics/slot_machine/reel_symbols/7.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTime_Gfx[] = INCBIN_U8("graphics/slot_machine/reel_time.4bpp.lz");
|
||||
|
||||
const u8 gSlotMachineNumber0Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/0.4bpp");
|
||||
const u8 gSlotMachineNumber1Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/1.4bpp");
|
||||
const u8 gSlotMachineNumber2Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/2.4bpp");
|
||||
const u8 gSlotMachineNumber3Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/3.4bpp");
|
||||
const u8 gSlotMachineNumber4Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/4.4bpp");
|
||||
const u8 gSlotMachineNumber5Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/5.4bpp");
|
||||
const u8 gSlotMachineNumber6Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/6.4bpp");
|
||||
const u8 gSlotMachineNumber7Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/7.4bpp");
|
||||
const u8 gSlotMachineNumber8Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/8.4bpp");
|
||||
const u8 gSlotMachineNumber9Tiles[] = INCBIN_U8("graphics/slot_machine/numbers/9.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTimeBolt[] = INCBIN_U8("graphics/slot_machine/bolt.4bpp");
|
||||
const u8 gSlotMachineReelTimeDuck[] = INCBIN_U8("graphics/slot_machine/duck.4bpp");
|
||||
const u8 gSlotMachineReelTimeSmoke[] = INCBIN_U8("graphics/slot_machine/smoke.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTimeNumber0[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/0.4bpp");
|
||||
const u8 gSlotMachineReelTimeNumber1[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/1.4bpp");
|
||||
const u8 gSlotMachineReelTimeNumber2[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/2.4bpp");
|
||||
const u8 gSlotMachineReelTimeNumber3[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/3.4bpp");
|
||||
const u8 gSlotMachineReelTimeNumber4[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/4.4bpp");
|
||||
const u8 gSlotMachineReelTimeNumber5[] = INCBIN_U8("graphics/slot_machine/reel_time_numbers/5.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTimeLargeBolt0[] = INCBIN_U8("graphics/slot_machine/large_bolt/0.4bpp");
|
||||
const u8 gSlotMachineReelTimeLargeBolt1[] = INCBIN_U8("graphics/slot_machine/large_bolt/1.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTimeExplosion0[] = INCBIN_U8("graphics/slot_machine/reel_time_explosion/0.4bpp");
|
||||
const u8 gSlotMachineReelTimeExplosion1[] = INCBIN_U8("graphics/slot_machine/reel_time_explosion/1.4bpp");
|
||||
|
||||
const u8 gSlotMachineReelTimeShadow[] = INCBIN_U8("graphics/slot_machine/shadow.4bpp");
|
||||
const u8 gSlotMachineReelTimePikaAura[] = INCBIN_U8("graphics/slot_machine/pika_aura.4bpp");
|
||||
@@ -0,0 +1,290 @@
|
||||
const u8 gTrainerFrontPic_Hiker[] = INCBIN_U8("graphics/trainers/front_pics/hiker_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Hiker[] = INCBIN_U8("graphics/trainers/palettes/hiker.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AquaGruntM[] = INCBIN_U8("graphics/trainers/front_pics/aqua_grunt_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AquaGruntM[] = INCBIN_U8("graphics/trainers/palettes/aqua_grunt_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PokemonBreederF[] = INCBIN_U8("graphics/trainers/front_pics/pokemon_breeder_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PokemonBreederF[] = INCBIN_U8("graphics/trainers/palettes/pokemon_breeder_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_CoolTrainerM[] = INCBIN_U8("graphics/trainers/front_pics/cool_trainer_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_CoolTrainerM[] = INCBIN_U8("graphics/trainers/palettes/cool_trainer_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_BirdKeeper[] = INCBIN_U8("graphics/trainers/front_pics/bird_keeper_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_BirdKeeper[] = INCBIN_U8("graphics/trainers/palettes/bird_keeper.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Collector[] = INCBIN_U8("graphics/trainers/front_pics/collector_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Collector[] = INCBIN_U8("graphics/trainers/palettes/collector.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AquaGruntF[] = INCBIN_U8("graphics/trainers/front_pics/aqua_grunt_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AquaGruntF[] = INCBIN_U8("graphics/trainers/palettes/aqua_grunt_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SwimmerM[] = INCBIN_U8("graphics/trainers/front_pics/swimmer_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SwimmerM[] = INCBIN_U8("graphics/trainers/palettes/swimmer_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_MagmaGruntM[] = INCBIN_U8("graphics/trainers/front_pics/magma_grunt_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_MagmaGruntM[] = INCBIN_U8("graphics/trainers/palettes/magma_grunt_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_ExpertM[] = INCBIN_U8("graphics/trainers/front_pics/expert_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_ExpertM[] = INCBIN_U8("graphics/trainers/palettes/expert_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AquaAdminM[] = INCBIN_U8("graphics/trainers/front_pics/aqua_admin_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AquaAdminM[] = INCBIN_U8("graphics/trainers/palettes/aqua_admin_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_BlackBelt[] = INCBIN_U8("graphics/trainers/front_pics/black_belt_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_BlackBelt[] = INCBIN_U8("graphics/trainers/palettes/black_belt.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AquaAdminF[] = INCBIN_U8("graphics/trainers/front_pics/aqua_admin_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AquaAdminF[] = INCBIN_U8("graphics/trainers/palettes/aqua_admin_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AquaLeaderArchie[] = INCBIN_U8("graphics/trainers/front_pics/aqua_leader_archie_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AquaLeaderArchie[] = INCBIN_U8("graphics/trainers/palettes/aqua_leader_archie.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_HexManiac[] = INCBIN_U8("graphics/trainers/front_pics/hex_maniac_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_HexManiac[] = INCBIN_U8("graphics/trainers/palettes/hex_maniac.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_AromaLady[] = INCBIN_U8("graphics/trainers/front_pics/aroma_lady_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_AromaLady[] = INCBIN_U8("graphics/trainers/palettes/aroma_lady.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RuinManiac[] = INCBIN_U8("graphics/trainers/front_pics/ruin_maniac_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RuinManiac[] = INCBIN_U8("graphics/trainers/palettes/ruin_maniac.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Interviewer[] = INCBIN_U8("graphics/trainers/front_pics/interviewer_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Interviewer[] = INCBIN_U8("graphics/trainers/palettes/interviewer.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_TuberF[] = INCBIN_U8("graphics/trainers/front_pics/tuber_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_TuberF[] = INCBIN_U8("graphics/trainers/palettes/tuber_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_TuberM[] = INCBIN_U8("graphics/trainers/front_pics/tuber_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_TuberM[] = INCBIN_U8("graphics/trainers/palettes/tuber_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_CoolTrainerF[] = INCBIN_U8("graphics/trainers/front_pics/cool_trainer_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_CoolTrainerF[] = INCBIN_U8("graphics/trainers/palettes/cool_trainer_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Lady[] = INCBIN_U8("graphics/trainers/front_pics/lady_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Lady[] = INCBIN_U8("graphics/trainers/palettes/lady.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Beauty[] = INCBIN_U8("graphics/trainers/front_pics/beauty_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Beauty[] = INCBIN_U8("graphics/trainers/palettes/beauty.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RichBoy[] = INCBIN_U8("graphics/trainers/front_pics/rich_boy_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RichBoy[] = INCBIN_U8("graphics/trainers/palettes/rich_boy.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_ExpertF[] = INCBIN_U8("graphics/trainers/front_pics/expert_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_ExpertF[] = INCBIN_U8("graphics/trainers/palettes/expert_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Pokemaniac[] = INCBIN_U8("graphics/trainers/front_pics/pokemaniac_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Pokemaniac[] = INCBIN_U8("graphics/trainers/palettes/pokemaniac.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_MagmaGruntF[] = INCBIN_U8("graphics/trainers/front_pics/magma_grunt_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_MagmaGruntF[] = INCBIN_U8("graphics/trainers/palettes/magma_grunt_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Guitarist[] = INCBIN_U8("graphics/trainers/front_pics/guitarist_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Guitarist[] = INCBIN_U8("graphics/trainers/palettes/guitarist.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Kindler[] = INCBIN_U8("graphics/trainers/front_pics/kindler_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Kindler[] = INCBIN_U8("graphics/trainers/palettes/kindler.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Camper[] = INCBIN_U8("graphics/trainers/front_pics/camper_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Camper[] = INCBIN_U8("graphics/trainers/palettes/camper.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Picnicker[] = INCBIN_U8("graphics/trainers/front_pics/picnicker_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Picnicker[] = INCBIN_U8("graphics/trainers/palettes/picnicker.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_BugManiac[] = INCBIN_U8("graphics/trainers/front_pics/bug_maniac_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_BugManiac[] = INCBIN_U8("graphics/trainers/palettes/bug_maniac.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PokemonBreederM[] = INCBIN_U8("graphics/trainers/front_pics/pokemon_breeder_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PokemonBreederM[] = INCBIN_U8("graphics/trainers/palettes/pokemon_breeder_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PsychicM[] = INCBIN_U8("graphics/trainers/front_pics/psychic_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PsychicM[] = INCBIN_U8("graphics/trainers/palettes/psychic_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PsychicF[] = INCBIN_U8("graphics/trainers/front_pics/psychic_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PsychicF[] = INCBIN_U8("graphics/trainers/palettes/psychic_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Gentleman[] = INCBIN_U8("graphics/trainers/front_pics/gentleman_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Gentleman[] = INCBIN_U8("graphics/trainers/palettes/gentleman.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_EliteFourSidney[] = INCBIN_U8("graphics/trainers/front_pics/elite_four_sidney_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_EliteFourSidney[] = INCBIN_U8("graphics/trainers/palettes/elite_four_sidney.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_EliteFourPhoebe[] = INCBIN_U8("graphics/trainers/front_pics/elite_four_phoebe_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_EliteFourPhoebe[] = INCBIN_U8("graphics/trainers/palettes/elite_four_phoebe.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_EliteFourGlacia[] = INCBIN_U8("graphics/trainers/front_pics/elite_four_glacia_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_EliteFourGlacia[] = INCBIN_U8("graphics/trainers/palettes/elite_four_glacia.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_EliteFourDrake[] = INCBIN_U8("graphics/trainers/front_pics/elite_four_drake_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_EliteFourDrake[] = INCBIN_U8("graphics/trainers/palettes/elite_four_drake.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderRoxanne[] = INCBIN_U8("graphics/trainers/front_pics/leader_roxanne_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderRoxanne[] = INCBIN_U8("graphics/trainers/palettes/leader_roxanne.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderBrawly[] = INCBIN_U8("graphics/trainers/front_pics/leader_brawly_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderBrawly[] = INCBIN_U8("graphics/trainers/palettes/leader_brawly.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderWattson[] = INCBIN_U8("graphics/trainers/front_pics/leader_wattson_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderWattson[] = INCBIN_U8("graphics/trainers/palettes/leader_wattson.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderFlannery[] = INCBIN_U8("graphics/trainers/front_pics/leader_flannery_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderFlannery[] = INCBIN_U8("graphics/trainers/palettes/leader_flannery.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderNorman[] = INCBIN_U8("graphics/trainers/front_pics/leader_norman_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderNorman[] = INCBIN_U8("graphics/trainers/palettes/leader_norman.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderWinona[] = INCBIN_U8("graphics/trainers/front_pics/leader_winona_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderWinona[] = INCBIN_U8("graphics/trainers/palettes/leader_winona.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderTateAndLiza[] = INCBIN_U8("graphics/trainers/front_pics/leader_tate_and_liza_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderTateAndLiza[] = INCBIN_U8("graphics/trainers/palettes/leader_tate_and_liza.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_LeaderJuan[] = INCBIN_U8("graphics/trainers/front_pics/leader_juan_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_LeaderJuan[] = INCBIN_U8("graphics/trainers/palettes/leader_juan.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SchoolKidM[] = INCBIN_U8("graphics/trainers/front_pics/school_kid_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SchoolKidM[] = INCBIN_U8("graphics/trainers/palettes/school_kid_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SchoolKidF[] = INCBIN_U8("graphics/trainers/front_pics/school_kid_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SchoolKidF[] = INCBIN_U8("graphics/trainers/palettes/school_kid_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SrAndJr[] = INCBIN_U8("graphics/trainers/front_pics/sr_and_jr_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SrAndJr[] = INCBIN_U8("graphics/trainers/palettes/sr_and_jr.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_WinstrateM[] = INCBIN_U8("graphics/trainers/front_pics/winstrate_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_WinstrateM[] = INCBIN_U8("graphics/trainers/palettes/winstrate_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_WinstrateF[] = INCBIN_U8("graphics/trainers/front_pics/winstrate_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_WinstrateF[] = INCBIN_U8("graphics/trainers/palettes/winstrate_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Youngster[] = INCBIN_U8("graphics/trainers/front_pics/youngster_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Youngster[] = INCBIN_U8("graphics/trainers/palettes/youngster.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_ChampionWallace[] = INCBIN_U8("graphics/trainers/front_pics/champion_wallace_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_ChampionWallace[] = INCBIN_U8("graphics/trainers/palettes/champion_wallace.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Fisherman[] = INCBIN_U8("graphics/trainers/front_pics/fisherman_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Fisherman[] = INCBIN_U8("graphics/trainers/palettes/fisherman.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_CyclingTriathleteM[] = INCBIN_U8("graphics/trainers/front_pics/cycling_triathlete_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_CyclingTriathleteM[] = INCBIN_U8("graphics/trainers/palettes/cycling_triathlete_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_CyclingTriathleteF[] = INCBIN_U8("graphics/trainers/front_pics/cycling_triathlete_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_CyclingTriathleteF[] = INCBIN_U8("graphics/trainers/palettes/cycling_triathlete_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RunningTriathleteM[] = INCBIN_U8("graphics/trainers/front_pics/running_triathlete_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RunningTriathleteM[] = INCBIN_U8("graphics/trainers/palettes/running_triathlete_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RunningTriathleteF[] = INCBIN_U8("graphics/trainers/front_pics/running_triathlete_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RunningTriathleteF[] = INCBIN_U8("graphics/trainers/palettes/running_triathlete_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SwimmingTriathleteM[] = INCBIN_U8("graphics/trainers/front_pics/swimming_triathlete_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SwimmingTriathleteM[] = INCBIN_U8("graphics/trainers/palettes/swimming_triathlete_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SwimmingTriathleteF[] = INCBIN_U8("graphics/trainers/front_pics/swimming_triathlete_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SwimmingTriathleteF[] = INCBIN_U8("graphics/trainers/palettes/swimming_triathlete_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_DragonTamer[] = INCBIN_U8("graphics/trainers/front_pics/dragon_tamer_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_DragonTamer[] = INCBIN_U8("graphics/trainers/palettes/dragon_tamer.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_NinjaBoy[] = INCBIN_U8("graphics/trainers/front_pics/ninja_boy_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_NinjaBoy[] = INCBIN_U8("graphics/trainers/palettes/ninja_boy.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_BattleGirl[] = INCBIN_U8("graphics/trainers/front_pics/battle_girl_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_BattleGirl[] = INCBIN_U8("graphics/trainers/palettes/battle_girl.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_ParasolLady[] = INCBIN_U8("graphics/trainers/front_pics/parasol_lady_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_ParasolLady[] = INCBIN_U8("graphics/trainers/palettes/parasol_lady.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SwimmerF[] = INCBIN_U8("graphics/trainers/front_pics/swimmer_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SwimmerF[] = INCBIN_U8("graphics/trainers/palettes/swimmer_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Twins[] = INCBIN_U8("graphics/trainers/front_pics/twins_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Twins[] = INCBIN_U8("graphics/trainers/palettes/twins.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Sailor[] = INCBIN_U8("graphics/trainers/front_pics/sailor_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Sailor[] = INCBIN_U8("graphics/trainers/palettes/sailor.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_MagmaAdmin[] = INCBIN_U8("graphics/trainers/front_pics/magma_admin_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_MagmaAdmin[] = INCBIN_U8("graphics/trainers/palettes/magma_admin.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Wally[] = INCBIN_U8("graphics/trainers/front_pics/wally_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Wally[] = INCBIN_U8("graphics/trainers/palettes/wally.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Brendan[] = INCBIN_U8("graphics/trainers/front_pics/brendan_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Brendan[] = INCBIN_U8("graphics/trainers/palettes/brendan.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_May[] = INCBIN_U8("graphics/trainers/front_pics/may_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_May[] = INCBIN_U8("graphics/trainers/palettes/may.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_BugCatcher[] = INCBIN_U8("graphics/trainers/front_pics/bug_catcher_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_BugCatcher[] = INCBIN_U8("graphics/trainers/palettes/bug_catcher.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PokemonRangerM[] = INCBIN_U8("graphics/trainers/front_pics/pokemon_ranger_m_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PokemonRangerM[] = INCBIN_U8("graphics/trainers/palettes/pokemon_ranger_m.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PokemonRangerF[] = INCBIN_U8("graphics/trainers/front_pics/pokemon_ranger_f_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PokemonRangerF[] = INCBIN_U8("graphics/trainers/palettes/pokemon_ranger_f.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_MagmaLeaderMaxie[] = INCBIN_U8("graphics/trainers/front_pics/magma_leader_maxie_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_MagmaLeaderMaxie[] = INCBIN_U8("graphics/trainers/palettes/magma_leader_maxie.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Lass[] = INCBIN_U8("graphics/trainers/front_pics/lass_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Lass[] = INCBIN_U8("graphics/trainers/palettes/lass.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_YoungCouple[] = INCBIN_U8("graphics/trainers/front_pics/young_couple_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_YoungCouple[] = INCBIN_U8("graphics/trainers/palettes/young_couple.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_OldCouple[] = INCBIN_U8("graphics/trainers/front_pics/old_couple_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_OldCouple[] = INCBIN_U8("graphics/trainers/palettes/old_couple.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SisAndBro[] = INCBIN_U8("graphics/trainers/front_pics/sis_and_bro_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SisAndBro[] = INCBIN_U8("graphics/trainers/palettes/sis_and_bro.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Steven[] = INCBIN_U8("graphics/trainers/front_pics/steven_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Steven[] = INCBIN_U8("graphics/trainers/palettes/steven.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_SalonMaidenAnabel[] = INCBIN_U8("graphics/trainers/front_pics/salon_maiden_anabel_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_SalonMaidenAnabel[] = INCBIN_U8("graphics/trainers/palettes/salon_maiden_anabel.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_DomeAceTucker[] = INCBIN_U8("graphics/trainers/front_pics/dome_ace_tucker_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_DomeAceTucker[] = INCBIN_U8("graphics/trainers/palettes/dome_ace_tucker.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PalaceMavenSpenser[] = INCBIN_U8("graphics/trainers/front_pics/palace_maven_spenser_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PalaceMavenSpenser[] = INCBIN_U8("graphics/trainers/palettes/palace_maven_spenser.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_ArenaTycoonGreta[] = INCBIN_U8("graphics/trainers/front_pics/arena_tycoon_greta_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_ArenaTycoonGreta[] = INCBIN_U8("graphics/trainers/palettes/arena_tycoon_greta.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_FactoryHeadNoland[] = INCBIN_U8("graphics/trainers/front_pics/factory_head_noland_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_FactoryHeadNoland[] = INCBIN_U8("graphics/trainers/palettes/factory_head_noland.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PikeQueenLucy[] = INCBIN_U8("graphics/trainers/front_pics/pike_queen_lucy_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PikeQueenLucy[] = INCBIN_U8("graphics/trainers/palettes/pike_queen_lucy.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_PyramidKingBrandon[] = INCBIN_U8("graphics/trainers/front_pics/pyramid_king_brandon_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_PyramidKingBrandon[] = INCBIN_U8("graphics/trainers/palettes/pyramid_king_brandon.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Red[] = INCBIN_U8("graphics/trainers/front_pics/red_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Red[] = INCBIN_U8("graphics/trainers/palettes/red.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_Leaf[] = INCBIN_U8("graphics/trainers/front_pics/leaf_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_Leaf[] = INCBIN_U8("graphics/trainers/palettes/leaf.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RubySapphireBrendan[] = INCBIN_U8("graphics/trainers/front_pics/ruby_sapphire_brendan_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RubySapphireBrendan[] = INCBIN_U8("graphics/trainers/palettes/ruby_sapphire_brendan.gbapal.lz");
|
||||
|
||||
const u8 gTrainerFrontPic_RubySapphireMay[] = INCBIN_U8("graphics/trainers/front_pics/ruby_sapphire_may_front_pic.4bpp.lz");
|
||||
const u8 gTrainerPalette_RubySapphireMay[] = INCBIN_U8("graphics/trainers/palettes/ruby_sapphire_may.gbapal.lz");
|
||||
|
||||
const u8 gTrainerBackPic_Brendan[] = INCBIN_U8("graphics/trainers/back_pics/brendan_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_May[] = INCBIN_U8("graphics/trainers/back_pics/may_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_Red[] = INCBIN_U8("graphics/trainers/back_pics/red_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_Leaf[] = INCBIN_U8("graphics/trainers/back_pics/leaf_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_RubySapphireBrendan[] = INCBIN_U8("graphics/trainers/back_pics/ruby_sapphire_brendan_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_RubySapphireMay[] = INCBIN_U8("graphics/trainers/back_pics/ruby_sapphire_may_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_Wally[] = INCBIN_U8("graphics/trainers/back_pics/wally_back_pic.4bpp");
|
||||
const u8 gTrainerBackPic_Steven[] = INCBIN_U8("graphics/trainers/back_pics/steven_back_pic.4bpp");
|
||||
|
||||
const u8 gTrainerBackPicPalette_Red[] = INCBIN_U8("graphics/trainers/palettes/red_back_pic.gbapal.lz");
|
||||
const u8 gTrainerBackPicPalette_Leaf[] = INCBIN_U8("graphics/trainers/palettes/leaf_back_pic.gbapal.lz");
|
||||
@@ -0,0 +1,25 @@
|
||||
static const struct HealLocation sHealLocations[] =
|
||||
{
|
||||
{MAP_GROUP(LITTLEROOT_TOWN_BRENDANS_HOUSE_2F), MAP_NUM(LITTLEROOT_TOWN_BRENDANS_HOUSE_2F), 4, 2},
|
||||
{MAP_GROUP(LITTLEROOT_TOWN_MAYS_HOUSE_2F), MAP_NUM(LITTLEROOT_TOWN_MAYS_HOUSE_2F), 4, 2},
|
||||
{MAP_GROUP(PETALBURG_CITY), MAP_NUM(PETALBURG_CITY), 20, 17},
|
||||
{MAP_GROUP(SLATEPORT_CITY), MAP_NUM(SLATEPORT_CITY), 19, 20},
|
||||
{MAP_GROUP(MAUVILLE_CITY), MAP_NUM(MAUVILLE_CITY), 22, 6},
|
||||
{MAP_GROUP(RUSTBORO_CITY), MAP_NUM(RUSTBORO_CITY), 16, 39},
|
||||
{MAP_GROUP(FORTREE_CITY), MAP_NUM(FORTREE_CITY), 5, 7},
|
||||
{MAP_GROUP(LILYCOVE_CITY), MAP_NUM(LILYCOVE_CITY), 24, 15},
|
||||
{MAP_GROUP(MOSSDEEP_CITY), MAP_NUM(MOSSDEEP_CITY), 28, 17},
|
||||
{MAP_GROUP(SOOTOPOLIS_CITY), MAP_NUM(SOOTOPOLIS_CITY), 43, 32},
|
||||
{MAP_GROUP(EVER_GRANDE_CITY), MAP_NUM(EVER_GRANDE_CITY), 27, 49},
|
||||
{MAP_GROUP(LITTLEROOT_TOWN), MAP_NUM(LITTLEROOT_TOWN), 5, 9},
|
||||
{MAP_GROUP(LITTLEROOT_TOWN), MAP_NUM(LITTLEROOT_TOWN), 14, 9},
|
||||
{MAP_GROUP(OLDALE_TOWN), MAP_NUM(OLDALE_TOWN), 6, 17},
|
||||
{MAP_GROUP(DEWFORD_TOWN), MAP_NUM(DEWFORD_TOWN), 2, 11},
|
||||
{MAP_GROUP(LAVARIDGE_TOWN), MAP_NUM(LAVARIDGE_TOWN), 9, 7},
|
||||
{MAP_GROUP(FALLARBOR_TOWN), MAP_NUM(FALLARBOR_TOWN), 14, 8},
|
||||
{MAP_GROUP(VERDANTURF_TOWN), MAP_NUM(VERDANTURF_TOWN), 16, 4},
|
||||
{MAP_GROUP(PACIFIDLOG_TOWN), MAP_NUM(PACIFIDLOG_TOWN), 8, 16},
|
||||
{MAP_GROUP(EVER_GRANDE_CITY), MAP_NUM(EVER_GRANDE_CITY), 18, 6},
|
||||
{MAP_GROUP(SOUTHERN_ISLAND_EXTERIOR), MAP_NUM(SOUTHERN_ISLAND_EXTERIOR), 15, 20},
|
||||
{MAP_GROUP(BATTLE_FRONTIER_OUTSIDE_EAST), MAP_NUM(BATTLE_FRONTIER_OUTSIDE_EAST), 3, 52},
|
||||
};
|
||||
@@ -0,0 +1,414 @@
|
||||
#ifndef GUARD_DATA_ITEM_ICON_TABLE_H
|
||||
#define GUARD_DATA_ITEM_ICON_TABLE_H
|
||||
|
||||
#include "global.h"
|
||||
#include "graphics.h"
|
||||
|
||||
const u8 * const gItemIconTable[][2] =
|
||||
{
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Pokeballs
|
||||
gItemIcon_MasterBall, gItemIconPalette_MasterBall,
|
||||
gItemIcon_UltraBall, gItemIconPalette_UltraBall,
|
||||
gItemIcon_GreatBall, gItemIconPalette_GreatBall,
|
||||
gItemIcon_PokeBall, gItemIconPalette_PokeBall,
|
||||
gItemIcon_SafariBall, gItemIconPalette_SafariBall,
|
||||
gItemIcon_NetBall, gItemIconPalette_NetBall,
|
||||
gItemIcon_DiveBall, gItemIconPalette_DiveBall,
|
||||
gItemIcon_NestBall, gItemIconPalette_NestBall,
|
||||
gItemIcon_RepeatBall, gItemIconPalette_RepeatBall,
|
||||
gItemIcon_TimerBall, gItemIconPalette_RepeatBall,
|
||||
gItemIcon_LuxuryBall, gItemIconPalette_LuxuryBall,
|
||||
gItemIcon_PremierBall, gItemIconPalette_LuxuryBall,
|
||||
// Medicine
|
||||
gItemIcon_Potion, gItemIconPalette_Potion,
|
||||
gItemIcon_Antidote, gItemIconPalette_Antidote,
|
||||
gItemIcon_StatusHeal, gItemIconPalette_BurnHeal,
|
||||
gItemIcon_StatusHeal, gItemIconPalette_IceHeal,
|
||||
gItemIcon_StatusHeal, gItemIconPalette_Awakening,
|
||||
gItemIcon_StatusHeal, gItemIconPalette_ParalyzeHeal,
|
||||
gItemIcon_LargePotion, gItemIconPalette_FullRestore,
|
||||
gItemIcon_LargePotion, gItemIconPalette_MaxPotion,
|
||||
gItemIcon_Potion, gItemIconPalette_HyperPotion,
|
||||
gItemIcon_Potion, gItemIconPalette_SuperPotion,
|
||||
gItemIcon_FullHeal, gItemIconPalette_FullHeal,
|
||||
gItemIcon_Revive, gItemIconPalette_Revive,
|
||||
gItemIcon_MaxRevive, gItemIconPalette_Revive,
|
||||
gItemIcon_FreshWater, gItemIconPalette_FreshWater,
|
||||
gItemIcon_SodaPop, gItemIconPalette_SodaPop,
|
||||
gItemIcon_Lemonade, gItemIconPalette_Lemonade,
|
||||
gItemIcon_MoomooMilk, gItemIconPalette_MoomooMilk,
|
||||
gItemIcon_Powder, gItemIconPalette_EnergyPowder,
|
||||
gItemIcon_EnergyRoot, gItemIconPalette_EnergyRoot,
|
||||
gItemIcon_Powder, gItemIconPalette_HealPowder,
|
||||
gItemIcon_RevivalHerb, gItemIconPalette_RevivalHerb,
|
||||
gItemIcon_Ether, gItemIconPalette_Ether,
|
||||
gItemIcon_Ether, gItemIconPalette_MaxEther,
|
||||
gItemIcon_Ether, gItemIconPalette_Elixir,
|
||||
gItemIcon_Ether, gItemIconPalette_MaxElixir,
|
||||
gItemIcon_LavaCookie, gItemIconPalette_LavaCookieAndLetter,
|
||||
gItemIcon_Flute, gItemIconPalette_BlueFlute,
|
||||
gItemIcon_Flute, gItemIconPalette_YellowFlute,
|
||||
gItemIcon_Flute, gItemIconPalette_RedFlute,
|
||||
gItemIcon_Flute, gItemIconPalette_BlackFlute,
|
||||
gItemIcon_Flute, gItemIconPalette_WhiteFlute,
|
||||
gItemIcon_BerryJuice, gItemIconPalette_BerryJuice,
|
||||
gItemIcon_SacredAsh, gItemIconPalette_SacredAsh,
|
||||
// Collectibles
|
||||
gItemIcon_Powder, gItemIconPalette_ShoalSalt,
|
||||
gItemIcon_ShoalShell, gItemIconPalette_Shell,
|
||||
gItemIcon_Shard, gItemIconPalette_RedShard,
|
||||
gItemIcon_Shard, gItemIconPalette_BlueShard,
|
||||
gItemIcon_Shard, gItemIconPalette_YellowShard,
|
||||
gItemIcon_Shard, gItemIconPalette_GreenShard,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Vitamins
|
||||
gItemIcon_HPUp, gItemIconPalette_HPUp,
|
||||
gItemIcon_Vitamin, gItemIconPalette_Protein,
|
||||
gItemIcon_Vitamin, gItemIconPalette_Iron,
|
||||
gItemIcon_Vitamin, gItemIconPalette_Carbos,
|
||||
gItemIcon_Vitamin, gItemIconPalette_Calcium,
|
||||
gItemIcon_RareCandy, gItemIconPalette_RareCandy,
|
||||
gItemIcon_PPUp, gItemIconPalette_PPUp,
|
||||
gItemIcon_Vitamin, gItemIconPalette_Zinc,
|
||||
gItemIcon_PPMax, gItemIconPalette_PPMax,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Battle items
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_GuardSpec,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_DireHit,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_XAttack,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_XDefend,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_XSpeed,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_XAccuracy,
|
||||
gItemIcon_BattleStatItem, gItemIconPalette_XSpecial,
|
||||
gItemIcon_PokeDoll, gItemIconPalette_PokeDoll,
|
||||
gItemIcon_FluffyTail, gItemIconPalette_FluffyTail,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Field items
|
||||
gItemIcon_Repel, gItemIconPalette_SuperRepel,
|
||||
gItemIcon_Repel, gItemIconPalette_MaxRepel,
|
||||
gItemIcon_EscapeRope, gItemIconPalette_EscapeRope,
|
||||
gItemIcon_Repel, gItemIconPalette_Repel,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Evolution stones
|
||||
gItemIcon_SunStone, gItemIconPalette_SunStone,
|
||||
gItemIcon_MoonStone, gItemIconPalette_MoonStone,
|
||||
gItemIcon_FireStone, gItemIconPalette_FireStone,
|
||||
gItemIcon_ThunderStone, gItemIconPalette_ThunderStone,
|
||||
gItemIcon_WaterStone, gItemIconPalette_WaterStone,
|
||||
gItemIcon_LeafStone, gItemIconPalette_LeafStone,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Valuables
|
||||
gItemIcon_TinyMushroom, gItemIconPalette_Mushroom,
|
||||
gItemIcon_BigMushroom, gItemIconPalette_Mushroom,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_Pearl, gItemIconPalette_Pearl,
|
||||
gItemIcon_BigPearl, gItemIconPalette_Pearl,
|
||||
gItemIcon_Stardust, gItemIconPalette_Star,
|
||||
gItemIcon_StarPiece, gItemIconPalette_Star,
|
||||
gItemIcon_Nugget, gItemIconPalette_Nugget,
|
||||
gItemIcon_HeartScale, gItemIconPalette_HeartScale,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Mail
|
||||
gItemIcon_OrangeMail, gItemIconPalette_OrangeMail,
|
||||
gItemIcon_HarborMail, gItemIconPalette_HarborMail,
|
||||
gItemIcon_GlitterMail, gItemIconPalette_GlitterMail,
|
||||
gItemIcon_MechMail, gItemIconPalette_MechMail,
|
||||
gItemIcon_WoodMail, gItemIconPalette_WoodMail,
|
||||
gItemIcon_WaveMail, gItemIconPalette_WaveMail,
|
||||
gItemIcon_BeadMail, gItemIconPalette_BeadMail,
|
||||
gItemIcon_ShadowMail, gItemIconPalette_ShadowMail,
|
||||
gItemIcon_TropicMail, gItemIconPalette_TropicMail,
|
||||
gItemIcon_DreamMail, gItemIconPalette_DreamMail,
|
||||
gItemIcon_FabMail, gItemIconPalette_FabMail,
|
||||
gItemIcon_RetroMail, gItemIconPalette_RetroMail,
|
||||
// Berries
|
||||
gItemIcon_CheriBerry, gItemIconPalette_CheriBerry,
|
||||
gItemIcon_ChestoBerry, gItemIconPalette_ChestoBerry,
|
||||
gItemIcon_PechaBerry, gItemIconPalette_PechaBerry,
|
||||
gItemIcon_RawstBerry, gItemIconPalette_RawstBerry,
|
||||
gItemIcon_AspearBerry, gItemIconPalette_AspearBerry,
|
||||
gItemIcon_LeppaBerry, gItemIconPalette_LeppaBerry,
|
||||
gItemIcon_OranBerry, gItemIconPalette_OranBerry,
|
||||
gItemIcon_PersimBerry, gItemIconPalette_PersimBerry,
|
||||
gItemIcon_LumBerry, gItemIconPalette_LumBerry,
|
||||
gItemIcon_SitrusBerry, gItemIconPalette_SitrusBerry,
|
||||
gItemIcon_FigyBerry, gItemIconPalette_FigyBerry,
|
||||
gItemIcon_WikiBerry, gItemIconPalette_WikiBerry,
|
||||
gItemIcon_MagoBerry, gItemIconPalette_MagoBerry,
|
||||
gItemIcon_AguavBerry, gItemIconPalette_AguavBerry,
|
||||
gItemIcon_IapapaBerry, gItemIconPalette_IapapaBerry,
|
||||
gItemIcon_RazzBerry, gItemIconPalette_RazzBerry,
|
||||
gItemIcon_BlukBerry, gItemIconPalette_BlukBerry,
|
||||
gItemIcon_NanabBerry, gItemIconPalette_NanabBerry,
|
||||
gItemIcon_WepearBerry, gItemIconPalette_WepearBerry,
|
||||
gItemIcon_PinapBerry, gItemIconPalette_PinapBerry,
|
||||
gItemIcon_PomegBerry, gItemIconPalette_PomegBerry,
|
||||
gItemIcon_KelpsyBerry, gItemIconPalette_KelpsyBerry,
|
||||
gItemIcon_QualotBerry, gItemIconPalette_QualotBerry,
|
||||
gItemIcon_HondewBerry, gItemIconPalette_HondewBerry,
|
||||
gItemIcon_GrepaBerry, gItemIconPalette_GrepaBerry,
|
||||
gItemIcon_TamatoBerry, gItemIconPalette_TamatoBerry,
|
||||
gItemIcon_CornnBerry, gItemIconPalette_CornnBerry,
|
||||
gItemIcon_MagostBerry, gItemIconPalette_MagostBerry,
|
||||
gItemIcon_RabutaBerry, gItemIconPalette_RabutaBerry,
|
||||
gItemIcon_NomelBerry, gItemIconPalette_NomelBerry,
|
||||
gItemIcon_SpelonBerry, gItemIconPalette_SpelonBerry,
|
||||
gItemIcon_PamtreBerry, gItemIconPalette_PamtreBerry,
|
||||
gItemIcon_WatmelBerry, gItemIconPalette_WatmelBerry,
|
||||
gItemIcon_DurinBerry, gItemIconPalette_DurinBerry,
|
||||
gItemIcon_BelueBerry, gItemIconPalette_BelueBerry,
|
||||
gItemIcon_LiechiBerry, gItemIconPalette_LiechiBerry,
|
||||
gItemIcon_GanlonBerry, gItemIconPalette_GanlonBerry,
|
||||
gItemIcon_SalacBerry, gItemIconPalette_SalacBerry,
|
||||
gItemIcon_PetayaBerry, gItemIconPalette_PetayaBerry,
|
||||
gItemIcon_ApicotBerry, gItemIconPalette_ApicotBerry,
|
||||
gItemIcon_LansatBerry, gItemIconPalette_LansatBerry,
|
||||
gItemIcon_StarfBerry, gItemIconPalette_StarfBerry,
|
||||
gItemIcon_EnigmaBerry, gItemIconPalette_EnigmaBerry,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Hold items
|
||||
gItemIcon_BrightPowder, gItemIconPalette_BrightPowder,
|
||||
gItemIcon_InBattleHerb, gItemIconPalette_WhiteHerb,
|
||||
gItemIcon_MachoBrace, gItemIconPalette_MachoBrace,
|
||||
gItemIcon_ExpShare, gItemIconPalette_ExpShare,
|
||||
gItemIcon_QuickClaw, gItemIconPalette_QuickClaw,
|
||||
gItemIcon_SootheBell, gItemIconPalette_SootheBell,
|
||||
gItemIcon_InBattleHerb, gItemIconPalette_MentalHerb,
|
||||
gItemIcon_ChoiceBand, gItemIconPalette_ChoiceBand,
|
||||
gItemIcon_KingsRock, gItemIconPalette_KingsRock,
|
||||
gItemIcon_SilverPowder, gItemIconPalette_SilverPowder,
|
||||
gItemIcon_AmuletCoin, gItemIconPalette_AmuletCoin,
|
||||
gItemIcon_CleanseTag, gItemIconPalette_CleanseTag,
|
||||
gItemIcon_SoulDew, gItemIconPalette_SoulDew,
|
||||
gItemIcon_DeepSeaTooth, gItemIconPalette_DeepSeaTooth,
|
||||
gItemIcon_DeepSeaScale, gItemIconPalette_DeepSeaScale,
|
||||
gItemIcon_SmokeBall, gItemIconPalette_SmokeBall,
|
||||
gItemIcon_Everstone, gItemIconPalette_Everstone,
|
||||
gItemIcon_FocusBand, gItemIconPalette_FocusBand,
|
||||
gItemIcon_LuckyEgg, gItemIconPalette_LuckyEgg,
|
||||
gItemIcon_ScopeLens, gItemIconPalette_ScopeLens,
|
||||
gItemIcon_MetalCoat, gItemIconPalette_MetalCoat,
|
||||
gItemIcon_Leftovers, gItemIconPalette_Leftovers,
|
||||
gItemIcon_DragonScale, gItemIconPalette_DragonScale,
|
||||
gItemIcon_LightBall, gItemIconPalette_LightBall,
|
||||
gItemIcon_SoftSand, gItemIconPalette_SoftSand,
|
||||
gItemIcon_HardStone, gItemIconPalette_HardStone,
|
||||
gItemIcon_MiracleSeed, gItemIconPalette_MiracleSeed,
|
||||
gItemIcon_BlackGlasses, gItemIconPalette_BlackTypeEnhancingItem,
|
||||
gItemIcon_BlackBelt, gItemIconPalette_BlackTypeEnhancingItem,
|
||||
gItemIcon_Magnet, gItemIconPalette_Magnet,
|
||||
gItemIcon_MysticWater, gItemIconPalette_MysticWater,
|
||||
gItemIcon_SharpBeak, gItemIconPalette_SharpBeak,
|
||||
gItemIcon_PoisonBarb, gItemIconPalette_PoisonBarb,
|
||||
gItemIcon_NeverMeltIce, gItemIconPalette_NeverMeltIce,
|
||||
gItemIcon_SpellTag, gItemIconPalette_SpellTag,
|
||||
gItemIcon_TwistedSpoon, gItemIconPalette_TwistedSpoon,
|
||||
gItemIcon_Charcoal, gItemIconPalette_Charcoal,
|
||||
gItemIcon_DragonFang, gItemIconPalette_DragonFang,
|
||||
gItemIcon_SilkScarf, gItemIconPalette_SilkScarf,
|
||||
gItemIcon_UpGrade, gItemIconPalette_UpGrade,
|
||||
gItemIcon_ShellBell, gItemIconPalette_Shell,
|
||||
gItemIcon_SeaIncense, gItemIconPalette_SeaIncense,
|
||||
gItemIcon_LaxIncense, gItemIconPalette_LaxIncense,
|
||||
gItemIcon_LuckyPunch, gItemIconPalette_LuckyPunch,
|
||||
gItemIcon_MetalPowder, gItemIconPalette_MetalPowder,
|
||||
gItemIcon_ThickClub, gItemIconPalette_ThickClub,
|
||||
gItemIcon_Stick, gItemIconPalette_Stick,
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// Contest hold items
|
||||
gItemIcon_Scarf, gItemIconPalette_RedScarf,
|
||||
gItemIcon_Scarf, gItemIconPalette_BlueScarf,
|
||||
gItemIcon_Scarf, gItemIconPalette_PinkScarf,
|
||||
gItemIcon_Scarf, gItemIconPalette_GreenScarf,
|
||||
gItemIcon_Scarf, gItemIconPalette_YellowScarf,
|
||||
// Key items
|
||||
gItemIcon_MachBike, gItemIconPalette_MachBike,
|
||||
gItemIcon_CoinCase, gItemIconPalette_CoinCase,
|
||||
gItemIcon_Itemfinder, gItemIconPalette_Itemfinder,
|
||||
gItemIcon_OldRod, gItemIconPalette_OldRod,
|
||||
gItemIcon_GoodRod, gItemIconPalette_GoodRod,
|
||||
gItemIcon_SuperRod, gItemIconPalette_SuperRod,
|
||||
gItemIcon_SSTicket, gItemIconPalette_SSTicket,
|
||||
gItemIcon_ContestPass, gItemIconPalette_ContestPass,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_WailmerPail, gItemIconPalette_WailmerPail,
|
||||
gItemIcon_DevonGoods, gItemIconPalette_DevonGoods,
|
||||
gItemIcon_SootSack, gItemIconPalette_SootSack,
|
||||
gItemIcon_BasementKey, gItemIconPalette_OldKey,
|
||||
gItemIcon_AcroBike, gItemIconPalette_AcroBike,
|
||||
gItemIcon_PokeblockCase, gItemIconPalette_PokeblockCase,
|
||||
gItemIcon_Letter, gItemIconPalette_LavaCookieAndLetter,
|
||||
gItemIcon_EonTicket, gItemIconPalette_EonTicket,
|
||||
gItemIcon_Orb, gItemIconPalette_RedOrb,
|
||||
gItemIcon_Orb, gItemIconPalette_BlueOrb,
|
||||
gItemIcon_Scanner, gItemIconPalette_Scanner,
|
||||
gItemIcon_GoGoggles, gItemIconPalette_GoGoggles,
|
||||
gItemIcon_Meteorite, gItemIconPalette_Meteorite,
|
||||
gItemIcon_Room1Key, gItemIconPalette_Key,
|
||||
gItemIcon_Room2Key, gItemIconPalette_Key,
|
||||
gItemIcon_Room4Key, gItemIconPalette_Key,
|
||||
gItemIcon_Room6Key, gItemIconPalette_Key,
|
||||
gItemIcon_StorageKey, gItemIconPalette_OldKey,
|
||||
gItemIcon_RootFossil, gItemIconPalette_HoennFossil,
|
||||
gItemIcon_ClawFossil, gItemIconPalette_HoennFossil,
|
||||
gItemIcon_DevonScope, gItemIconPalette_DevonScope,
|
||||
// TMs/HMs
|
||||
gItemIcon_TM, gItemIconPalette_FightingTMHM, // TM01
|
||||
gItemIcon_TM, gItemIconPalette_DragonTMHM, // TM02
|
||||
gItemIcon_TM, gItemIconPalette_WaterTMHM, // TM03
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM04
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM05
|
||||
gItemIcon_TM, gItemIconPalette_PoisonTMHM, // TM06
|
||||
gItemIcon_TM, gItemIconPalette_IceTMHM, // TM07
|
||||
gItemIcon_TM, gItemIconPalette_FightingTMHM, // TM08
|
||||
gItemIcon_TM, gItemIconPalette_GrassTMHM, // TM09
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM10
|
||||
gItemIcon_TM, gItemIconPalette_FireTMHM, // TM11
|
||||
gItemIcon_TM, gItemIconPalette_DarkTMHM, // TM12
|
||||
gItemIcon_TM, gItemIconPalette_IceTMHM, // TM13
|
||||
gItemIcon_TM, gItemIconPalette_IceTMHM, // TM14
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM15
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM16
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM17
|
||||
gItemIcon_TM, gItemIconPalette_WaterTMHM, // TM18
|
||||
gItemIcon_TM, gItemIconPalette_GrassTMHM, // TM19
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM20
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM21
|
||||
gItemIcon_TM, gItemIconPalette_GrassTMHM, // TM22
|
||||
gItemIcon_TM, gItemIconPalette_SteelTMHM, // TM23
|
||||
gItemIcon_TM, gItemIconPalette_ElectricTMHM, // TM24
|
||||
gItemIcon_TM, gItemIconPalette_ElectricTMHM, // TM25
|
||||
gItemIcon_TM, gItemIconPalette_GroundTMHM, // TM26
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM27
|
||||
gItemIcon_TM, gItemIconPalette_GroundTMHM, // TM28
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM29
|
||||
gItemIcon_TM, gItemIconPalette_GhostTMHM, // TM30
|
||||
gItemIcon_TM, gItemIconPalette_FightingTMHM, // TM31
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM32
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM33
|
||||
gItemIcon_TM, gItemIconPalette_ElectricTMHM, // TM34
|
||||
gItemIcon_TM, gItemIconPalette_FireTMHM, // TM35
|
||||
gItemIcon_TM, gItemIconPalette_PoisonTMHM, // TM36
|
||||
gItemIcon_TM, gItemIconPalette_RockTMHM, // TM37
|
||||
gItemIcon_TM, gItemIconPalette_FireTMHM, // TM38
|
||||
gItemIcon_TM, gItemIconPalette_RockTMHM, // TM39
|
||||
gItemIcon_TM, gItemIconPalette_FlyingTMHM, // TM40
|
||||
gItemIcon_TM, gItemIconPalette_DarkTMHM, // TM41
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM42
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM43
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM44
|
||||
gItemIcon_TM, gItemIconPalette_NormalTMHM, // TM45
|
||||
gItemIcon_TM, gItemIconPalette_DarkTMHM, // TM46
|
||||
gItemIcon_TM, gItemIconPalette_SteelTMHM, // TM47
|
||||
gItemIcon_TM, gItemIconPalette_PsychicTMHM, // TM48
|
||||
gItemIcon_TM, gItemIconPalette_DarkTMHM, // TM49
|
||||
gItemIcon_TM, gItemIconPalette_FireTMHM, // TM50
|
||||
gItemIcon_HM, gItemIconPalette_NormalTMHM, // HM01
|
||||
gItemIcon_HM, gItemIconPalette_FlyingTMHM, // HM02
|
||||
gItemIcon_HM, gItemIconPalette_WaterTMHM, // HM03
|
||||
gItemIcon_HM, gItemIconPalette_NormalTMHM, // HM04
|
||||
gItemIcon_HM, gItemIconPalette_NormalTMHM, // HM05
|
||||
gItemIcon_HM, gItemIconPalette_FightingTMHM, // HM06
|
||||
gItemIcon_HM, gItemIconPalette_WaterTMHM, // HM07
|
||||
gItemIcon_HM, gItemIconPalette_WaterTMHM, // HM08
|
||||
// ????????
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
gItemIcon_QuestionMark, gItemIconPalette_QuestionMark,
|
||||
// FireRed/LeafGreen key items
|
||||
gItemIcon_OaksParcel, gItemIconPalette_OaksParcel,
|
||||
gItemIcon_PokeFlute, gItemIconPalette_PokeFlute,
|
||||
gItemIcon_SecretKey, gItemIconPalette_SecretKey,
|
||||
gItemIcon_BikeVoucher, gItemIconPalette_BikeVoucher,
|
||||
gItemIcon_GoldTeeth, gItemIconPalette_GoldTeeth,
|
||||
gItemIcon_OldAmber, gItemIconPalette_OldAmber,
|
||||
gItemIcon_CardKey, gItemIconPalette_CardKey,
|
||||
gItemIcon_LiftKey, gItemIconPalette_Key,
|
||||
gItemIcon_HelixFossil, gItemIconPalette_KantoFossil,
|
||||
gItemIcon_DomeFossil, gItemIconPalette_KantoFossil,
|
||||
gItemIcon_SilphScope, gItemIconPalette_SilphScope,
|
||||
gItemIcon_Bicycle, gItemIconPalette_Bicycle,
|
||||
gItemIcon_TownMap, gItemIconPalette_TownMap,
|
||||
gItemIcon_VSSeeker, gItemIconPalette_VSSeeker,
|
||||
gItemIcon_FameChecker, gItemIconPalette_FameChecker,
|
||||
gItemIcon_TMCase, gItemIconPalette_TMCase,
|
||||
gItemIcon_BerryPouch, gItemIconPalette_BerryPouch,
|
||||
gItemIcon_TeachyTV, gItemIconPalette_TeachyTV,
|
||||
gItemIcon_TriPass, gItemIconPalette_TriPass,
|
||||
gItemIcon_RainbowPass, gItemIconPalette_RainbowPass,
|
||||
gItemIcon_Tea, gItemIconPalette_Tea,
|
||||
gItemIcon_MysticTicket, gItemIconPalette_MysticTicket,
|
||||
gItemIcon_AuroraTicket, gItemIconPalette_AuroraTicket,
|
||||
gItemIcon_PowderJar, gItemIconPalette_PowderJar,
|
||||
gItemIcon_Gem, gItemIconPalette_Ruby,
|
||||
gItemIcon_Gem, gItemIconPalette_Sapphire,
|
||||
// Emerald-only key items
|
||||
gItemIcon_MagmaEmblem, gItemIconPalette_MagmaEmblem,
|
||||
gItemIcon_OldSeaMap, gItemIconPalette_OldSeaMap,
|
||||
// Return to field arrow
|
||||
gItemIcon_ReturnToFieldArrow, gItemIconPalette_ReturnToFieldArrow,
|
||||
};
|
||||
#endif // GUARD_DATA_ITEM_ICON_TABLE_H
|
||||
+6079
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,143 @@
|
||||
#ifndef POKEEMERALD_CRY_IDS_H
|
||||
#define POKEEMERALD_CRY_IDS_H
|
||||
|
||||
const u16 gSpeciesIdToCryId[] =
|
||||
{
|
||||
273, // TREECKO
|
||||
274, // GROVYLE
|
||||
275, // SCEPTILE
|
||||
270, // TORCHIC
|
||||
271, // COMBUSKEN
|
||||
272, // BLAZIKEN
|
||||
276, // MUDKIP
|
||||
277, // MARSHTOMP
|
||||
278, // SWAMPERT
|
||||
359, // POOCHYENA
|
||||
360, // MIGHTYENA
|
||||
378, // ZIGZAGOON
|
||||
375, // LINOONE
|
||||
290, // WURMPLE
|
||||
291, // SILCOON
|
||||
292, // BEAUTIFLY
|
||||
293, // CASCOON
|
||||
294, // DUSTOX
|
||||
283, // LOTAD
|
||||
284, // LOMBRE
|
||||
285, // LUDICOLO
|
||||
286, // SEEDOT
|
||||
287, // NUZLEAF
|
||||
288, // SHIFTRY
|
||||
301, // NINCADA
|
||||
302, // NINJASK
|
||||
303, // SHEDINJA
|
||||
266, // TAILLOW
|
||||
267, // SWELLOW
|
||||
374, // SHROOMISH
|
||||
373, // BRELOOM
|
||||
269, // SPINDA
|
||||
280, // WINGULL
|
||||
279, // PELIPPER
|
||||
310, // SURSKIT
|
||||
311, // MASQUERAIN
|
||||
377, // WAILMER
|
||||
381, // WAILORD
|
||||
312, // SKITTY
|
||||
313, // DELCATTY
|
||||
251, // KECLEON
|
||||
329, // BALTOY
|
||||
330, // CLAYDOL
|
||||
306, // NOSEPASS
|
||||
253, // TORKOAL
|
||||
362, // SABLEYE
|
||||
318, // BARBOACH
|
||||
319, // WHISCASH
|
||||
368, // LUVDISC
|
||||
320, // CORPHISH
|
||||
321, // CRAWDAUNT
|
||||
333, // FEEBAS
|
||||
334, // MILOTIC
|
||||
289, // CARVANHA
|
||||
260, // SHARPEDO
|
||||
324, // TRAPINCH
|
||||
325, // VIBRAVA
|
||||
326, // FLYGON
|
||||
304, // MAKUHITA
|
||||
305, // HARIYAMA
|
||||
254, // ELECTRIKE
|
||||
255, // MANECTRIC
|
||||
316, // NUMEL
|
||||
317, // CAMERUPT
|
||||
338, // SPHEAL
|
||||
339, // SEALEO
|
||||
340, // WALREIN
|
||||
327, // CACNEA
|
||||
328, // CACTURNE
|
||||
383, // SNORUNT
|
||||
307, // GLALIE
|
||||
331, // LUNATONE
|
||||
332, // SOLROCK
|
||||
262, // AZURILL
|
||||
322, // SPOINK
|
||||
323, // GRUMPIG
|
||||
308, // PLUSLE
|
||||
309, // MINUN
|
||||
363, // MAWILE
|
||||
336, // MEDITITE
|
||||
337, // MEDICHAM
|
||||
263, // SWABLU
|
||||
264, // ALTARIA
|
||||
258, // WYNAUT
|
||||
256, // DUSKULL
|
||||
361, // DUSCLOPS
|
||||
252, // ROSELIA
|
||||
298, // SLAKOTH
|
||||
299, // VIGOROTH
|
||||
300, // SLAKING
|
||||
314, // GULPIN
|
||||
315, // SWALOT
|
||||
376, // TROPIUS
|
||||
382, // WHISMUR
|
||||
380, // LOUDRED
|
||||
379, // EXPLOUD
|
||||
341, // CLAMPERL
|
||||
342, // HUNTAIL
|
||||
343, // GOREBYSS
|
||||
335, // ABSOL
|
||||
282, // SHUPPET
|
||||
281, // BANETTE
|
||||
259, // SEVIPER
|
||||
261, // ZANGOOSE
|
||||
367, // RELICANTH
|
||||
364, // ARON
|
||||
365, // LAIRON
|
||||
366, // AGGRON
|
||||
356, // CASTFORM
|
||||
357, // VOLBEAT
|
||||
358, // ILLUMISE
|
||||
344, // LILEEP
|
||||
345, // CRADILY
|
||||
346, // ANORITH
|
||||
347, // ARMALDO
|
||||
295, // RALTS
|
||||
296, // KIRLIA
|
||||
297, // GARDEVOIR
|
||||
351, // BAGON
|
||||
352, // SHELGON
|
||||
372, // SALAMENCE
|
||||
348, // BELDUM
|
||||
349, // METANG
|
||||
350, // METAGROSS
|
||||
353, // REGIROCK
|
||||
354, // REGICE
|
||||
355, // REGISTEEL
|
||||
370, // KYOGRE
|
||||
369, // GROUDON
|
||||
371, // RAYQUAZA
|
||||
257, // LATIAS
|
||||
384, // LATIOS
|
||||
385, // JIRACHI
|
||||
386, // DEOXYS
|
||||
387 // CHIMECHO
|
||||
};
|
||||
|
||||
#endif //POKEEMERALD_CRY_IDS_H
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,192 @@
|
||||
#ifndef POKEEMERALD_EVOLUTION_H
|
||||
#define POKEEMERALD_EVOLUTION_H
|
||||
|
||||
const struct Evolution gEvolutionTable[NUM_SPECIES][EVOS_PER_MON] =
|
||||
{
|
||||
[SPECIES_BULBASAUR] = {{EVO_LEVEL, 16, SPECIES_IVYSAUR}},
|
||||
[SPECIES_IVYSAUR] = {{EVO_LEVEL, 32, SPECIES_VENUSAUR}},
|
||||
[SPECIES_CHARMANDER] = {{EVO_LEVEL, 16, SPECIES_CHARMELEON}},
|
||||
[SPECIES_CHARMELEON] = {{EVO_LEVEL, 36, SPECIES_CHARIZARD}},
|
||||
[SPECIES_SQUIRTLE] = {{EVO_LEVEL, 16, SPECIES_WARTORTLE}},
|
||||
[SPECIES_WARTORTLE] = {{EVO_LEVEL, 36, SPECIES_BLASTOISE}},
|
||||
[SPECIES_CATERPIE] = {{EVO_LEVEL, 7, SPECIES_METAPOD}},
|
||||
[SPECIES_METAPOD] = {{EVO_LEVEL, 10, SPECIES_BUTTERFREE}},
|
||||
[SPECIES_WEEDLE] = {{EVO_LEVEL, 7, SPECIES_KAKUNA}},
|
||||
[SPECIES_KAKUNA] = {{EVO_LEVEL, 10, SPECIES_BEEDRILL}},
|
||||
[SPECIES_PIDGEY] = {{EVO_LEVEL, 18, SPECIES_PIDGEOTTO}},
|
||||
[SPECIES_PIDGEOTTO] = {{EVO_LEVEL, 36, SPECIES_PIDGEOT}},
|
||||
[SPECIES_RATTATA] = {{EVO_LEVEL, 20, SPECIES_RATICATE}},
|
||||
[SPECIES_SPEAROW] = {{EVO_LEVEL, 20, SPECIES_FEAROW}},
|
||||
[SPECIES_EKANS] = {{EVO_LEVEL, 22, SPECIES_ARBOK}},
|
||||
[SPECIES_PIKACHU] = {{EVO_ITEM, ITEM_THUNDER_STONE, SPECIES_RAICHU}},
|
||||
[SPECIES_SANDSHREW] = {{EVO_LEVEL, 22, SPECIES_SANDSLASH}},
|
||||
[SPECIES_NIDORAN_F] = {{EVO_LEVEL, 16, SPECIES_NIDORINA}},
|
||||
[SPECIES_NIDORINA] = {{EVO_ITEM, ITEM_MOON_STONE, SPECIES_NIDOQUEEN}},
|
||||
[SPECIES_NIDORAN_M] = {{EVO_LEVEL, 16, SPECIES_NIDORINO}},
|
||||
[SPECIES_NIDORINO] = {{EVO_ITEM, ITEM_MOON_STONE, SPECIES_NIDOKING}},
|
||||
[SPECIES_CLEFAIRY] = {{EVO_ITEM, ITEM_MOON_STONE, SPECIES_CLEFABLE}},
|
||||
[SPECIES_VULPIX] = {{EVO_ITEM, ITEM_FIRE_STONE, SPECIES_NINETALES}},
|
||||
[SPECIES_JIGGLYPUFF] = {{EVO_ITEM, ITEM_MOON_STONE, SPECIES_WIGGLYTUFF}},
|
||||
[SPECIES_ZUBAT] = {{EVO_LEVEL, 22, SPECIES_GOLBAT}},
|
||||
[SPECIES_GOLBAT] = {{EVO_FRIENDSHIP, 0, SPECIES_CROBAT}},
|
||||
[SPECIES_ODDISH] = {{EVO_LEVEL, 21, SPECIES_GLOOM}},
|
||||
[SPECIES_GLOOM] = {{EVO_ITEM, ITEM_LEAF_STONE, SPECIES_VILEPLUME},
|
||||
{EVO_ITEM, ITEM_SUN_STONE, SPECIES_BELLOSSOM}},
|
||||
[SPECIES_PARAS] = {{EVO_LEVEL, 24, SPECIES_PARASECT}},
|
||||
[SPECIES_VENONAT] = {{EVO_LEVEL, 31, SPECIES_VENOMOTH}},
|
||||
[SPECIES_DIGLETT] = {{EVO_LEVEL, 26, SPECIES_DUGTRIO}},
|
||||
[SPECIES_MEOWTH] = {{EVO_LEVEL, 28, SPECIES_PERSIAN}},
|
||||
[SPECIES_PSYDUCK] = {{EVO_LEVEL, 33, SPECIES_GOLDUCK}},
|
||||
[SPECIES_MANKEY] = {{EVO_LEVEL, 28, SPECIES_PRIMEAPE}},
|
||||
[SPECIES_GROWLITHE] = {{EVO_ITEM, ITEM_FIRE_STONE, SPECIES_ARCANINE}},
|
||||
[SPECIES_POLIWAG] = {{EVO_LEVEL, 25, SPECIES_POLIWHIRL}},
|
||||
[SPECIES_POLIWHIRL] = {{EVO_ITEM, ITEM_WATER_STONE, SPECIES_POLIWRATH},
|
||||
{EVO_TRADE_ITEM, ITEM_KINGS_ROCK, SPECIES_POLITOED}},
|
||||
[SPECIES_ABRA] = {{EVO_LEVEL, 16, SPECIES_KADABRA}},
|
||||
[SPECIES_KADABRA] = {{EVO_TRADE, 0, SPECIES_ALAKAZAM}},
|
||||
[SPECIES_MACHOP] = {{EVO_LEVEL, 28, SPECIES_MACHOKE}},
|
||||
[SPECIES_MACHOKE] = {{EVO_TRADE, 0, SPECIES_MACHAMP}},
|
||||
[SPECIES_BELLSPROUT] = {{EVO_LEVEL, 21, SPECIES_WEEPINBELL}},
|
||||
[SPECIES_WEEPINBELL] = {{EVO_ITEM, ITEM_LEAF_STONE, SPECIES_VICTREEBEL}},
|
||||
[SPECIES_TENTACOOL] = {{EVO_LEVEL, 30, SPECIES_TENTACRUEL}},
|
||||
[SPECIES_GEODUDE] = {{EVO_LEVEL, 25, SPECIES_GRAVELER}},
|
||||
[SPECIES_GRAVELER] = {{EVO_TRADE, 0, SPECIES_GOLEM}},
|
||||
[SPECIES_PONYTA] = {{EVO_LEVEL, 40, SPECIES_RAPIDASH}},
|
||||
[SPECIES_SLOWPOKE] = {{EVO_LEVEL, 37, SPECIES_SLOWBRO},
|
||||
{EVO_TRADE_ITEM, ITEM_KINGS_ROCK, SPECIES_SLOWKING}},
|
||||
[SPECIES_MAGNEMITE] = {{EVO_LEVEL, 30, SPECIES_MAGNETON}},
|
||||
[SPECIES_DODUO] = {{EVO_LEVEL, 31, SPECIES_DODRIO}},
|
||||
[SPECIES_SEEL] = {{EVO_LEVEL, 34, SPECIES_DEWGONG}},
|
||||
[SPECIES_GRIMER] = {{EVO_LEVEL, 38, SPECIES_MUK}},
|
||||
[SPECIES_SHELLDER] = {{EVO_ITEM, ITEM_WATER_STONE, SPECIES_CLOYSTER}},
|
||||
[SPECIES_GASTLY] = {{EVO_LEVEL, 25, SPECIES_HAUNTER}},
|
||||
[SPECIES_HAUNTER] = {{EVO_TRADE, 0, SPECIES_GENGAR}},
|
||||
[SPECIES_ONIX] = {{EVO_TRADE_ITEM, ITEM_METAL_COAT, SPECIES_STEELIX}},
|
||||
[SPECIES_DROWZEE] = {{EVO_LEVEL, 26, SPECIES_HYPNO}},
|
||||
[SPECIES_KRABBY] = {{EVO_LEVEL, 28, SPECIES_KINGLER}},
|
||||
[SPECIES_VOLTORB] = {{EVO_LEVEL, 30, SPECIES_ELECTRODE}},
|
||||
[SPECIES_EXEGGCUTE] = {{EVO_ITEM, ITEM_LEAF_STONE, SPECIES_EXEGGUTOR}},
|
||||
[SPECIES_CUBONE] = {{EVO_LEVEL, 28, SPECIES_MAROWAK}},
|
||||
[SPECIES_KOFFING] = {{EVO_LEVEL, 35, SPECIES_WEEZING}},
|
||||
[SPECIES_RHYHORN] = {{EVO_LEVEL, 42, SPECIES_RHYDON}},
|
||||
[SPECIES_CHANSEY] = {{EVO_FRIENDSHIP, 0, SPECIES_BLISSEY}},
|
||||
[SPECIES_HORSEA] = {{EVO_LEVEL, 32, SPECIES_SEADRA}},
|
||||
[SPECIES_SEADRA] = {{EVO_TRADE_ITEM, ITEM_DRAGON_SCALE, SPECIES_KINGDRA}},
|
||||
[SPECIES_GOLDEEN] = {{EVO_LEVEL, 33, SPECIES_SEAKING}},
|
||||
[SPECIES_STARYU] = {{EVO_ITEM, ITEM_WATER_STONE, SPECIES_STARMIE}},
|
||||
[SPECIES_SCYTHER] = {{EVO_TRADE_ITEM, ITEM_METAL_COAT, SPECIES_SCIZOR}},
|
||||
[SPECIES_MAGIKARP] = {{EVO_LEVEL, 20, SPECIES_GYARADOS}},
|
||||
[SPECIES_EEVEE] = {{EVO_ITEM, ITEM_THUNDER_STONE, SPECIES_JOLTEON},
|
||||
{EVO_ITEM, ITEM_WATER_STONE, SPECIES_VAPOREON},
|
||||
{EVO_ITEM, ITEM_FIRE_STONE, SPECIES_FLAREON},
|
||||
{EVO_FRIENDSHIP_DAY, 0, SPECIES_ESPEON},
|
||||
{EVO_FRIENDSHIP_NIGHT, 0, SPECIES_UMBREON}},
|
||||
[SPECIES_PORYGON] = {{EVO_TRADE_ITEM, ITEM_UP_GRADE, SPECIES_PORYGON2}},
|
||||
[SPECIES_OMANYTE] = {{EVO_LEVEL, 40, SPECIES_OMASTAR}},
|
||||
[SPECIES_KABUTO] = {{EVO_LEVEL, 40, SPECIES_KABUTOPS}},
|
||||
[SPECIES_DRATINI] = {{EVO_LEVEL, 30, SPECIES_DRAGONAIR}},
|
||||
[SPECIES_DRAGONAIR] = {{EVO_LEVEL, 55, SPECIES_DRAGONITE}},
|
||||
[SPECIES_CHIKORITA] = {{EVO_LEVEL, 16, SPECIES_BAYLEEF}},
|
||||
[SPECIES_BAYLEEF] = {{EVO_LEVEL, 32, SPECIES_MEGANIUM}},
|
||||
[SPECIES_CYNDAQUIL] = {{EVO_LEVEL, 14, SPECIES_QUILAVA}},
|
||||
[SPECIES_QUILAVA] = {{EVO_LEVEL, 36, SPECIES_TYPHLOSION}},
|
||||
[SPECIES_TOTODILE] = {{EVO_LEVEL, 18, SPECIES_CROCONAW}},
|
||||
[SPECIES_CROCONAW] = {{EVO_LEVEL, 30, SPECIES_FERALIGATR}},
|
||||
[SPECIES_SENTRET] = {{EVO_LEVEL, 15, SPECIES_FURRET}},
|
||||
[SPECIES_HOOTHOOT] = {{EVO_LEVEL, 20, SPECIES_NOCTOWL}},
|
||||
[SPECIES_LEDYBA] = {{EVO_LEVEL, 18, SPECIES_LEDIAN}},
|
||||
[SPECIES_SPINARAK] = {{EVO_LEVEL, 22, SPECIES_ARIADOS}},
|
||||
[SPECIES_CHINCHOU] = {{EVO_LEVEL, 27, SPECIES_LANTURN}},
|
||||
[SPECIES_PICHU] = {{EVO_FRIENDSHIP, 0, SPECIES_PIKACHU}},
|
||||
[SPECIES_CLEFFA] = {{EVO_FRIENDSHIP, 0, SPECIES_CLEFAIRY}},
|
||||
[SPECIES_IGGLYBUFF] = {{EVO_FRIENDSHIP, 0, SPECIES_JIGGLYPUFF}},
|
||||
[SPECIES_TOGEPI] = {{EVO_FRIENDSHIP, 0, SPECIES_TOGETIC}},
|
||||
[SPECIES_NATU] = {{EVO_LEVEL, 25, SPECIES_XATU}},
|
||||
[SPECIES_MAREEP] = {{EVO_LEVEL, 15, SPECIES_FLAAFFY}},
|
||||
[SPECIES_FLAAFFY] = {{EVO_LEVEL, 30, SPECIES_AMPHAROS}},
|
||||
[SPECIES_MARILL] = {{EVO_LEVEL, 18, SPECIES_AZUMARILL}},
|
||||
[SPECIES_HOPPIP] = {{EVO_LEVEL, 18, SPECIES_SKIPLOOM}},
|
||||
[SPECIES_SKIPLOOM] = {{EVO_LEVEL, 27, SPECIES_JUMPLUFF}},
|
||||
[SPECIES_SUNKERN] = {{EVO_ITEM, ITEM_SUN_STONE, SPECIES_SUNFLORA}},
|
||||
[SPECIES_WOOPER] = {{EVO_LEVEL, 20, SPECIES_QUAGSIRE}},
|
||||
[SPECIES_PINECO] = {{EVO_LEVEL, 31, SPECIES_FORRETRESS}},
|
||||
[SPECIES_SNUBBULL] = {{EVO_LEVEL, 23, SPECIES_GRANBULL}},
|
||||
[SPECIES_TEDDIURSA] = {{EVO_LEVEL, 30, SPECIES_URSARING}},
|
||||
[SPECIES_SLUGMA] = {{EVO_LEVEL, 38, SPECIES_MAGCARGO}},
|
||||
[SPECIES_SWINUB] = {{EVO_LEVEL, 33, SPECIES_PILOSWINE}},
|
||||
[SPECIES_REMORAID] = {{EVO_LEVEL, 25, SPECIES_OCTILLERY}},
|
||||
[SPECIES_HOUNDOUR] = {{EVO_LEVEL, 24, SPECIES_HOUNDOOM}},
|
||||
[SPECIES_PHANPY] = {{EVO_LEVEL, 25, SPECIES_DONPHAN}},
|
||||
[SPECIES_TYROGUE] = {{EVO_LEVEL_ATK_LT_DEF, 20, SPECIES_HITMONCHAN},
|
||||
{EVO_LEVEL_ATK_GT_DEF, 20, SPECIES_HITMONLEE},
|
||||
{EVO_LEVEL_ATK_EQ_DEF, 20, SPECIES_HITMONTOP}},
|
||||
[SPECIES_SMOOCHUM] = {{EVO_LEVEL, 30, SPECIES_JYNX}},
|
||||
[SPECIES_ELEKID] = {{EVO_LEVEL, 30, SPECIES_ELECTABUZZ}},
|
||||
[SPECIES_MAGBY] = {{EVO_LEVEL, 30, SPECIES_MAGMAR}},
|
||||
[SPECIES_LARVITAR] = {{EVO_LEVEL, 30, SPECIES_PUPITAR}},
|
||||
[SPECIES_PUPITAR] = {{EVO_LEVEL, 55, SPECIES_TYRANITAR}},
|
||||
[SPECIES_TREECKO] = {{EVO_LEVEL, 16, SPECIES_GROVYLE}},
|
||||
[SPECIES_GROVYLE] = {{EVO_LEVEL, 36, SPECIES_SCEPTILE}},
|
||||
[SPECIES_TORCHIC] = {{EVO_LEVEL, 16, SPECIES_COMBUSKEN}},
|
||||
[SPECIES_COMBUSKEN] = {{EVO_LEVEL, 36, SPECIES_BLAZIKEN}},
|
||||
[SPECIES_MUDKIP] = {{EVO_LEVEL, 16, SPECIES_MARSHTOMP}},
|
||||
[SPECIES_MARSHTOMP] = {{EVO_LEVEL, 36, SPECIES_SWAMPERT}},
|
||||
[SPECIES_POOCHYENA] = {{EVO_LEVEL, 18, SPECIES_MIGHTYENA}},
|
||||
[SPECIES_ZIGZAGOON] = {{EVO_LEVEL, 20, SPECIES_LINOONE}},
|
||||
[SPECIES_WURMPLE] = {{EVO_LEVEL_SILCOON, 7, SPECIES_SILCOON},
|
||||
{EVO_LEVEL_CASCOON, 7, SPECIES_CASCOON}},
|
||||
[SPECIES_SILCOON] = {{EVO_LEVEL, 10, SPECIES_BEAUTIFLY}},
|
||||
[SPECIES_CASCOON] = {{EVO_LEVEL, 10, SPECIES_DUSTOX}},
|
||||
[SPECIES_LOTAD] = {{EVO_LEVEL, 14, SPECIES_LOMBRE}},
|
||||
[SPECIES_LOMBRE] = {{EVO_ITEM, ITEM_WATER_STONE, SPECIES_LUDICOLO}},
|
||||
[SPECIES_SEEDOT] = {{EVO_LEVEL, 14, SPECIES_NUZLEAF}},
|
||||
[SPECIES_NUZLEAF] = {{EVO_ITEM, ITEM_LEAF_STONE, SPECIES_SHIFTRY}},
|
||||
[SPECIES_NINCADA] = {{EVO_LEVEL_NINJASK, 20, SPECIES_NINJASK},
|
||||
{EVO_LEVEL_SHEDINJA, 20, SPECIES_SHEDINJA}},
|
||||
[SPECIES_TAILLOW] = {{EVO_LEVEL, 22, SPECIES_SWELLOW}},
|
||||
[SPECIES_SHROOMISH] = {{EVO_LEVEL, 23, SPECIES_BRELOOM}},
|
||||
[SPECIES_WINGULL] = {{EVO_LEVEL, 25, SPECIES_PELIPPER}},
|
||||
[SPECIES_SURSKIT] = {{EVO_LEVEL, 22, SPECIES_MASQUERAIN}},
|
||||
[SPECIES_WAILMER] = {{EVO_LEVEL, 40, SPECIES_WAILORD}},
|
||||
[SPECIES_SKITTY] = {{EVO_ITEM, ITEM_MOON_STONE, SPECIES_DELCATTY}},
|
||||
[SPECIES_BALTOY] = {{EVO_LEVEL, 36, SPECIES_CLAYDOL}},
|
||||
[SPECIES_BARBOACH] = {{EVO_LEVEL, 30, SPECIES_WHISCASH}},
|
||||
[SPECIES_CORPHISH] = {{EVO_LEVEL, 30, SPECIES_CRAWDAUNT}},
|
||||
[SPECIES_FEEBAS] = {{EVO_BEAUTY, 170, SPECIES_MILOTIC}},
|
||||
[SPECIES_CARVANHA] = {{EVO_LEVEL, 30, SPECIES_SHARPEDO}},
|
||||
[SPECIES_TRAPINCH] = {{EVO_LEVEL, 35, SPECIES_VIBRAVA}},
|
||||
[SPECIES_VIBRAVA] = {{EVO_LEVEL, 45, SPECIES_FLYGON}},
|
||||
[SPECIES_MAKUHITA] = {{EVO_LEVEL, 24, SPECIES_HARIYAMA}},
|
||||
[SPECIES_ELECTRIKE] = {{EVO_LEVEL, 26, SPECIES_MANECTRIC}},
|
||||
[SPECIES_NUMEL] = {{EVO_LEVEL, 33, SPECIES_CAMERUPT}},
|
||||
[SPECIES_SPHEAL] = {{EVO_LEVEL, 32, SPECIES_SEALEO}},
|
||||
[SPECIES_SEALEO] = {{EVO_LEVEL, 44, SPECIES_WALREIN}},
|
||||
[SPECIES_CACNEA] = {{EVO_LEVEL, 32, SPECIES_CACTURNE}},
|
||||
[SPECIES_SNORUNT] = {{EVO_LEVEL, 42, SPECIES_GLALIE}},
|
||||
[SPECIES_AZURILL] = {{EVO_FRIENDSHIP, 0, SPECIES_MARILL}},
|
||||
[SPECIES_SPOINK] = {{EVO_LEVEL, 32, SPECIES_GRUMPIG}},
|
||||
[SPECIES_MEDITITE] = {{EVO_LEVEL, 37, SPECIES_MEDICHAM}},
|
||||
[SPECIES_SWABLU] = {{EVO_LEVEL, 35, SPECIES_ALTARIA}},
|
||||
[SPECIES_WYNAUT] = {{EVO_LEVEL, 15, SPECIES_WOBBUFFET}},
|
||||
[SPECIES_DUSKULL] = {{EVO_LEVEL, 37, SPECIES_DUSCLOPS}},
|
||||
[SPECIES_SLAKOTH] = {{EVO_LEVEL, 18, SPECIES_VIGOROTH}},
|
||||
[SPECIES_VIGOROTH] = {{EVO_LEVEL, 36, SPECIES_SLAKING}},
|
||||
[SPECIES_GULPIN] = {{EVO_LEVEL, 26, SPECIES_SWALOT}},
|
||||
[SPECIES_WHISMUR] = {{EVO_LEVEL, 20, SPECIES_LOUDRED}},
|
||||
[SPECIES_LOUDRED] = {{EVO_LEVEL, 40, SPECIES_EXPLOUD}},
|
||||
[SPECIES_CLAMPERL] = {{EVO_TRADE_ITEM, ITEM_DEEP_SEA_TOOTH, SPECIES_HUNTAIL},
|
||||
{EVO_TRADE_ITEM, ITEM_DEEP_SEA_SCALE, SPECIES_GOREBYSS}},
|
||||
[SPECIES_SHUPPET] = {{EVO_LEVEL, 37, SPECIES_BANETTE}},
|
||||
[SPECIES_ARON] = {{EVO_LEVEL, 32, SPECIES_LAIRON}},
|
||||
[SPECIES_LAIRON] = {{EVO_LEVEL, 42, SPECIES_AGGRON}},
|
||||
[SPECIES_LILEEP] = {{EVO_LEVEL, 40, SPECIES_CRADILY}},
|
||||
[SPECIES_ANORITH] = {{EVO_LEVEL, 40, SPECIES_ARMALDO}},
|
||||
[SPECIES_RALTS] = {{EVO_LEVEL, 20, SPECIES_KIRLIA}},
|
||||
[SPECIES_KIRLIA] = {{EVO_LEVEL, 30, SPECIES_GARDEVOIR}},
|
||||
[SPECIES_BAGON] = {{EVO_LEVEL, 30, SPECIES_SHELGON}},
|
||||
[SPECIES_SHELGON] = {{EVO_LEVEL, 50, SPECIES_SALAMENCE}},
|
||||
[SPECIES_BELDUM] = {{EVO_LEVEL, 20, SPECIES_METANG}},
|
||||
[SPECIES_METANG] = {{EVO_LEVEL, 45, SPECIES_METAGROSS}},
|
||||
};
|
||||
|
||||
#endif //POKEEMERALD_EVOLUTION_H
|
||||
@@ -0,0 +1,849 @@
|
||||
#ifndef POKEEMERALD_EXPERIENCE_TABLES_H
|
||||
#define POKEEMERALD_EXPERIENCE_TABLES_H
|
||||
|
||||
#define SQUARE(n)(n * n)
|
||||
#define CUBE(n)(n * n * n)
|
||||
|
||||
#define EXP_SLOW(n)((5 * CUBE(n)) / 4) // (5 * (n)^3) / 4
|
||||
#define EXP_FAST(n)((4 * CUBE(n)) / 5) // (4 * (n)^3) / 5
|
||||
#define EXP_MEDIUM_FAST(n)(CUBE(n)) // (n)^3
|
||||
#define EXP_MEDIUM_SLOW(n)((6 * CUBE(n)) / 5 - (15 * SQUARE(n)) + (100 * n) - 140) // (6 * (n)^3) / 5 - (15 * (n)^2) + (100 * n) - 140
|
||||
#define EXP_ERRATIC(n) \
|
||||
(n <= 50) ? ((100 - n) * CUBE(n) / 50) \
|
||||
:(n <= 68) ? ((150 - n) * CUBE(n) / 100) \
|
||||
:(n <= 98) ? (((1911 - 10 * n) / 3) * CUBE(n) / 500) \
|
||||
: ((160 - n) * CUBE(n) / 100)
|
||||
#define EXP_FLUCTUATING(n) \
|
||||
(n <= 15) ? (((n + 1) / 3 + 24) * CUBE(n) / 50) \
|
||||
:(n <= 36) ? ((n + 14) * CUBE(n) / 50) \
|
||||
: (((n / 2) + 32) * CUBE(n) / 50)
|
||||
|
||||
const u32 gExperienceTables[][MAX_MON_LEVEL + 1] =
|
||||
{
|
||||
{ // Medium Fast
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_MEDIUM_FAST(2),
|
||||
EXP_MEDIUM_FAST(3),
|
||||
EXP_MEDIUM_FAST(4),
|
||||
EXP_MEDIUM_FAST(5),
|
||||
EXP_MEDIUM_FAST(6),
|
||||
EXP_MEDIUM_FAST(7),
|
||||
EXP_MEDIUM_FAST(8),
|
||||
EXP_MEDIUM_FAST(9),
|
||||
EXP_MEDIUM_FAST(10),
|
||||
EXP_MEDIUM_FAST(11),
|
||||
EXP_MEDIUM_FAST(12),
|
||||
EXP_MEDIUM_FAST(13),
|
||||
EXP_MEDIUM_FAST(14),
|
||||
EXP_MEDIUM_FAST(15),
|
||||
EXP_MEDIUM_FAST(16),
|
||||
EXP_MEDIUM_FAST(17),
|
||||
EXP_MEDIUM_FAST(18),
|
||||
EXP_MEDIUM_FAST(19),
|
||||
EXP_MEDIUM_FAST(20),
|
||||
EXP_MEDIUM_FAST(21),
|
||||
EXP_MEDIUM_FAST(22),
|
||||
EXP_MEDIUM_FAST(23),
|
||||
EXP_MEDIUM_FAST(24),
|
||||
EXP_MEDIUM_FAST(25),
|
||||
EXP_MEDIUM_FAST(26),
|
||||
EXP_MEDIUM_FAST(27),
|
||||
EXP_MEDIUM_FAST(28),
|
||||
EXP_MEDIUM_FAST(29),
|
||||
EXP_MEDIUM_FAST(30),
|
||||
EXP_MEDIUM_FAST(31),
|
||||
EXP_MEDIUM_FAST(32),
|
||||
EXP_MEDIUM_FAST(33),
|
||||
EXP_MEDIUM_FAST(34),
|
||||
EXP_MEDIUM_FAST(35),
|
||||
EXP_MEDIUM_FAST(36),
|
||||
EXP_MEDIUM_FAST(37),
|
||||
EXP_MEDIUM_FAST(38),
|
||||
EXP_MEDIUM_FAST(39),
|
||||
EXP_MEDIUM_FAST(40),
|
||||
EXP_MEDIUM_FAST(41),
|
||||
EXP_MEDIUM_FAST(42),
|
||||
EXP_MEDIUM_FAST(43),
|
||||
EXP_MEDIUM_FAST(44),
|
||||
EXP_MEDIUM_FAST(45),
|
||||
EXP_MEDIUM_FAST(46),
|
||||
EXP_MEDIUM_FAST(47),
|
||||
EXP_MEDIUM_FAST(48),
|
||||
EXP_MEDIUM_FAST(49),
|
||||
EXP_MEDIUM_FAST(50),
|
||||
EXP_MEDIUM_FAST(51),
|
||||
EXP_MEDIUM_FAST(52),
|
||||
EXP_MEDIUM_FAST(53),
|
||||
EXP_MEDIUM_FAST(54),
|
||||
EXP_MEDIUM_FAST(55),
|
||||
EXP_MEDIUM_FAST(56),
|
||||
EXP_MEDIUM_FAST(57),
|
||||
EXP_MEDIUM_FAST(58),
|
||||
EXP_MEDIUM_FAST(59),
|
||||
EXP_MEDIUM_FAST(60),
|
||||
EXP_MEDIUM_FAST(61),
|
||||
EXP_MEDIUM_FAST(62),
|
||||
EXP_MEDIUM_FAST(63),
|
||||
EXP_MEDIUM_FAST(64),
|
||||
EXP_MEDIUM_FAST(65),
|
||||
EXP_MEDIUM_FAST(66),
|
||||
EXP_MEDIUM_FAST(67),
|
||||
EXP_MEDIUM_FAST(68),
|
||||
EXP_MEDIUM_FAST(69),
|
||||
EXP_MEDIUM_FAST(70),
|
||||
EXP_MEDIUM_FAST(71),
|
||||
EXP_MEDIUM_FAST(72),
|
||||
EXP_MEDIUM_FAST(73),
|
||||
EXP_MEDIUM_FAST(74),
|
||||
EXP_MEDIUM_FAST(75),
|
||||
EXP_MEDIUM_FAST(76),
|
||||
EXP_MEDIUM_FAST(77),
|
||||
EXP_MEDIUM_FAST(78),
|
||||
EXP_MEDIUM_FAST(79),
|
||||
EXP_MEDIUM_FAST(80),
|
||||
EXP_MEDIUM_FAST(81),
|
||||
EXP_MEDIUM_FAST(82),
|
||||
EXP_MEDIUM_FAST(83),
|
||||
EXP_MEDIUM_FAST(84),
|
||||
EXP_MEDIUM_FAST(85),
|
||||
EXP_MEDIUM_FAST(86),
|
||||
EXP_MEDIUM_FAST(87),
|
||||
EXP_MEDIUM_FAST(88),
|
||||
EXP_MEDIUM_FAST(89),
|
||||
EXP_MEDIUM_FAST(90),
|
||||
EXP_MEDIUM_FAST(91),
|
||||
EXP_MEDIUM_FAST(92),
|
||||
EXP_MEDIUM_FAST(93),
|
||||
EXP_MEDIUM_FAST(94),
|
||||
EXP_MEDIUM_FAST(95),
|
||||
EXP_MEDIUM_FAST(96),
|
||||
EXP_MEDIUM_FAST(97),
|
||||
EXP_MEDIUM_FAST(98),
|
||||
EXP_MEDIUM_FAST(99),
|
||||
EXP_MEDIUM_FAST(100),
|
||||
},
|
||||
{ // Erratic
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_ERRATIC(2),
|
||||
EXP_ERRATIC(3),
|
||||
EXP_ERRATIC(4),
|
||||
EXP_ERRATIC(5),
|
||||
EXP_ERRATIC(6),
|
||||
EXP_ERRATIC(7),
|
||||
EXP_ERRATIC(8),
|
||||
EXP_ERRATIC(9),
|
||||
EXP_ERRATIC(10),
|
||||
EXP_ERRATIC(11),
|
||||
EXP_ERRATIC(12),
|
||||
EXP_ERRATIC(13),
|
||||
EXP_ERRATIC(14),
|
||||
EXP_ERRATIC(15),
|
||||
EXP_ERRATIC(16),
|
||||
EXP_ERRATIC(17),
|
||||
EXP_ERRATIC(18),
|
||||
EXP_ERRATIC(19),
|
||||
EXP_ERRATIC(20),
|
||||
EXP_ERRATIC(21),
|
||||
EXP_ERRATIC(22),
|
||||
EXP_ERRATIC(23),
|
||||
EXP_ERRATIC(24),
|
||||
EXP_ERRATIC(25),
|
||||
EXP_ERRATIC(26),
|
||||
EXP_ERRATIC(27),
|
||||
EXP_ERRATIC(28),
|
||||
EXP_ERRATIC(29),
|
||||
EXP_ERRATIC(30),
|
||||
EXP_ERRATIC(31),
|
||||
EXP_ERRATIC(32),
|
||||
EXP_ERRATIC(33),
|
||||
EXP_ERRATIC(34),
|
||||
EXP_ERRATIC(35),
|
||||
EXP_ERRATIC(36),
|
||||
EXP_ERRATIC(37),
|
||||
EXP_ERRATIC(38),
|
||||
EXP_ERRATIC(39),
|
||||
EXP_ERRATIC(40),
|
||||
EXP_ERRATIC(41),
|
||||
EXP_ERRATIC(42),
|
||||
EXP_ERRATIC(43),
|
||||
EXP_ERRATIC(44),
|
||||
EXP_ERRATIC(45),
|
||||
EXP_ERRATIC(46),
|
||||
EXP_ERRATIC(47),
|
||||
EXP_ERRATIC(48),
|
||||
EXP_ERRATIC(49),
|
||||
EXP_ERRATIC(50),
|
||||
EXP_ERRATIC(51),
|
||||
EXP_ERRATIC(52),
|
||||
EXP_ERRATIC(53),
|
||||
EXP_ERRATIC(54),
|
||||
EXP_ERRATIC(55),
|
||||
EXP_ERRATIC(56),
|
||||
EXP_ERRATIC(57),
|
||||
EXP_ERRATIC(58),
|
||||
EXP_ERRATIC(59),
|
||||
EXP_ERRATIC(60),
|
||||
EXP_ERRATIC(61),
|
||||
EXP_ERRATIC(62),
|
||||
EXP_ERRATIC(63),
|
||||
EXP_ERRATIC(64),
|
||||
EXP_ERRATIC(65),
|
||||
EXP_ERRATIC(66),
|
||||
EXP_ERRATIC(67),
|
||||
EXP_ERRATIC(68),
|
||||
EXP_ERRATIC(69),
|
||||
EXP_ERRATIC(70),
|
||||
EXP_ERRATIC(71),
|
||||
EXP_ERRATIC(72),
|
||||
EXP_ERRATIC(73),
|
||||
EXP_ERRATIC(74),
|
||||
EXP_ERRATIC(75),
|
||||
EXP_ERRATIC(76),
|
||||
EXP_ERRATIC(77),
|
||||
EXP_ERRATIC(78),
|
||||
EXP_ERRATIC(79),
|
||||
EXP_ERRATIC(80),
|
||||
EXP_ERRATIC(81),
|
||||
EXP_ERRATIC(82),
|
||||
EXP_ERRATIC(83),
|
||||
EXP_ERRATIC(84),
|
||||
EXP_ERRATIC(85),
|
||||
EXP_ERRATIC(86),
|
||||
EXP_ERRATIC(87),
|
||||
EXP_ERRATIC(88),
|
||||
EXP_ERRATIC(89),
|
||||
EXP_ERRATIC(90),
|
||||
EXP_ERRATIC(91),
|
||||
EXP_ERRATIC(92),
|
||||
EXP_ERRATIC(93),
|
||||
EXP_ERRATIC(94),
|
||||
EXP_ERRATIC(95),
|
||||
EXP_ERRATIC(96),
|
||||
EXP_ERRATIC(97),
|
||||
EXP_ERRATIC(98),
|
||||
EXP_ERRATIC(99),
|
||||
EXP_ERRATIC(100),
|
||||
},
|
||||
{ // Fluctuating
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_FLUCTUATING(2),
|
||||
EXP_FLUCTUATING(3),
|
||||
EXP_FLUCTUATING(4),
|
||||
EXP_FLUCTUATING(5),
|
||||
EXP_FLUCTUATING(6),
|
||||
EXP_FLUCTUATING(7),
|
||||
EXP_FLUCTUATING(8),
|
||||
EXP_FLUCTUATING(9),
|
||||
EXP_FLUCTUATING(10),
|
||||
EXP_FLUCTUATING(11),
|
||||
EXP_FLUCTUATING(12),
|
||||
EXP_FLUCTUATING(13),
|
||||
EXP_FLUCTUATING(14),
|
||||
EXP_FLUCTUATING(15),
|
||||
EXP_FLUCTUATING(16),
|
||||
EXP_FLUCTUATING(17),
|
||||
EXP_FLUCTUATING(18),
|
||||
EXP_FLUCTUATING(19),
|
||||
EXP_FLUCTUATING(20),
|
||||
EXP_FLUCTUATING(21),
|
||||
EXP_FLUCTUATING(22),
|
||||
EXP_FLUCTUATING(23),
|
||||
EXP_FLUCTUATING(24),
|
||||
EXP_FLUCTUATING(25),
|
||||
EXP_FLUCTUATING(26),
|
||||
EXP_FLUCTUATING(27),
|
||||
EXP_FLUCTUATING(28),
|
||||
EXP_FLUCTUATING(29),
|
||||
EXP_FLUCTUATING(30),
|
||||
EXP_FLUCTUATING(31),
|
||||
EXP_FLUCTUATING(32),
|
||||
EXP_FLUCTUATING(33),
|
||||
EXP_FLUCTUATING(34),
|
||||
EXP_FLUCTUATING(35),
|
||||
EXP_FLUCTUATING(36),
|
||||
EXP_FLUCTUATING(37),
|
||||
EXP_FLUCTUATING(38),
|
||||
EXP_FLUCTUATING(39),
|
||||
EXP_FLUCTUATING(40),
|
||||
EXP_FLUCTUATING(41),
|
||||
EXP_FLUCTUATING(42),
|
||||
EXP_FLUCTUATING(43),
|
||||
EXP_FLUCTUATING(44),
|
||||
EXP_FLUCTUATING(45),
|
||||
EXP_FLUCTUATING(46),
|
||||
EXP_FLUCTUATING(47),
|
||||
EXP_FLUCTUATING(48),
|
||||
EXP_FLUCTUATING(49),
|
||||
EXP_FLUCTUATING(50),
|
||||
EXP_FLUCTUATING(51),
|
||||
EXP_FLUCTUATING(52),
|
||||
EXP_FLUCTUATING(53),
|
||||
EXP_FLUCTUATING(54),
|
||||
EXP_FLUCTUATING(55),
|
||||
EXP_FLUCTUATING(56),
|
||||
EXP_FLUCTUATING(57),
|
||||
EXP_FLUCTUATING(58),
|
||||
EXP_FLUCTUATING(59),
|
||||
EXP_FLUCTUATING(60),
|
||||
EXP_FLUCTUATING(61),
|
||||
EXP_FLUCTUATING(62),
|
||||
EXP_FLUCTUATING(63),
|
||||
EXP_FLUCTUATING(64),
|
||||
EXP_FLUCTUATING(65),
|
||||
EXP_FLUCTUATING(66),
|
||||
EXP_FLUCTUATING(67),
|
||||
EXP_FLUCTUATING(68),
|
||||
EXP_FLUCTUATING(69),
|
||||
EXP_FLUCTUATING(70),
|
||||
EXP_FLUCTUATING(71),
|
||||
EXP_FLUCTUATING(72),
|
||||
EXP_FLUCTUATING(73),
|
||||
EXP_FLUCTUATING(74),
|
||||
EXP_FLUCTUATING(75),
|
||||
EXP_FLUCTUATING(76),
|
||||
EXP_FLUCTUATING(77),
|
||||
EXP_FLUCTUATING(78),
|
||||
EXP_FLUCTUATING(79),
|
||||
EXP_FLUCTUATING(80),
|
||||
EXP_FLUCTUATING(81),
|
||||
EXP_FLUCTUATING(82),
|
||||
EXP_FLUCTUATING(83),
|
||||
EXP_FLUCTUATING(84),
|
||||
EXP_FLUCTUATING(85),
|
||||
EXP_FLUCTUATING(86),
|
||||
EXP_FLUCTUATING(87),
|
||||
EXP_FLUCTUATING(88),
|
||||
EXP_FLUCTUATING(89),
|
||||
EXP_FLUCTUATING(90),
|
||||
EXP_FLUCTUATING(91),
|
||||
EXP_FLUCTUATING(92),
|
||||
EXP_FLUCTUATING(93),
|
||||
EXP_FLUCTUATING(94),
|
||||
EXP_FLUCTUATING(95),
|
||||
EXP_FLUCTUATING(96),
|
||||
EXP_FLUCTUATING(97),
|
||||
EXP_FLUCTUATING(98),
|
||||
EXP_FLUCTUATING(99),
|
||||
EXP_FLUCTUATING(100),
|
||||
},
|
||||
{ // Medium Slow
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_MEDIUM_SLOW(2),
|
||||
EXP_MEDIUM_SLOW(3),
|
||||
EXP_MEDIUM_SLOW(4),
|
||||
EXP_MEDIUM_SLOW(5),
|
||||
EXP_MEDIUM_SLOW(6),
|
||||
EXP_MEDIUM_SLOW(7),
|
||||
EXP_MEDIUM_SLOW(8),
|
||||
EXP_MEDIUM_SLOW(9),
|
||||
EXP_MEDIUM_SLOW(10),
|
||||
EXP_MEDIUM_SLOW(11),
|
||||
EXP_MEDIUM_SLOW(12),
|
||||
EXP_MEDIUM_SLOW(13),
|
||||
EXP_MEDIUM_SLOW(14),
|
||||
EXP_MEDIUM_SLOW(15),
|
||||
EXP_MEDIUM_SLOW(16),
|
||||
EXP_MEDIUM_SLOW(17),
|
||||
EXP_MEDIUM_SLOW(18),
|
||||
EXP_MEDIUM_SLOW(19),
|
||||
EXP_MEDIUM_SLOW(20),
|
||||
EXP_MEDIUM_SLOW(21),
|
||||
EXP_MEDIUM_SLOW(22),
|
||||
EXP_MEDIUM_SLOW(23),
|
||||
EXP_MEDIUM_SLOW(24),
|
||||
EXP_MEDIUM_SLOW(25),
|
||||
EXP_MEDIUM_SLOW(26),
|
||||
EXP_MEDIUM_SLOW(27),
|
||||
EXP_MEDIUM_SLOW(28),
|
||||
EXP_MEDIUM_SLOW(29),
|
||||
EXP_MEDIUM_SLOW(30),
|
||||
EXP_MEDIUM_SLOW(31),
|
||||
EXP_MEDIUM_SLOW(32),
|
||||
EXP_MEDIUM_SLOW(33),
|
||||
EXP_MEDIUM_SLOW(34),
|
||||
EXP_MEDIUM_SLOW(35),
|
||||
EXP_MEDIUM_SLOW(36),
|
||||
EXP_MEDIUM_SLOW(37),
|
||||
EXP_MEDIUM_SLOW(38),
|
||||
EXP_MEDIUM_SLOW(39),
|
||||
EXP_MEDIUM_SLOW(40),
|
||||
EXP_MEDIUM_SLOW(41),
|
||||
EXP_MEDIUM_SLOW(42),
|
||||
EXP_MEDIUM_SLOW(43),
|
||||
EXP_MEDIUM_SLOW(44),
|
||||
EXP_MEDIUM_SLOW(45),
|
||||
EXP_MEDIUM_SLOW(46),
|
||||
EXP_MEDIUM_SLOW(47),
|
||||
EXP_MEDIUM_SLOW(48),
|
||||
EXP_MEDIUM_SLOW(49),
|
||||
EXP_MEDIUM_SLOW(50),
|
||||
EXP_MEDIUM_SLOW(51),
|
||||
EXP_MEDIUM_SLOW(52),
|
||||
EXP_MEDIUM_SLOW(53),
|
||||
EXP_MEDIUM_SLOW(54),
|
||||
EXP_MEDIUM_SLOW(55),
|
||||
EXP_MEDIUM_SLOW(56),
|
||||
EXP_MEDIUM_SLOW(57),
|
||||
EXP_MEDIUM_SLOW(58),
|
||||
EXP_MEDIUM_SLOW(59),
|
||||
EXP_MEDIUM_SLOW(60),
|
||||
EXP_MEDIUM_SLOW(61),
|
||||
EXP_MEDIUM_SLOW(62),
|
||||
EXP_MEDIUM_SLOW(63),
|
||||
EXP_MEDIUM_SLOW(64),
|
||||
EXP_MEDIUM_SLOW(65),
|
||||
EXP_MEDIUM_SLOW(66),
|
||||
EXP_MEDIUM_SLOW(67),
|
||||
EXP_MEDIUM_SLOW(68),
|
||||
EXP_MEDIUM_SLOW(69),
|
||||
EXP_MEDIUM_SLOW(70),
|
||||
EXP_MEDIUM_SLOW(71),
|
||||
EXP_MEDIUM_SLOW(72),
|
||||
EXP_MEDIUM_SLOW(73),
|
||||
EXP_MEDIUM_SLOW(74),
|
||||
EXP_MEDIUM_SLOW(75),
|
||||
EXP_MEDIUM_SLOW(76),
|
||||
EXP_MEDIUM_SLOW(77),
|
||||
EXP_MEDIUM_SLOW(78),
|
||||
EXP_MEDIUM_SLOW(79),
|
||||
EXP_MEDIUM_SLOW(80),
|
||||
EXP_MEDIUM_SLOW(81),
|
||||
EXP_MEDIUM_SLOW(82),
|
||||
EXP_MEDIUM_SLOW(83),
|
||||
EXP_MEDIUM_SLOW(84),
|
||||
EXP_MEDIUM_SLOW(85),
|
||||
EXP_MEDIUM_SLOW(86),
|
||||
EXP_MEDIUM_SLOW(87),
|
||||
EXP_MEDIUM_SLOW(88),
|
||||
EXP_MEDIUM_SLOW(89),
|
||||
EXP_MEDIUM_SLOW(90),
|
||||
EXP_MEDIUM_SLOW(91),
|
||||
EXP_MEDIUM_SLOW(92),
|
||||
EXP_MEDIUM_SLOW(93),
|
||||
EXP_MEDIUM_SLOW(94),
|
||||
EXP_MEDIUM_SLOW(95),
|
||||
EXP_MEDIUM_SLOW(96),
|
||||
EXP_MEDIUM_SLOW(97),
|
||||
EXP_MEDIUM_SLOW(98),
|
||||
EXP_MEDIUM_SLOW(99),
|
||||
EXP_MEDIUM_SLOW(100),
|
||||
},
|
||||
{ // Fast
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_FAST(2),
|
||||
EXP_FAST(3),
|
||||
EXP_FAST(4),
|
||||
EXP_FAST(5),
|
||||
EXP_FAST(6),
|
||||
EXP_FAST(7),
|
||||
EXP_FAST(8),
|
||||
EXP_FAST(9),
|
||||
EXP_FAST(10),
|
||||
EXP_FAST(11),
|
||||
EXP_FAST(12),
|
||||
EXP_FAST(13),
|
||||
EXP_FAST(14),
|
||||
EXP_FAST(15),
|
||||
EXP_FAST(16),
|
||||
EXP_FAST(17),
|
||||
EXP_FAST(18),
|
||||
EXP_FAST(19),
|
||||
EXP_FAST(20),
|
||||
EXP_FAST(21),
|
||||
EXP_FAST(22),
|
||||
EXP_FAST(23),
|
||||
EXP_FAST(24),
|
||||
EXP_FAST(25),
|
||||
EXP_FAST(26),
|
||||
EXP_FAST(27),
|
||||
EXP_FAST(28),
|
||||
EXP_FAST(29),
|
||||
EXP_FAST(30),
|
||||
EXP_FAST(31),
|
||||
EXP_FAST(32),
|
||||
EXP_FAST(33),
|
||||
EXP_FAST(34),
|
||||
EXP_FAST(35),
|
||||
EXP_FAST(36),
|
||||
EXP_FAST(37),
|
||||
EXP_FAST(38),
|
||||
EXP_FAST(39),
|
||||
EXP_FAST(40),
|
||||
EXP_FAST(41),
|
||||
EXP_FAST(42),
|
||||
EXP_FAST(43),
|
||||
EXP_FAST(44),
|
||||
EXP_FAST(45),
|
||||
EXP_FAST(46),
|
||||
EXP_FAST(47),
|
||||
EXP_FAST(48),
|
||||
EXP_FAST(49),
|
||||
EXP_FAST(50),
|
||||
EXP_FAST(51),
|
||||
EXP_FAST(52),
|
||||
EXP_FAST(53),
|
||||
EXP_FAST(54),
|
||||
EXP_FAST(55),
|
||||
EXP_FAST(56),
|
||||
EXP_FAST(57),
|
||||
EXP_FAST(58),
|
||||
EXP_FAST(59),
|
||||
EXP_FAST(60),
|
||||
EXP_FAST(61),
|
||||
EXP_FAST(62),
|
||||
EXP_FAST(63),
|
||||
EXP_FAST(64),
|
||||
EXP_FAST(65),
|
||||
EXP_FAST(66),
|
||||
EXP_FAST(67),
|
||||
EXP_FAST(68),
|
||||
EXP_FAST(69),
|
||||
EXP_FAST(70),
|
||||
EXP_FAST(71),
|
||||
EXP_FAST(72),
|
||||
EXP_FAST(73),
|
||||
EXP_FAST(74),
|
||||
EXP_FAST(75),
|
||||
EXP_FAST(76),
|
||||
EXP_FAST(77),
|
||||
EXP_FAST(78),
|
||||
EXP_FAST(79),
|
||||
EXP_FAST(80),
|
||||
EXP_FAST(81),
|
||||
EXP_FAST(82),
|
||||
EXP_FAST(83),
|
||||
EXP_FAST(84),
|
||||
EXP_FAST(85),
|
||||
EXP_FAST(86),
|
||||
EXP_FAST(87),
|
||||
EXP_FAST(88),
|
||||
EXP_FAST(89),
|
||||
EXP_FAST(90),
|
||||
EXP_FAST(91),
|
||||
EXP_FAST(92),
|
||||
EXP_FAST(93),
|
||||
EXP_FAST(94),
|
||||
EXP_FAST(95),
|
||||
EXP_FAST(96),
|
||||
EXP_FAST(97),
|
||||
EXP_FAST(98),
|
||||
EXP_FAST(99),
|
||||
EXP_FAST(100),
|
||||
},
|
||||
{ // Slow
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_SLOW(2),
|
||||
EXP_SLOW(3),
|
||||
EXP_SLOW(4),
|
||||
EXP_SLOW(5),
|
||||
EXP_SLOW(6),
|
||||
EXP_SLOW(7),
|
||||
EXP_SLOW(8),
|
||||
EXP_SLOW(9),
|
||||
EXP_SLOW(10),
|
||||
EXP_SLOW(11),
|
||||
EXP_SLOW(12),
|
||||
EXP_SLOW(13),
|
||||
EXP_SLOW(14),
|
||||
EXP_SLOW(15),
|
||||
EXP_SLOW(16),
|
||||
EXP_SLOW(17),
|
||||
EXP_SLOW(18),
|
||||
EXP_SLOW(19),
|
||||
EXP_SLOW(20),
|
||||
EXP_SLOW(21),
|
||||
EXP_SLOW(22),
|
||||
EXP_SLOW(23),
|
||||
EXP_SLOW(24),
|
||||
EXP_SLOW(25),
|
||||
EXP_SLOW(26),
|
||||
EXP_SLOW(27),
|
||||
EXP_SLOW(28),
|
||||
EXP_SLOW(29),
|
||||
EXP_SLOW(30),
|
||||
EXP_SLOW(31),
|
||||
EXP_SLOW(32),
|
||||
EXP_SLOW(33),
|
||||
EXP_SLOW(34),
|
||||
EXP_SLOW(35),
|
||||
EXP_SLOW(36),
|
||||
EXP_SLOW(37),
|
||||
EXP_SLOW(38),
|
||||
EXP_SLOW(39),
|
||||
EXP_SLOW(40),
|
||||
EXP_SLOW(41),
|
||||
EXP_SLOW(42),
|
||||
EXP_SLOW(43),
|
||||
EXP_SLOW(44),
|
||||
EXP_SLOW(45),
|
||||
EXP_SLOW(46),
|
||||
EXP_SLOW(47),
|
||||
EXP_SLOW(48),
|
||||
EXP_SLOW(49),
|
||||
EXP_SLOW(50),
|
||||
EXP_SLOW(51),
|
||||
EXP_SLOW(52),
|
||||
EXP_SLOW(53),
|
||||
EXP_SLOW(54),
|
||||
EXP_SLOW(55),
|
||||
EXP_SLOW(56),
|
||||
EXP_SLOW(57),
|
||||
EXP_SLOW(58),
|
||||
EXP_SLOW(59),
|
||||
EXP_SLOW(60),
|
||||
EXP_SLOW(61),
|
||||
EXP_SLOW(62),
|
||||
EXP_SLOW(63),
|
||||
EXP_SLOW(64),
|
||||
EXP_SLOW(65),
|
||||
EXP_SLOW(66),
|
||||
EXP_SLOW(67),
|
||||
EXP_SLOW(68),
|
||||
EXP_SLOW(69),
|
||||
EXP_SLOW(70),
|
||||
EXP_SLOW(71),
|
||||
EXP_SLOW(72),
|
||||
EXP_SLOW(73),
|
||||
EXP_SLOW(74),
|
||||
EXP_SLOW(75),
|
||||
EXP_SLOW(76),
|
||||
EXP_SLOW(77),
|
||||
EXP_SLOW(78),
|
||||
EXP_SLOW(79),
|
||||
EXP_SLOW(80),
|
||||
EXP_SLOW(81),
|
||||
EXP_SLOW(82),
|
||||
EXP_SLOW(83),
|
||||
EXP_SLOW(84),
|
||||
EXP_SLOW(85),
|
||||
EXP_SLOW(86),
|
||||
EXP_SLOW(87),
|
||||
EXP_SLOW(88),
|
||||
EXP_SLOW(89),
|
||||
EXP_SLOW(90),
|
||||
EXP_SLOW(91),
|
||||
EXP_SLOW(92),
|
||||
EXP_SLOW(93),
|
||||
EXP_SLOW(94),
|
||||
EXP_SLOW(95),
|
||||
EXP_SLOW(96),
|
||||
EXP_SLOW(97),
|
||||
EXP_SLOW(98),
|
||||
EXP_SLOW(99),
|
||||
EXP_SLOW(100),
|
||||
},
|
||||
{ // Medium Fast copy 2 (unused? to-do: investigate)
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_MEDIUM_FAST(2),
|
||||
EXP_MEDIUM_FAST(3),
|
||||
EXP_MEDIUM_FAST(4),
|
||||
EXP_MEDIUM_FAST(5),
|
||||
EXP_MEDIUM_FAST(6),
|
||||
EXP_MEDIUM_FAST(7),
|
||||
EXP_MEDIUM_FAST(8),
|
||||
EXP_MEDIUM_FAST(9),
|
||||
EXP_MEDIUM_FAST(10),
|
||||
EXP_MEDIUM_FAST(11),
|
||||
EXP_MEDIUM_FAST(12),
|
||||
EXP_MEDIUM_FAST(13),
|
||||
EXP_MEDIUM_FAST(14),
|
||||
EXP_MEDIUM_FAST(15),
|
||||
EXP_MEDIUM_FAST(16),
|
||||
EXP_MEDIUM_FAST(17),
|
||||
EXP_MEDIUM_FAST(18),
|
||||
EXP_MEDIUM_FAST(19),
|
||||
EXP_MEDIUM_FAST(20),
|
||||
EXP_MEDIUM_FAST(21),
|
||||
EXP_MEDIUM_FAST(22),
|
||||
EXP_MEDIUM_FAST(23),
|
||||
EXP_MEDIUM_FAST(24),
|
||||
EXP_MEDIUM_FAST(25),
|
||||
EXP_MEDIUM_FAST(26),
|
||||
EXP_MEDIUM_FAST(27),
|
||||
EXP_MEDIUM_FAST(28),
|
||||
EXP_MEDIUM_FAST(29),
|
||||
EXP_MEDIUM_FAST(30),
|
||||
EXP_MEDIUM_FAST(31),
|
||||
EXP_MEDIUM_FAST(32),
|
||||
EXP_MEDIUM_FAST(33),
|
||||
EXP_MEDIUM_FAST(34),
|
||||
EXP_MEDIUM_FAST(35),
|
||||
EXP_MEDIUM_FAST(36),
|
||||
EXP_MEDIUM_FAST(37),
|
||||
EXP_MEDIUM_FAST(38),
|
||||
EXP_MEDIUM_FAST(39),
|
||||
EXP_MEDIUM_FAST(40),
|
||||
EXP_MEDIUM_FAST(41),
|
||||
EXP_MEDIUM_FAST(42),
|
||||
EXP_MEDIUM_FAST(43),
|
||||
EXP_MEDIUM_FAST(44),
|
||||
EXP_MEDIUM_FAST(45),
|
||||
EXP_MEDIUM_FAST(46),
|
||||
EXP_MEDIUM_FAST(47),
|
||||
EXP_MEDIUM_FAST(48),
|
||||
EXP_MEDIUM_FAST(49),
|
||||
EXP_MEDIUM_FAST(50),
|
||||
EXP_MEDIUM_FAST(51),
|
||||
EXP_MEDIUM_FAST(52),
|
||||
EXP_MEDIUM_FAST(53),
|
||||
EXP_MEDIUM_FAST(54),
|
||||
EXP_MEDIUM_FAST(55),
|
||||
EXP_MEDIUM_FAST(56),
|
||||
EXP_MEDIUM_FAST(57),
|
||||
EXP_MEDIUM_FAST(58),
|
||||
EXP_MEDIUM_FAST(59),
|
||||
EXP_MEDIUM_FAST(60),
|
||||
EXP_MEDIUM_FAST(61),
|
||||
EXP_MEDIUM_FAST(62),
|
||||
EXP_MEDIUM_FAST(63),
|
||||
EXP_MEDIUM_FAST(64),
|
||||
EXP_MEDIUM_FAST(65),
|
||||
EXP_MEDIUM_FAST(66),
|
||||
EXP_MEDIUM_FAST(67),
|
||||
EXP_MEDIUM_FAST(68),
|
||||
EXP_MEDIUM_FAST(69),
|
||||
EXP_MEDIUM_FAST(70),
|
||||
EXP_MEDIUM_FAST(71),
|
||||
EXP_MEDIUM_FAST(72),
|
||||
EXP_MEDIUM_FAST(73),
|
||||
EXP_MEDIUM_FAST(74),
|
||||
EXP_MEDIUM_FAST(75),
|
||||
EXP_MEDIUM_FAST(76),
|
||||
EXP_MEDIUM_FAST(77),
|
||||
EXP_MEDIUM_FAST(78),
|
||||
EXP_MEDIUM_FAST(79),
|
||||
EXP_MEDIUM_FAST(80),
|
||||
EXP_MEDIUM_FAST(81),
|
||||
EXP_MEDIUM_FAST(82),
|
||||
EXP_MEDIUM_FAST(83),
|
||||
EXP_MEDIUM_FAST(84),
|
||||
EXP_MEDIUM_FAST(85),
|
||||
EXP_MEDIUM_FAST(86),
|
||||
EXP_MEDIUM_FAST(87),
|
||||
EXP_MEDIUM_FAST(88),
|
||||
EXP_MEDIUM_FAST(89),
|
||||
EXP_MEDIUM_FAST(90),
|
||||
EXP_MEDIUM_FAST(91),
|
||||
EXP_MEDIUM_FAST(92),
|
||||
EXP_MEDIUM_FAST(93),
|
||||
EXP_MEDIUM_FAST(94),
|
||||
EXP_MEDIUM_FAST(95),
|
||||
EXP_MEDIUM_FAST(96),
|
||||
EXP_MEDIUM_FAST(97),
|
||||
EXP_MEDIUM_FAST(98),
|
||||
EXP_MEDIUM_FAST(99),
|
||||
EXP_MEDIUM_FAST(100),
|
||||
},
|
||||
{ // Medium Fast copy 3 (unused? to-do: investigate)
|
||||
0, // 0
|
||||
1, // 1
|
||||
EXP_MEDIUM_FAST(2),
|
||||
EXP_MEDIUM_FAST(3),
|
||||
EXP_MEDIUM_FAST(4),
|
||||
EXP_MEDIUM_FAST(5),
|
||||
EXP_MEDIUM_FAST(6),
|
||||
EXP_MEDIUM_FAST(7),
|
||||
EXP_MEDIUM_FAST(8),
|
||||
EXP_MEDIUM_FAST(9),
|
||||
EXP_MEDIUM_FAST(10),
|
||||
EXP_MEDIUM_FAST(11),
|
||||
EXP_MEDIUM_FAST(12),
|
||||
EXP_MEDIUM_FAST(13),
|
||||
EXP_MEDIUM_FAST(14),
|
||||
EXP_MEDIUM_FAST(15),
|
||||
EXP_MEDIUM_FAST(16),
|
||||
EXP_MEDIUM_FAST(17),
|
||||
EXP_MEDIUM_FAST(18),
|
||||
EXP_MEDIUM_FAST(19),
|
||||
EXP_MEDIUM_FAST(20),
|
||||
EXP_MEDIUM_FAST(21),
|
||||
EXP_MEDIUM_FAST(22),
|
||||
EXP_MEDIUM_FAST(23),
|
||||
EXP_MEDIUM_FAST(24),
|
||||
EXP_MEDIUM_FAST(25),
|
||||
EXP_MEDIUM_FAST(26),
|
||||
EXP_MEDIUM_FAST(27),
|
||||
EXP_MEDIUM_FAST(28),
|
||||
EXP_MEDIUM_FAST(29),
|
||||
EXP_MEDIUM_FAST(30),
|
||||
EXP_MEDIUM_FAST(31),
|
||||
EXP_MEDIUM_FAST(32),
|
||||
EXP_MEDIUM_FAST(33),
|
||||
EXP_MEDIUM_FAST(34),
|
||||
EXP_MEDIUM_FAST(35),
|
||||
EXP_MEDIUM_FAST(36),
|
||||
EXP_MEDIUM_FAST(37),
|
||||
EXP_MEDIUM_FAST(38),
|
||||
EXP_MEDIUM_FAST(39),
|
||||
EXP_MEDIUM_FAST(40),
|
||||
EXP_MEDIUM_FAST(41),
|
||||
EXP_MEDIUM_FAST(42),
|
||||
EXP_MEDIUM_FAST(43),
|
||||
EXP_MEDIUM_FAST(44),
|
||||
EXP_MEDIUM_FAST(45),
|
||||
EXP_MEDIUM_FAST(46),
|
||||
EXP_MEDIUM_FAST(47),
|
||||
EXP_MEDIUM_FAST(48),
|
||||
EXP_MEDIUM_FAST(49),
|
||||
EXP_MEDIUM_FAST(50),
|
||||
EXP_MEDIUM_FAST(51),
|
||||
EXP_MEDIUM_FAST(52),
|
||||
EXP_MEDIUM_FAST(53),
|
||||
EXP_MEDIUM_FAST(54),
|
||||
EXP_MEDIUM_FAST(55),
|
||||
EXP_MEDIUM_FAST(56),
|
||||
EXP_MEDIUM_FAST(57),
|
||||
EXP_MEDIUM_FAST(58),
|
||||
EXP_MEDIUM_FAST(59),
|
||||
EXP_MEDIUM_FAST(60),
|
||||
EXP_MEDIUM_FAST(61),
|
||||
EXP_MEDIUM_FAST(62),
|
||||
EXP_MEDIUM_FAST(63),
|
||||
EXP_MEDIUM_FAST(64),
|
||||
EXP_MEDIUM_FAST(65),
|
||||
EXP_MEDIUM_FAST(66),
|
||||
EXP_MEDIUM_FAST(67),
|
||||
EXP_MEDIUM_FAST(68),
|
||||
EXP_MEDIUM_FAST(69),
|
||||
EXP_MEDIUM_FAST(70),
|
||||
EXP_MEDIUM_FAST(71),
|
||||
EXP_MEDIUM_FAST(72),
|
||||
EXP_MEDIUM_FAST(73),
|
||||
EXP_MEDIUM_FAST(74),
|
||||
EXP_MEDIUM_FAST(75),
|
||||
EXP_MEDIUM_FAST(76),
|
||||
EXP_MEDIUM_FAST(77),
|
||||
EXP_MEDIUM_FAST(78),
|
||||
EXP_MEDIUM_FAST(79),
|
||||
EXP_MEDIUM_FAST(80),
|
||||
EXP_MEDIUM_FAST(81),
|
||||
EXP_MEDIUM_FAST(82),
|
||||
EXP_MEDIUM_FAST(83),
|
||||
EXP_MEDIUM_FAST(84),
|
||||
EXP_MEDIUM_FAST(85),
|
||||
EXP_MEDIUM_FAST(86),
|
||||
EXP_MEDIUM_FAST(87),
|
||||
EXP_MEDIUM_FAST(88),
|
||||
EXP_MEDIUM_FAST(89),
|
||||
EXP_MEDIUM_FAST(90),
|
||||
EXP_MEDIUM_FAST(91),
|
||||
EXP_MEDIUM_FAST(92),
|
||||
EXP_MEDIUM_FAST(93),
|
||||
EXP_MEDIUM_FAST(94),
|
||||
EXP_MEDIUM_FAST(95),
|
||||
EXP_MEDIUM_FAST(96),
|
||||
EXP_MEDIUM_FAST(97),
|
||||
EXP_MEDIUM_FAST(98),
|
||||
EXP_MEDIUM_FAST(99),
|
||||
EXP_MEDIUM_FAST(100),
|
||||
}
|
||||
};
|
||||
|
||||
#endif //POKEEMERALD_EXPERIENCE_TABLES_H
|
||||
@@ -0,0 +1,241 @@
|
||||
#ifndef GUARD_ITEM_EFFECTS_H
|
||||
#define GUARD_ITEM_EFFECTS_H
|
||||
|
||||
const u8 gItemEffect_Potion[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 20};
|
||||
const u8 gItemEffect_Antidote[] = {0x00, 0x00, 0x00, 0x10, 0x00, 0x00};
|
||||
const u8 gItemEffect_BurnHeal[] = {0x00, 0x00, 0x00, 0x08, 0x00, 0x00};
|
||||
const u8 gItemEffect_IceHeal[] = {0x00, 0x00, 0x00, 0x04, 0x00, 0x00};
|
||||
const u8 gItemEffect_Awakening[] = {0x00, 0x00, 0x00, 0x20, 0x00, 0x00};
|
||||
const u8 gItemEffect_ParalyzeHeal[] = {0x00, 0x00, 0x00, 0x02, 0x00, 0x00};
|
||||
const u8 gItemEffect_FullRestore[] = {0x00, 0x00, 0x00, 0x3f, 0x04, 0x00, 0xff};
|
||||
const u8 gItemEffect_MaxPotion[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0xff};
|
||||
const u8 gItemEffect_HyperPotion[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 200};
|
||||
const u8 gItemEffect_SuperPotion[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 50};
|
||||
const u8 gItemEffect_FullHeal[] = {0x00, 0x00, 0x00, 0x3f, 0x00, 0x00};
|
||||
const u8 gItemEffect_Revive[] = {0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0xfe};
|
||||
const u8 gItemEffect_MaxRevive[] = {0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0xff};
|
||||
const u8 gItemEffect_FreshWater[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 50};
|
||||
const u8 gItemEffect_SodaPop[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 60};
|
||||
const u8 gItemEffect_Lemonade[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 80};
|
||||
const u8 gItemEffect_MoomooMilk[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 100};
|
||||
const u8 gItemEffect_EnergyPowder[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0xe0, 50, 0xfb, 0xfb, 0xf6};
|
||||
const u8 gItemEffect_EnergyRoot[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0xe0, 200, 0xf6, 0xf6, 0xf1};
|
||||
const u8 gItemEffect_HealPowder[] = {0x00, 0x00, 0x00, 0x3f, 0x00, 0xe0, 0xfb, 0xfb, 0xf6};
|
||||
const u8 gItemEffect_RevivalHerb[] = {0x00, 0x00, 0x00, 0x00, 0x44, 0xe0, 0xff, 0xf1, 0xf1, 0xec};
|
||||
const u8 gItemEffect_Ether[] = {0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x0a};
|
||||
const u8 gItemEffect_MaxEther[] = {0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x7f};
|
||||
const u8 gItemEffect_Elixir[] = {0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0a};
|
||||
const u8 gItemEffect_MaxElixir[] = {0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x7f};
|
||||
const u8 gItemEffect_LavaCookie[] = {0x00, 0x00, 0x00, 0x3f, 0x00, 0x00};
|
||||
const u8 gItemEffect_BlueFlute[] = {0x00, 0x00, 0x00, 0x20, 0x00, 0x00};
|
||||
const u8 gItemEffect_YellowFlute[] = {0x00, 0x00, 0x00, 0x01, 0x00, 0x00};
|
||||
const u8 gItemEffect_RedFlute[] = {0x80, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
const u8 gItemEffect_BerryJuice[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 20};
|
||||
const u8 gItemEffect_SacredAsh[] = {0x40, 0x00, 0x00, 0x00, 0x44, 0x00, 0xff};
|
||||
const u8 gItemEffect_HPUp[] = {0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_Protein[] = {0x00, 0x00, 0x00, 0x00, 0x02, 0xe0, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_Iron[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_Carbos[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe2, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_Calcium[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe8, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_RareCandy[] = {0x00, 0x00, 0x00, 0x40, 0x44, 0xe0, 253, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_PPUp[] = {0x00, 0x00, 0x00, 0x00, 0x20, 0xe0, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_Zinc[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0x0a, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_PPMax[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x05, 0x03, 0x02};
|
||||
const u8 gItemEffect_GuardSpec[] = {0x00, 0x00, 0x00, 0x80, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_DireHit[] = {0x20, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_XAttack[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_XDefend[] = {0x00, 0x10, 0x00, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_XSpeed[] = {0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_XAccuracy[] = {0x00, 0x00, 0x10, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_XSpecial[] = {0x00, 0x00, 0x01, 0x00, 0x00, 0x60, 0x01, 0x01};
|
||||
const u8 gItemEffect_SunStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_MoonStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_FireStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_ThunderStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_WaterStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_LeafStone[] = {0x00, 0x00, 0x00, 0x00, 0x80, 0x00};
|
||||
const u8 gItemEffect_CheriBerry[] = {0x00, 0x00, 0x00, 0x02, 0x00, 0x00};
|
||||
const u8 gItemEffect_ChestoBerry[] = {0x00, 0x00, 0x00, 0x20, 0x00, 0x00};
|
||||
const u8 gItemEffect_PechaBerry[] = {0x00, 0x00, 0x00, 0x10, 0x00, 0x00};
|
||||
const u8 gItemEffect_RawstBerry[] = {0x00, 0x00, 0x00, 0x08, 0x00, 0x00};
|
||||
const u8 gItemEffect_AspearBerry[] = {0x00, 0x00, 0x00, 0x04, 0x00, 0x00};
|
||||
const u8 gItemEffect_LeppaBerry[] = {0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x0a};
|
||||
const u8 gItemEffect_OranBerry[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 10};
|
||||
const u8 gItemEffect_PersimBerry[] = {0x00, 0x00, 0x00, 0x01, 0x00, 0x00};
|
||||
const u8 gItemEffect_LumBerry[] = {0x00, 0x00, 0x00, 0x3f, 0x00, 0x00};
|
||||
const u8 gItemEffect_SitrusBerry[] = {0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 30};
|
||||
const u8 gItemEffect_PomegBerry[] = {0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0xf6, 0x0a, 0x05, 0x02};
|
||||
const u8 gItemEffect_KelpsyBerry[] = {0x00, 0x00, 0x00, 0x00, 0x02, 0xe0, 0xf6, 0x0a, 0x05, 0x02};
|
||||
const u8 gItemEffect_QualotBerry[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, 0xf6, 0x0a, 0x05, 0x02};
|
||||
const u8 gItemEffect_HondrewBerry[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe8, 0xf6, 0x0a, 0x05, 0x02};
|
||||
const u8 gItemEffect_GrepaBerry[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0xf6, 0x0a, 0x05, 0x02};
|
||||
const u8 gItemEffect_TamatoBerry[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xe2, 0xf6, 0x0a, 0x05, 0x02};
|
||||
|
||||
const u8 *const gItemEffectTable[] =
|
||||
{
|
||||
gItemEffect_Potion,
|
||||
gItemEffect_Antidote,
|
||||
gItemEffect_BurnHeal,
|
||||
gItemEffect_IceHeal,
|
||||
gItemEffect_Awakening,
|
||||
gItemEffect_ParalyzeHeal,
|
||||
gItemEffect_FullRestore,
|
||||
gItemEffect_MaxPotion,
|
||||
gItemEffect_HyperPotion,
|
||||
gItemEffect_SuperPotion,
|
||||
gItemEffect_FullHeal,
|
||||
gItemEffect_Revive,
|
||||
gItemEffect_MaxRevive,
|
||||
gItemEffect_FreshWater,
|
||||
gItemEffect_SodaPop,
|
||||
gItemEffect_Lemonade,
|
||||
gItemEffect_MoomooMilk,
|
||||
gItemEffect_EnergyPowder,
|
||||
gItemEffect_EnergyRoot,
|
||||
gItemEffect_HealPowder,
|
||||
gItemEffect_RevivalHerb,
|
||||
gItemEffect_Ether,
|
||||
gItemEffect_MaxEther,
|
||||
gItemEffect_Elixir,
|
||||
gItemEffect_MaxElixir,
|
||||
gItemEffect_LavaCookie,
|
||||
gItemEffect_BlueFlute,
|
||||
gItemEffect_YellowFlute,
|
||||
gItemEffect_RedFlute,
|
||||
NULL,
|
||||
NULL,
|
||||
gItemEffect_BerryJuice,
|
||||
gItemEffect_SacredAsh,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
gItemEffect_HPUp,
|
||||
gItemEffect_Protein,
|
||||
gItemEffect_Iron,
|
||||
gItemEffect_Carbos,
|
||||
gItemEffect_Calcium,
|
||||
gItemEffect_RareCandy,
|
||||
gItemEffect_PPUp,
|
||||
gItemEffect_Zinc,
|
||||
gItemEffect_PPMax,
|
||||
NULL,
|
||||
gItemEffect_GuardSpec,
|
||||
gItemEffect_DireHit,
|
||||
gItemEffect_XAttack,
|
||||
gItemEffect_XDefend,
|
||||
gItemEffect_XSpeed,
|
||||
gItemEffect_XAccuracy,
|
||||
gItemEffect_XSpecial,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
gItemEffect_SunStone,
|
||||
gItemEffect_MoonStone,
|
||||
gItemEffect_FireStone,
|
||||
gItemEffect_ThunderStone,
|
||||
gItemEffect_WaterStone,
|
||||
gItemEffect_LeafStone,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
gItemEffect_CheriBerry,
|
||||
gItemEffect_ChestoBerry,
|
||||
gItemEffect_PechaBerry,
|
||||
gItemEffect_RawstBerry,
|
||||
gItemEffect_AspearBerry,
|
||||
gItemEffect_LeppaBerry,
|
||||
gItemEffect_OranBerry,
|
||||
gItemEffect_PersimBerry,
|
||||
gItemEffect_LumBerry,
|
||||
gItemEffect_SitrusBerry,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
gItemEffect_PomegBerry,
|
||||
gItemEffect_KelpsyBerry,
|
||||
gItemEffect_QualotBerry,
|
||||
gItemEffect_HondrewBerry,
|
||||
gItemEffect_GrepaBerry,
|
||||
gItemEffect_TamatoBerry,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
#endif //GUARD_ITEM_EFFECTS_H
|
||||
@@ -0,0 +1,420 @@
|
||||
#ifndef POKEEMERALD_LEVEL_UP_LEARNSET_POINTERS_H
|
||||
#define POKEEMERALD_LEVEL_UP_LEARNSET_POINTERS_H
|
||||
|
||||
const u16 *const gLevelUpLearnsets[NUM_SPECIES] =
|
||||
{
|
||||
[SPECIES_NONE] = sBulbasaurLevelUpLearnset,
|
||||
[SPECIES_BULBASAUR] = sBulbasaurLevelUpLearnset,
|
||||
[SPECIES_IVYSAUR] = sIvysaurLevelUpLearnset,
|
||||
[SPECIES_VENUSAUR] = sVenusaurLevelUpLearnset,
|
||||
[SPECIES_CHARMANDER] = sCharmanderLevelUpLearnset,
|
||||
[SPECIES_CHARMELEON] = sCharmeleonLevelUpLearnset,
|
||||
[SPECIES_CHARIZARD] = sCharizardLevelUpLearnset,
|
||||
[SPECIES_SQUIRTLE] = sSquirtleLevelUpLearnset,
|
||||
[SPECIES_WARTORTLE] = sWartortleLevelUpLearnset,
|
||||
[SPECIES_BLASTOISE] = sBlastoiseLevelUpLearnset,
|
||||
[SPECIES_CATERPIE] = sCaterpieLevelUpLearnset,
|
||||
[SPECIES_METAPOD] = sMetapodLevelUpLearnset,
|
||||
[SPECIES_BUTTERFREE] = sButterfreeLevelUpLearnset,
|
||||
[SPECIES_WEEDLE] = sWeedleLevelUpLearnset,
|
||||
[SPECIES_KAKUNA] = sKakunaLevelUpLearnset,
|
||||
[SPECIES_BEEDRILL] = sBeedrillLevelUpLearnset,
|
||||
[SPECIES_PIDGEY] = sPidgeyLevelUpLearnset,
|
||||
[SPECIES_PIDGEOTTO] = sPidgeottoLevelUpLearnset,
|
||||
[SPECIES_PIDGEOT] = sPidgeotLevelUpLearnset,
|
||||
[SPECIES_RATTATA] = sRattataLevelUpLearnset,
|
||||
[SPECIES_RATICATE] = sRaticateLevelUpLearnset,
|
||||
[SPECIES_SPEAROW] = sSpearowLevelUpLearnset,
|
||||
[SPECIES_FEAROW] = sFearowLevelUpLearnset,
|
||||
[SPECIES_EKANS] = sEkansLevelUpLearnset,
|
||||
[SPECIES_ARBOK] = sArbokLevelUpLearnset,
|
||||
[SPECIES_PIKACHU] = sPikachuLevelUpLearnset,
|
||||
[SPECIES_RAICHU] = sRaichuLevelUpLearnset,
|
||||
[SPECIES_SANDSHREW] = sSandshrewLevelUpLearnset,
|
||||
[SPECIES_SANDSLASH] = sSandslashLevelUpLearnset,
|
||||
[SPECIES_NIDORAN_F] = sNidoranFLevelUpLearnset,
|
||||
[SPECIES_NIDORINA] = sNidorinaLevelUpLearnset,
|
||||
[SPECIES_NIDOQUEEN] = sNidoqueenLevelUpLearnset,
|
||||
[SPECIES_NIDORAN_M] = sNidoranMLevelUpLearnset,
|
||||
[SPECIES_NIDORINO] = sNidorinoLevelUpLearnset,
|
||||
[SPECIES_NIDOKING] = sNidokingLevelUpLearnset,
|
||||
[SPECIES_CLEFAIRY] = sClefairyLevelUpLearnset,
|
||||
[SPECIES_CLEFABLE] = sClefableLevelUpLearnset,
|
||||
[SPECIES_VULPIX] = sVulpixLevelUpLearnset,
|
||||
[SPECIES_NINETALES] = sNinetalesLevelUpLearnset,
|
||||
[SPECIES_JIGGLYPUFF] = sJigglypuffLevelUpLearnset,
|
||||
[SPECIES_WIGGLYTUFF] = sWigglytuffLevelUpLearnset,
|
||||
[SPECIES_ZUBAT] = sZubatLevelUpLearnset,
|
||||
[SPECIES_GOLBAT] = sGolbatLevelUpLearnset,
|
||||
[SPECIES_ODDISH] = sOddishLevelUpLearnset,
|
||||
[SPECIES_GLOOM] = sGloomLevelUpLearnset,
|
||||
[SPECIES_VILEPLUME] = sVileplumeLevelUpLearnset,
|
||||
[SPECIES_PARAS] = sParasLevelUpLearnset,
|
||||
[SPECIES_PARASECT] = sParasectLevelUpLearnset,
|
||||
[SPECIES_VENONAT] = sVenonatLevelUpLearnset,
|
||||
[SPECIES_VENOMOTH] = sVenomothLevelUpLearnset,
|
||||
[SPECIES_DIGLETT] = sDiglettLevelUpLearnset,
|
||||
[SPECIES_DUGTRIO] = sDugtrioLevelUpLearnset,
|
||||
[SPECIES_MEOWTH] = sMeowthLevelUpLearnset,
|
||||
[SPECIES_PERSIAN] = sPersianLevelUpLearnset,
|
||||
[SPECIES_PSYDUCK] = sPsyduckLevelUpLearnset,
|
||||
[SPECIES_GOLDUCK] = sGolduckLevelUpLearnset,
|
||||
[SPECIES_MANKEY] = sMankeyLevelUpLearnset,
|
||||
[SPECIES_PRIMEAPE] = sPrimeapeLevelUpLearnset,
|
||||
[SPECIES_GROWLITHE] = sGrowlitheLevelUpLearnset,
|
||||
[SPECIES_ARCANINE] = sArcanineLevelUpLearnset,
|
||||
[SPECIES_POLIWAG] = sPoliwagLevelUpLearnset,
|
||||
[SPECIES_POLIWHIRL] = sPoliwhirlLevelUpLearnset,
|
||||
[SPECIES_POLIWRATH] = sPoliwrathLevelUpLearnset,
|
||||
[SPECIES_ABRA] = sAbraLevelUpLearnset,
|
||||
[SPECIES_KADABRA] = sKadabraLevelUpLearnset,
|
||||
[SPECIES_ALAKAZAM] = sAlakazamLevelUpLearnset,
|
||||
[SPECIES_MACHOP] = sMachopLevelUpLearnset,
|
||||
[SPECIES_MACHOKE] = sMachokeLevelUpLearnset,
|
||||
[SPECIES_MACHAMP] = sMachampLevelUpLearnset,
|
||||
[SPECIES_BELLSPROUT] = sBellsproutLevelUpLearnset,
|
||||
[SPECIES_WEEPINBELL] = sWeepinbellLevelUpLearnset,
|
||||
[SPECIES_VICTREEBEL] = sVictreebelLevelUpLearnset,
|
||||
[SPECIES_TENTACOOL] = sTentacoolLevelUpLearnset,
|
||||
[SPECIES_TENTACRUEL] = sTentacruelLevelUpLearnset,
|
||||
[SPECIES_GEODUDE] = sGeodudeLevelUpLearnset,
|
||||
[SPECIES_GRAVELER] = sGravelerLevelUpLearnset,
|
||||
[SPECIES_GOLEM] = sGolemLevelUpLearnset,
|
||||
[SPECIES_PONYTA] = sPonytaLevelUpLearnset,
|
||||
[SPECIES_RAPIDASH] = sRapidashLevelUpLearnset,
|
||||
[SPECIES_SLOWPOKE] = sSlowpokeLevelUpLearnset,
|
||||
[SPECIES_SLOWBRO] = sSlowbroLevelUpLearnset,
|
||||
[SPECIES_MAGNEMITE] = sMagnemiteLevelUpLearnset,
|
||||
[SPECIES_MAGNETON] = sMagnetonLevelUpLearnset,
|
||||
[SPECIES_FARFETCHD] = sFarfetchdLevelUpLearnset,
|
||||
[SPECIES_DODUO] = sDoduoLevelUpLearnset,
|
||||
[SPECIES_DODRIO] = sDodrioLevelUpLearnset,
|
||||
[SPECIES_SEEL] = sSeelLevelUpLearnset,
|
||||
[SPECIES_DEWGONG] = sDewgongLevelUpLearnset,
|
||||
[SPECIES_GRIMER] = sGrimerLevelUpLearnset,
|
||||
[SPECIES_MUK] = sMukLevelUpLearnset,
|
||||
[SPECIES_SHELLDER] = sShellderLevelUpLearnset,
|
||||
[SPECIES_CLOYSTER] = sCloysterLevelUpLearnset,
|
||||
[SPECIES_GASTLY] = sGastlyLevelUpLearnset,
|
||||
[SPECIES_HAUNTER] = sHaunterLevelUpLearnset,
|
||||
[SPECIES_GENGAR] = sGengarLevelUpLearnset,
|
||||
[SPECIES_ONIX] = sOnixLevelUpLearnset,
|
||||
[SPECIES_DROWZEE] = sDrowzeeLevelUpLearnset,
|
||||
[SPECIES_HYPNO] = sHypnoLevelUpLearnset,
|
||||
[SPECIES_KRABBY] = sKrabbyLevelUpLearnset,
|
||||
[SPECIES_KINGLER] = sKinglerLevelUpLearnset,
|
||||
[SPECIES_VOLTORB] = sVoltorbLevelUpLearnset,
|
||||
[SPECIES_ELECTRODE] = sElectrodeLevelUpLearnset,
|
||||
[SPECIES_EXEGGCUTE] = sExeggcuteLevelUpLearnset,
|
||||
[SPECIES_EXEGGUTOR] = sExeggutorLevelUpLearnset,
|
||||
[SPECIES_CUBONE] = sCuboneLevelUpLearnset,
|
||||
[SPECIES_MAROWAK] = sMarowakLevelUpLearnset,
|
||||
[SPECIES_HITMONLEE] = sHitmonleeLevelUpLearnset,
|
||||
[SPECIES_HITMONCHAN] = sHitmonchanLevelUpLearnset,
|
||||
[SPECIES_LICKITUNG] = sLickitungLevelUpLearnset,
|
||||
[SPECIES_KOFFING] = sKoffingLevelUpLearnset,
|
||||
[SPECIES_WEEZING] = sWeezingLevelUpLearnset,
|
||||
[SPECIES_RHYHORN] = sRhyhornLevelUpLearnset,
|
||||
[SPECIES_RHYDON] = sRhydonLevelUpLearnset,
|
||||
[SPECIES_CHANSEY] = sChanseyLevelUpLearnset,
|
||||
[SPECIES_TANGELA] = sTangelaLevelUpLearnset,
|
||||
[SPECIES_KANGASKHAN] = sKangaskhanLevelUpLearnset,
|
||||
[SPECIES_HORSEA] = sHorseaLevelUpLearnset,
|
||||
[SPECIES_SEADRA] = sSeadraLevelUpLearnset,
|
||||
[SPECIES_GOLDEEN] = sGoldeenLevelUpLearnset,
|
||||
[SPECIES_SEAKING] = sSeakingLevelUpLearnset,
|
||||
[SPECIES_STARYU] = sStaryuLevelUpLearnset,
|
||||
[SPECIES_STARMIE] = sStarmieLevelUpLearnset,
|
||||
[SPECIES_MR_MIME] = sMrmimeLevelUpLearnset,
|
||||
[SPECIES_SCYTHER] = sScytherLevelUpLearnset,
|
||||
[SPECIES_JYNX] = sJynxLevelUpLearnset,
|
||||
[SPECIES_ELECTABUZZ] = sElectabuzzLevelUpLearnset,
|
||||
[SPECIES_MAGMAR] = sMagmarLevelUpLearnset,
|
||||
[SPECIES_PINSIR] = sPinsirLevelUpLearnset,
|
||||
[SPECIES_TAUROS] = sTaurosLevelUpLearnset,
|
||||
[SPECIES_MAGIKARP] = sMagikarpLevelUpLearnset,
|
||||
[SPECIES_GYARADOS] = sGyaradosLevelUpLearnset,
|
||||
[SPECIES_LAPRAS] = sLaprasLevelUpLearnset,
|
||||
[SPECIES_DITTO] = sDittoLevelUpLearnset,
|
||||
[SPECIES_EEVEE] = sEeveeLevelUpLearnset,
|
||||
[SPECIES_VAPOREON] = sVaporeonLevelUpLearnset,
|
||||
[SPECIES_JOLTEON] = sJolteonLevelUpLearnset,
|
||||
[SPECIES_FLAREON] = sFlareonLevelUpLearnset,
|
||||
[SPECIES_PORYGON] = sPorygonLevelUpLearnset,
|
||||
[SPECIES_OMANYTE] = sOmanyteLevelUpLearnset,
|
||||
[SPECIES_OMASTAR] = sOmastarLevelUpLearnset,
|
||||
[SPECIES_KABUTO] = sKabutoLevelUpLearnset,
|
||||
[SPECIES_KABUTOPS] = sKabutopsLevelUpLearnset,
|
||||
[SPECIES_AERODACTYL] = sAerodactylLevelUpLearnset,
|
||||
[SPECIES_SNORLAX] = sSnorlaxLevelUpLearnset,
|
||||
[SPECIES_ARTICUNO] = sArticunoLevelUpLearnset,
|
||||
[SPECIES_ZAPDOS] = sZapdosLevelUpLearnset,
|
||||
[SPECIES_MOLTRES] = sMoltresLevelUpLearnset,
|
||||
[SPECIES_DRATINI] = sDratiniLevelUpLearnset,
|
||||
[SPECIES_DRAGONAIR] = sDragonairLevelUpLearnset,
|
||||
[SPECIES_DRAGONITE] = sDragoniteLevelUpLearnset,
|
||||
[SPECIES_MEWTWO] = sMewtwoLevelUpLearnset,
|
||||
[SPECIES_MEW] = sMewLevelUpLearnset,
|
||||
[SPECIES_CHIKORITA] = sChikoritaLevelUpLearnset,
|
||||
[SPECIES_BAYLEEF] = sBayleefLevelUpLearnset,
|
||||
[SPECIES_MEGANIUM] = sMeganiumLevelUpLearnset,
|
||||
[SPECIES_CYNDAQUIL] = sCyndaquilLevelUpLearnset,
|
||||
[SPECIES_QUILAVA] = sQuilavaLevelUpLearnset,
|
||||
[SPECIES_TYPHLOSION] = sTyphlosionLevelUpLearnset,
|
||||
[SPECIES_TOTODILE] = sTotodileLevelUpLearnset,
|
||||
[SPECIES_CROCONAW] = sCroconawLevelUpLearnset,
|
||||
[SPECIES_FERALIGATR] = sFeraligatrLevelUpLearnset,
|
||||
[SPECIES_SENTRET] = sSentretLevelUpLearnset,
|
||||
[SPECIES_FURRET] = sFurretLevelUpLearnset,
|
||||
[SPECIES_HOOTHOOT] = sHoothootLevelUpLearnset,
|
||||
[SPECIES_NOCTOWL] = sNoctowlLevelUpLearnset,
|
||||
[SPECIES_LEDYBA] = sLedybaLevelUpLearnset,
|
||||
[SPECIES_LEDIAN] = sLedianLevelUpLearnset,
|
||||
[SPECIES_SPINARAK] = sSpinarakLevelUpLearnset,
|
||||
[SPECIES_ARIADOS] = sAriadosLevelUpLearnset,
|
||||
[SPECIES_CROBAT] = sCrobatLevelUpLearnset,
|
||||
[SPECIES_CHINCHOU] = sChinchouLevelUpLearnset,
|
||||
[SPECIES_LANTURN] = sLanturnLevelUpLearnset,
|
||||
[SPECIES_PICHU] = sPichuLevelUpLearnset,
|
||||
[SPECIES_CLEFFA] = sCleffaLevelUpLearnset,
|
||||
[SPECIES_IGGLYBUFF] = sIgglybuffLevelUpLearnset,
|
||||
[SPECIES_TOGEPI] = sTogepiLevelUpLearnset,
|
||||
[SPECIES_TOGETIC] = sTogeticLevelUpLearnset,
|
||||
[SPECIES_NATU] = sNatuLevelUpLearnset,
|
||||
[SPECIES_XATU] = sXatuLevelUpLearnset,
|
||||
[SPECIES_MAREEP] = sMareepLevelUpLearnset,
|
||||
[SPECIES_FLAAFFY] = sFlaaffyLevelUpLearnset,
|
||||
[SPECIES_AMPHAROS] = sAmpharosLevelUpLearnset,
|
||||
[SPECIES_BELLOSSOM] = sBellossomLevelUpLearnset,
|
||||
[SPECIES_MARILL] = sMarillLevelUpLearnset,
|
||||
[SPECIES_AZUMARILL] = sAzumarillLevelUpLearnset,
|
||||
[SPECIES_SUDOWOODO] = sSudowoodoLevelUpLearnset,
|
||||
[SPECIES_POLITOED] = sPolitoedLevelUpLearnset,
|
||||
[SPECIES_HOPPIP] = sHoppipLevelUpLearnset,
|
||||
[SPECIES_SKIPLOOM] = sSkiploomLevelUpLearnset,
|
||||
[SPECIES_JUMPLUFF] = sJumpluffLevelUpLearnset,
|
||||
[SPECIES_AIPOM] = sAipomLevelUpLearnset,
|
||||
[SPECIES_SUNKERN] = sSunkernLevelUpLearnset,
|
||||
[SPECIES_SUNFLORA] = sSunfloraLevelUpLearnset,
|
||||
[SPECIES_YANMA] = sYanmaLevelUpLearnset,
|
||||
[SPECIES_WOOPER] = sWooperLevelUpLearnset,
|
||||
[SPECIES_QUAGSIRE] = sQuagsireLevelUpLearnset,
|
||||
[SPECIES_ESPEON] = sEspeonLevelUpLearnset,
|
||||
[SPECIES_UMBREON] = sUmbreonLevelUpLearnset,
|
||||
[SPECIES_MURKROW] = sMurkrowLevelUpLearnset,
|
||||
[SPECIES_SLOWKING] = sSlowkingLevelUpLearnset,
|
||||
[SPECIES_MISDREAVUS] = sMisdreavusLevelUpLearnset,
|
||||
[SPECIES_UNOWN] = sUnownLevelUpLearnset,
|
||||
[SPECIES_WOBBUFFET] = sWobbuffetLevelUpLearnset,
|
||||
[SPECIES_GIRAFARIG] = sGirafarigLevelUpLearnset,
|
||||
[SPECIES_PINECO] = sPinecoLevelUpLearnset,
|
||||
[SPECIES_FORRETRESS] = sForretressLevelUpLearnset,
|
||||
[SPECIES_DUNSPARCE] = sDunsparceLevelUpLearnset,
|
||||
[SPECIES_GLIGAR] = sGligarLevelUpLearnset,
|
||||
[SPECIES_STEELIX] = sSteelixLevelUpLearnset,
|
||||
[SPECIES_SNUBBULL] = sSnubbullLevelUpLearnset,
|
||||
[SPECIES_GRANBULL] = sGranbullLevelUpLearnset,
|
||||
[SPECIES_QWILFISH] = sQwilfishLevelUpLearnset,
|
||||
[SPECIES_SCIZOR] = sScizorLevelUpLearnset,
|
||||
[SPECIES_SHUCKLE] = sShuckleLevelUpLearnset,
|
||||
[SPECIES_HERACROSS] = sHeracrossLevelUpLearnset,
|
||||
[SPECIES_SNEASEL] = sSneaselLevelUpLearnset,
|
||||
[SPECIES_TEDDIURSA] = sTeddiursaLevelUpLearnset,
|
||||
[SPECIES_URSARING] = sUrsaringLevelUpLearnset,
|
||||
[SPECIES_SLUGMA] = sSlugmaLevelUpLearnset,
|
||||
[SPECIES_MAGCARGO] = sMagcargoLevelUpLearnset,
|
||||
[SPECIES_SWINUB] = sSwinubLevelUpLearnset,
|
||||
[SPECIES_PILOSWINE] = sPiloswineLevelUpLearnset,
|
||||
[SPECIES_CORSOLA] = sCorsolaLevelUpLearnset,
|
||||
[SPECIES_REMORAID] = sRemoraidLevelUpLearnset,
|
||||
[SPECIES_OCTILLERY] = sOctilleryLevelUpLearnset,
|
||||
[SPECIES_DELIBIRD] = sDelibirdLevelUpLearnset,
|
||||
[SPECIES_MANTINE] = sMantineLevelUpLearnset,
|
||||
[SPECIES_SKARMORY] = sSkarmoryLevelUpLearnset,
|
||||
[SPECIES_HOUNDOUR] = sHoundourLevelUpLearnset,
|
||||
[SPECIES_HOUNDOOM] = sHoundoomLevelUpLearnset,
|
||||
[SPECIES_KINGDRA] = sKingdraLevelUpLearnset,
|
||||
[SPECIES_PHANPY] = sPhanpyLevelUpLearnset,
|
||||
[SPECIES_DONPHAN] = sDonphanLevelUpLearnset,
|
||||
[SPECIES_PORYGON2] = sPorygon2LevelUpLearnset,
|
||||
[SPECIES_STANTLER] = sStantlerLevelUpLearnset,
|
||||
[SPECIES_SMEARGLE] = sSmeargleLevelUpLearnset,
|
||||
[SPECIES_TYROGUE] = sTyrogueLevelUpLearnset,
|
||||
[SPECIES_HITMONTOP] = sHitmontopLevelUpLearnset,
|
||||
[SPECIES_SMOOCHUM] = sSmoochumLevelUpLearnset,
|
||||
[SPECIES_ELEKID] = sElekidLevelUpLearnset,
|
||||
[SPECIES_MAGBY] = sMagbyLevelUpLearnset,
|
||||
[SPECIES_MILTANK] = sMiltankLevelUpLearnset,
|
||||
[SPECIES_BLISSEY] = sBlisseyLevelUpLearnset,
|
||||
[SPECIES_RAIKOU] = sRaikouLevelUpLearnset,
|
||||
[SPECIES_ENTEI] = sEnteiLevelUpLearnset,
|
||||
[SPECIES_SUICUNE] = sSuicuneLevelUpLearnset,
|
||||
[SPECIES_LARVITAR] = sLarvitarLevelUpLearnset,
|
||||
[SPECIES_PUPITAR] = sPupitarLevelUpLearnset,
|
||||
[SPECIES_TYRANITAR] = sTyranitarLevelUpLearnset,
|
||||
[SPECIES_LUGIA] = sLugiaLevelUpLearnset,
|
||||
[SPECIES_HO_OH] = sHoOhLevelUpLearnset,
|
||||
[SPECIES_CELEBI] = sCelebiLevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_B] = sSpecies252LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_C] = sSpecies253LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_D] = sSpecies254LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_E] = sSpecies255LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_F] = sSpecies256LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_G] = sSpecies257LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_H] = sSpecies258LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_I] = sSpecies259LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_J] = sSpecies260LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_K] = sSpecies261LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_L] = sSpecies262LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_M] = sSpecies263LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_N] = sSpecies264LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_O] = sSpecies265LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_P] = sSpecies266LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_Q] = sSpecies267LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_R] = sSpecies268LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_S] = sSpecies269LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_T] = sSpecies270LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_U] = sSpecies271LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_V] = sSpecies272LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_W] = sSpecies273LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_X] = sSpecies274LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_Y] = sSpecies275LevelUpLearnset,
|
||||
[SPECIES_OLD_UNOWN_Z] = sSpecies276LevelUpLearnset,
|
||||
[SPECIES_TREECKO] = sTreeckoLevelUpLearnset,
|
||||
[SPECIES_GROVYLE] = sGrovyleLevelUpLearnset,
|
||||
[SPECIES_SCEPTILE] = sSceptileLevelUpLearnset,
|
||||
[SPECIES_TORCHIC] = sTorchicLevelUpLearnset,
|
||||
[SPECIES_COMBUSKEN] = sCombuskenLevelUpLearnset,
|
||||
[SPECIES_BLAZIKEN] = sBlazikenLevelUpLearnset,
|
||||
[SPECIES_MUDKIP] = sMudkipLevelUpLearnset,
|
||||
[SPECIES_MARSHTOMP] = sMarshtompLevelUpLearnset,
|
||||
[SPECIES_SWAMPERT] = sSwampertLevelUpLearnset,
|
||||
[SPECIES_POOCHYENA] = sPoochyenaLevelUpLearnset,
|
||||
[SPECIES_MIGHTYENA] = sMightyenaLevelUpLearnset,
|
||||
[SPECIES_ZIGZAGOON] = sZigzagoonLevelUpLearnset,
|
||||
[SPECIES_LINOONE] = sLinooneLevelUpLearnset,
|
||||
[SPECIES_WURMPLE] = sWurmpleLevelUpLearnset,
|
||||
[SPECIES_SILCOON] = sSilcoonLevelUpLearnset,
|
||||
[SPECIES_BEAUTIFLY] = sBeautiflyLevelUpLearnset,
|
||||
[SPECIES_CASCOON] = sCascoonLevelUpLearnset,
|
||||
[SPECIES_DUSTOX] = sDustoxLevelUpLearnset,
|
||||
[SPECIES_LOTAD] = sLotadLevelUpLearnset,
|
||||
[SPECIES_LOMBRE] = sLombreLevelUpLearnset,
|
||||
[SPECIES_LUDICOLO] = sLudicoloLevelUpLearnset,
|
||||
[SPECIES_SEEDOT] = sSeedotLevelUpLearnset,
|
||||
[SPECIES_NUZLEAF] = sNuzleafLevelUpLearnset,
|
||||
[SPECIES_SHIFTRY] = sShiftryLevelUpLearnset,
|
||||
[SPECIES_NINCADA] = sNincadaLevelUpLearnset,
|
||||
[SPECIES_NINJASK] = sNinjaskLevelUpLearnset,
|
||||
[SPECIES_SHEDINJA] = sShedinjaLevelUpLearnset,
|
||||
[SPECIES_TAILLOW] = sTaillowLevelUpLearnset,
|
||||
[SPECIES_SWELLOW] = sSwellowLevelUpLearnset,
|
||||
[SPECIES_SHROOMISH] = sShroomishLevelUpLearnset,
|
||||
[SPECIES_BRELOOM] = sBreloomLevelUpLearnset,
|
||||
[SPECIES_SPINDA] = sSpindaLevelUpLearnset,
|
||||
[SPECIES_WINGULL] = sWingullLevelUpLearnset,
|
||||
[SPECIES_PELIPPER] = sPelipperLevelUpLearnset,
|
||||
[SPECIES_SURSKIT] = sSurskitLevelUpLearnset,
|
||||
[SPECIES_MASQUERAIN] = sMasquerainLevelUpLearnset,
|
||||
[SPECIES_WAILMER] = sWailmerLevelUpLearnset,
|
||||
[SPECIES_WAILORD] = sWailordLevelUpLearnset,
|
||||
[SPECIES_SKITTY] = sSkittyLevelUpLearnset,
|
||||
[SPECIES_DELCATTY] = sDelcattyLevelUpLearnset,
|
||||
[SPECIES_KECLEON] = sKecleonLevelUpLearnset,
|
||||
[SPECIES_BALTOY] = sBaltoyLevelUpLearnset,
|
||||
[SPECIES_CLAYDOL] = sClaydolLevelUpLearnset,
|
||||
[SPECIES_NOSEPASS] = sNosepassLevelUpLearnset,
|
||||
[SPECIES_TORKOAL] = sTorkoalLevelUpLearnset,
|
||||
[SPECIES_SABLEYE] = sSableyeLevelUpLearnset,
|
||||
[SPECIES_BARBOACH] = sBarboachLevelUpLearnset,
|
||||
[SPECIES_WHISCASH] = sWhiscashLevelUpLearnset,
|
||||
[SPECIES_LUVDISC] = sLuvdiscLevelUpLearnset,
|
||||
[SPECIES_CORPHISH] = sCorphishLevelUpLearnset,
|
||||
[SPECIES_CRAWDAUNT] = sCrawdauntLevelUpLearnset,
|
||||
[SPECIES_FEEBAS] = sFeebasLevelUpLearnset,
|
||||
[SPECIES_MILOTIC] = sMiloticLevelUpLearnset,
|
||||
[SPECIES_CARVANHA] = sCarvanhaLevelUpLearnset,
|
||||
[SPECIES_SHARPEDO] = sSharpedoLevelUpLearnset,
|
||||
[SPECIES_TRAPINCH] = sTrapinchLevelUpLearnset,
|
||||
[SPECIES_VIBRAVA] = sVibravaLevelUpLearnset,
|
||||
[SPECIES_FLYGON] = sFlygonLevelUpLearnset,
|
||||
[SPECIES_MAKUHITA] = sMakuhitaLevelUpLearnset,
|
||||
[SPECIES_HARIYAMA] = sHariyamaLevelUpLearnset,
|
||||
[SPECIES_ELECTRIKE] = sElectrikeLevelUpLearnset,
|
||||
[SPECIES_MANECTRIC] = sManectricLevelUpLearnset,
|
||||
[SPECIES_NUMEL] = sNumelLevelUpLearnset,
|
||||
[SPECIES_CAMERUPT] = sCameruptLevelUpLearnset,
|
||||
[SPECIES_SPHEAL] = sSphealLevelUpLearnset,
|
||||
[SPECIES_SEALEO] = sSealeoLevelUpLearnset,
|
||||
[SPECIES_WALREIN] = sWalreinLevelUpLearnset,
|
||||
[SPECIES_CACNEA] = sCacneaLevelUpLearnset,
|
||||
[SPECIES_CACTURNE] = sCacturneLevelUpLearnset,
|
||||
[SPECIES_SNORUNT] = sSnoruntLevelUpLearnset,
|
||||
[SPECIES_GLALIE] = sGlalieLevelUpLearnset,
|
||||
[SPECIES_LUNATONE] = sLunatoneLevelUpLearnset,
|
||||
[SPECIES_SOLROCK] = sSolrockLevelUpLearnset,
|
||||
[SPECIES_AZURILL] = sAzurillLevelUpLearnset,
|
||||
[SPECIES_SPOINK] = sSpoinkLevelUpLearnset,
|
||||
[SPECIES_GRUMPIG] = sGrumpigLevelUpLearnset,
|
||||
[SPECIES_PLUSLE] = sPlusleLevelUpLearnset,
|
||||
[SPECIES_MINUN] = sMinunLevelUpLearnset,
|
||||
[SPECIES_MAWILE] = sMawileLevelUpLearnset,
|
||||
[SPECIES_MEDITITE] = sMedititeLevelUpLearnset,
|
||||
[SPECIES_MEDICHAM] = sMedichamLevelUpLearnset,
|
||||
[SPECIES_SWABLU] = sSwabluLevelUpLearnset,
|
||||
[SPECIES_ALTARIA] = sAltariaLevelUpLearnset,
|
||||
[SPECIES_WYNAUT] = sWynautLevelUpLearnset,
|
||||
[SPECIES_DUSKULL] = sDuskullLevelUpLearnset,
|
||||
[SPECIES_DUSCLOPS] = sDusclopsLevelUpLearnset,
|
||||
[SPECIES_ROSELIA] = sRoseliaLevelUpLearnset,
|
||||
[SPECIES_SLAKOTH] = sSlakothLevelUpLearnset,
|
||||
[SPECIES_VIGOROTH] = sVigorothLevelUpLearnset,
|
||||
[SPECIES_SLAKING] = sSlakingLevelUpLearnset,
|
||||
[SPECIES_GULPIN] = sGulpinLevelUpLearnset,
|
||||
[SPECIES_SWALOT] = sSwalotLevelUpLearnset,
|
||||
[SPECIES_TROPIUS] = sTropiusLevelUpLearnset,
|
||||
[SPECIES_WHISMUR] = sWhismurLevelUpLearnset,
|
||||
[SPECIES_LOUDRED] = sLoudredLevelUpLearnset,
|
||||
[SPECIES_EXPLOUD] = sExploudLevelUpLearnset,
|
||||
[SPECIES_CLAMPERL] = sClamperlLevelUpLearnset,
|
||||
[SPECIES_HUNTAIL] = sHuntailLevelUpLearnset,
|
||||
[SPECIES_GOREBYSS] = sGorebyssLevelUpLearnset,
|
||||
[SPECIES_ABSOL] = sAbsolLevelUpLearnset,
|
||||
[SPECIES_SHUPPET] = sShuppetLevelUpLearnset,
|
||||
[SPECIES_BANETTE] = sBanetteLevelUpLearnset,
|
||||
[SPECIES_SEVIPER] = sSeviperLevelUpLearnset,
|
||||
[SPECIES_ZANGOOSE] = sZangooseLevelUpLearnset,
|
||||
[SPECIES_RELICANTH] = sRelicanthLevelUpLearnset,
|
||||
[SPECIES_ARON] = sAronLevelUpLearnset,
|
||||
[SPECIES_LAIRON] = sLaironLevelUpLearnset,
|
||||
[SPECIES_AGGRON] = sAggronLevelUpLearnset,
|
||||
[SPECIES_CASTFORM] = sCastformLevelUpLearnset,
|
||||
[SPECIES_VOLBEAT] = sVolbeatLevelUpLearnset,
|
||||
[SPECIES_ILLUMISE] = sIllumiseLevelUpLearnset,
|
||||
[SPECIES_LILEEP] = sLileepLevelUpLearnset,
|
||||
[SPECIES_CRADILY] = sCradilyLevelUpLearnset,
|
||||
[SPECIES_ANORITH] = sAnorithLevelUpLearnset,
|
||||
[SPECIES_ARMALDO] = sArmaldoLevelUpLearnset,
|
||||
[SPECIES_RALTS] = sRaltsLevelUpLearnset,
|
||||
[SPECIES_KIRLIA] = sKirliaLevelUpLearnset,
|
||||
[SPECIES_GARDEVOIR] = sGardevoirLevelUpLearnset,
|
||||
[SPECIES_BAGON] = sBagonLevelUpLearnset,
|
||||
[SPECIES_SHELGON] = sShelgonLevelUpLearnset,
|
||||
[SPECIES_SALAMENCE] = sSalamenceLevelUpLearnset,
|
||||
[SPECIES_BELDUM] = sBeldumLevelUpLearnset,
|
||||
[SPECIES_METANG] = sMetangLevelUpLearnset,
|
||||
[SPECIES_METAGROSS] = sMetagrossLevelUpLearnset,
|
||||
[SPECIES_REGIROCK] = sRegirockLevelUpLearnset,
|
||||
[SPECIES_REGICE] = sRegiceLevelUpLearnset,
|
||||
[SPECIES_REGISTEEL] = sRegisteelLevelUpLearnset,
|
||||
[SPECIES_KYOGRE] = sKyogreLevelUpLearnset,
|
||||
[SPECIES_GROUDON] = sGroudonLevelUpLearnset,
|
||||
[SPECIES_RAYQUAZA] = sRayquazaLevelUpLearnset,
|
||||
[SPECIES_LATIAS] = sLatiasLevelUpLearnset,
|
||||
[SPECIES_LATIOS] = sLatiosLevelUpLearnset,
|
||||
[SPECIES_JIRACHI] = sJirachiLevelUpLearnset,
|
||||
[SPECIES_DEOXYS] = sDeoxysLevelUpLearnset,
|
||||
[SPECIES_CHIMECHO] = sChimechoLevelUpLearnset,
|
||||
};
|
||||
|
||||
#endif //POKEEMERALD_LEVEL_UP_LEARNSET_POINTERS_H
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,176 @@
|
||||
#ifndef POKEEMERALD_TRAINER_CLASS_LOOKUPS_H
|
||||
#define POKEEMERALD_TRAINER_CLASS_LOOKUPS_H
|
||||
|
||||
const u8 gFacilityClassToPicIndex[] =
|
||||
{
|
||||
TRAINER_PIC_HIKER, // FACILITY_CLASS_HIKER
|
||||
TRAINER_PIC_AQUA_GRUNT_M, // FACILITY_CLASS_TEAM_AQUA_1
|
||||
TRAINER_PIC_POKEMON_BREEDER_F, // FACILITY_CLASS_PKMN_BREEDER_1
|
||||
TRAINER_PIC_COOL_TRAINER_M, // FACILITY_CLASS_COOLTRAINER_M
|
||||
TRAINER_PIC_BIRD_KEEPER, // FACILITY_CLASS_BIRD_KEEPER
|
||||
TRAINER_PIC_COLLECTOR, // FACILITY_CLASS_COLLECTOR
|
||||
TRAINER_PIC_AQUA_GRUNT_F, // FACILITY_CLASS_TEAM_AQUA_2
|
||||
TRAINER_PIC_SWIMMER_M, // FACILITY_CLASS_SWIMMER_M
|
||||
TRAINER_PIC_MAGMA_GRUNT_M, // FACILITY_CLASS_TEAM_MAGMA_1
|
||||
TRAINER_PIC_EXPERT_M, // FACILITY_CLASS_EXPERT_M
|
||||
TRAINER_PIC_BLACK_BELT, // FACILITY_CLASS_BLACK_BELT
|
||||
TRAINER_PIC_AQUA_LEADER_ARCHIE, // FACILITY_CLASS_AQUA_LEADER
|
||||
TRAINER_PIC_HEX_MANIAC, // FACILITY_CLASS_HEX_MANIAC
|
||||
TRAINER_PIC_AROMA_LADY, // FACILITY_CLASS_AROMA_LADY
|
||||
TRAINER_PIC_RUIN_MANIAC, // FACILITY_CLASS_RUIN_MANIAC
|
||||
TRAINER_PIC_INTERVIEWER, // FACILITY_CLASS_INTERVIEWER
|
||||
TRAINER_PIC_TUBER_F, // FACILITY_CLASS_TUBER_1
|
||||
TRAINER_PIC_TUBER_M, // FACILITY_CLASS_TUBER_2
|
||||
TRAINER_PIC_COOL_TRAINER_F, // FACILITY_CLASS_COOLTRAINER_F
|
||||
TRAINER_PIC_LADY, // FACILITY_CLASS_LADY
|
||||
TRAINER_PIC_BEAUTY, // FACILITY_CLASS_BEAUTY
|
||||
TRAINER_PIC_RICH_BOY, // FACILITY_CLASS_RICH_BOY
|
||||
TRAINER_PIC_EXPERT_F, // FACILITY_CLASS_EXPERT_2
|
||||
TRAINER_PIC_POKEMANIAC, // FACILITY_CLASS_POKEMANIAC
|
||||
TRAINER_PIC_MAGMA_GRUNT_F, // FACILITY_CLASS_TEAM_MAGMA_2
|
||||
TRAINER_PIC_GUITARIST, // FACILITY_CLASS_GUITARIST
|
||||
TRAINER_PIC_KINDLER, // FACILITY_CLASS_KINDLER
|
||||
TRAINER_PIC_CAMPER, // FACILITY_CLASS_CAMPER
|
||||
TRAINER_PIC_PICNICKER, // FACILITY_CLASS_PICNICKER
|
||||
TRAINER_PIC_BUG_MANIAC, // FACILITY_CLASS_BUG_MANIAC
|
||||
TRAINER_PIC_PSYCHIC_M, // FACILITY_CLASS_PSYCHIC_M
|
||||
TRAINER_PIC_PSYCHIC_F, // FACILITY_CLASS_PSYCHIC_F
|
||||
TRAINER_PIC_GENTLEMAN, // FACILITY_CLASS_GENTLEMAN
|
||||
TRAINER_PIC_ELITE_FOUR_SIDNEY, // FACILITY_CLASS_ELITE_FOUR_1
|
||||
TRAINER_PIC_ELITE_FOUR_PHOEBE, // FACILITY_CLASS_ELITE_FOUR_2
|
||||
TRAINER_PIC_LEADER_ROXANNE, // FACILITY_CLASS_LEADER_1
|
||||
TRAINER_PIC_LEADER_BRAWLY, // FACILITY_CLASS_LEADER_2
|
||||
TRAINER_PIC_LEADER_TATE_AND_LIZA, // FACILITY_CLASS_LEADER_3
|
||||
TRAINER_PIC_SCHOOL_KID_M, // FACILITY_CLASS_SCHOOL_KID_M
|
||||
TRAINER_PIC_SCHOOL_KID_F, // FACILITY_CLASS_SCHOOL_KID_F
|
||||
TRAINER_PIC_SR_AND_JR, // FACILITY_CLASS_SR_AND_JR
|
||||
TRAINER_PIC_WINSTRATE_M, // FACILITY_CLASS_POKEFAN_1
|
||||
TRAINER_PIC_WINSTRATE_F, // FACILITY_CLASS_POKEFAN_2
|
||||
TRAINER_PIC_YOUNGSTER, // FACILITY_CLASS_YOUNGSTER
|
||||
TRAINER_PIC_CHAMPION_WALLACE, // FACILITY_CLASS_CHAMPION
|
||||
TRAINER_PIC_FISHERMAN, // FACILITY_CLASS_FISHERMAN
|
||||
TRAINER_PIC_CYCLING_TRIATHLETE_M, // FACILITY_CLASS_TRIATHLETE_1
|
||||
TRAINER_PIC_CYCLING_TRIATHLETE_F, // FACILITY_CLASS_TRIATHLETE_2
|
||||
TRAINER_PIC_RUNNING_TRIATHLETE_M, // FACILITY_CLASS_TRIATHLETE_3
|
||||
TRAINER_PIC_RUNNING_TRIATHLETE_F, // FACILITY_CLASS_TRIATHLETE_4
|
||||
TRAINER_PIC_SWIMMING_TRIATHLETE_M, // FACILITY_CLASS_TRIATHLETE_5
|
||||
TRAINER_PIC_SWIMMING_TRIATHLETE_F, // FACILITY_CLASS_TRIATHLETE_6
|
||||
TRAINER_PIC_DRAGON_TAMER, // FACILITY_CLASS_DRAGON_TAMER
|
||||
TRAINER_PIC_NINJA_BOY, // FACILITY_CLASS_NINJA_BOY
|
||||
TRAINER_PIC_BATTLE_GIRL, // FACILITY_CLASS_BATTLE_GIRL
|
||||
TRAINER_PIC_PARASOL_LADY, // FACILITY_CLASS_PARASOL_LADY
|
||||
TRAINER_PIC_SWIMMER_F, // FACILITY_CLASS_SWIMMER_F
|
||||
TRAINER_PIC_TWINS, // FACILITY_CLASS_TWINS
|
||||
TRAINER_PIC_SAILOR, // FACILITY_CLASS_SAILOR
|
||||
TRAINER_PIC_WALLY, // FACILITY_CLASS_PKMN_TRAINER_1
|
||||
TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_MAY
|
||||
TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_3
|
||||
TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_4
|
||||
TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_BRENDAN
|
||||
TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_6
|
||||
TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_7
|
||||
TRAINER_PIC_POKEMON_BREEDER_M, // FACILITY_CLASS_PKMN_BREEDER_2
|
||||
TRAINER_PIC_BUG_CATCHER, // FACILITY_CLASS_BUG_CATCHER
|
||||
TRAINER_PIC_POKEMON_RANGER_M, // FACILITY_CLASS_PKMN_RANGER_M
|
||||
TRAINER_PIC_POKEMON_RANGER_F, // FACILITY_CLASS_PKMN_RANGER_F
|
||||
TRAINER_PIC_MAGMA_LEADER_MAXIE, // FACILITY_CLASS_MAGMA_LEADER
|
||||
TRAINER_PIC_LASS, // FACILITY_CLASS_LASS
|
||||
TRAINER_PIC_YOUNG_COUPLE, // FACILITY_CLASS_YOUNG_COUPLE
|
||||
TRAINER_PIC_OLD_COUPLE, // FACILITY_CLASS_OLD_COUPLE
|
||||
TRAINER_PIC_SIS_AND_BRO, // FACILITY_CLASS_SIS_AND_BRO
|
||||
TRAINER_PIC_STEVEN, // FACILITY_CLASS_PKMN_TRAINER_STEVEN
|
||||
TRAINER_PIC_SALON_MAIDEN_ANABEL, // FACILITY_CLASS_SALON_MAIDEN
|
||||
TRAINER_PIC_DOME_ACE_TUCKER, // FACILITY_CLASS_DOME_ACE
|
||||
TRAINER_PIC_RED, // FACILITY_CLASS_PKMN_TRAINER_RED
|
||||
TRAINER_PIC_LEAF, // FACILITY_CLASS_PKMN_TRAINER_LEAF
|
||||
TRAINER_PIC_RUBY_SAPPHIRE_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_RS_BRENDAN
|
||||
TRAINER_PIC_RUBY_SAPPHIRE_MAY, // FACILITY_CLASS_PKMN_TRAINER_RS_MAY
|
||||
};
|
||||
|
||||
const u8 gFacilityClassToTrainerClass[] =
|
||||
{
|
||||
TRAINER_CLASS_HIKER, // FACILITY_CLASS_HIKER
|
||||
TRAINER_CLASS_TEAM_AQUA, // FACILITY_CLASS_TEAM_AQUA_1
|
||||
TRAINER_CLASS_PKMN_BREEDER, // FACILITY_CLASS_PKMN_BREEDER_1
|
||||
TRAINER_CLASS_COOLTRAINER_1, // FACILITY_CLASS_COOLTRAINER_M
|
||||
TRAINER_CLASS_BIRD_KEEPER, // FACILITY_CLASS_BIRD_KEEPER
|
||||
TRAINER_CLASS_COLLECTOR, // FACILITY_CLASS_COLLECTOR
|
||||
TRAINER_CLASS_TEAM_AQUA, // FACILITY_CLASS_TEAM_AQUA_2
|
||||
TRAINER_CLASS_SWIMMER_M, // FACILITY_CLASS_SWIMMER_M
|
||||
TRAINER_CLASS_TEAM_MAGMA, // FACILITY_CLASS_TEAM_MAGMA_1
|
||||
TRAINER_CLASS_EXPERT, // FACILITY_CLASS_EXPERT_M
|
||||
TRAINER_CLASS_BLACK_BELT, // FACILITY_CLASS_BLACK_BELT
|
||||
TRAINER_CLASS_AQUA_LEADER, // FACILITY_CLASS_AQUA_LEADER
|
||||
TRAINER_CLASS_HEX_MANIAC, // FACILITY_CLASS_HEX_MANIAC
|
||||
TRAINER_CLASS_AROMA_LADY, // FACILITY_CLASS_AROMA_LADY
|
||||
TRAINER_CLASS_RUIN_MANIAC, // FACILITY_CLASS_RUIN_MANIAC
|
||||
TRAINER_CLASS_INTERVIEWER, // FACILITY_CLASS_INTERVIEWER
|
||||
TRAINER_CLASS_TUBER_1, // FACILITY_CLASS_TUBER_1
|
||||
TRAINER_CLASS_TUBER_2, // FACILITY_CLASS_TUBER_2
|
||||
TRAINER_CLASS_COOLTRAINER_1, // FACILITY_CLASS_COOLTRAINER_F
|
||||
TRAINER_CLASS_LADY, // FACILITY_CLASS_LADY
|
||||
TRAINER_CLASS_BEAUTY, // FACILITY_CLASS_BEAUTY
|
||||
TRAINER_CLASS_RICH_BOY, // FACILITY_CLASS_RICH_BOY
|
||||
TRAINER_CLASS_EXPERT, // FACILITY_CLASS_EXPERT_2
|
||||
TRAINER_CLASS_POKEMANIAC, // FACILITY_CLASS_POKEMANIAC
|
||||
TRAINER_CLASS_TEAM_MAGMA, // FACILITY_CLASS_TEAM_MAGMA_2
|
||||
TRAINER_CLASS_GUITARIST, // FACILITY_CLASS_GUITARIST
|
||||
TRAINER_CLASS_KINDLER, // FACILITY_CLASS_KINDLER
|
||||
TRAINER_CLASS_CAMPER, // FACILITY_CLASS_CAMPER
|
||||
TRAINER_CLASS_PICNICKER, // FACILITY_CLASS_PICNICKER
|
||||
TRAINER_CLASS_BUG_MANIAC, // FACILITY_CLASS_BUG_MANIAC
|
||||
TRAINER_CLASS_PSYCHIC, // FACILITY_CLASS_PSYCHIC_M
|
||||
TRAINER_CLASS_PSYCHIC, // FACILITY_CLASS_PSYCHIC_F
|
||||
TRAINER_CLASS_GENTLEMAN, // FACILITY_CLASS_GENTLEMAN
|
||||
TRAINER_CLASS_ELITE_FOUR, // FACILITY_CLASS_ELITE_FOUR_1
|
||||
TRAINER_CLASS_ELITE_FOUR, // FACILITY_CLASS_ELITE_FOUR_2
|
||||
TRAINER_CLASS_LEADER, // FACILITY_CLASS_LEADER_1
|
||||
TRAINER_CLASS_LEADER, // FACILITY_CLASS_LEADER_2
|
||||
TRAINER_CLASS_LEADER, // FACILITY_CLASS_LEADER_3
|
||||
TRAINER_CLASS_SCHOOL_KID, // FACILITY_CLASS_SCHOOL_KID_M
|
||||
TRAINER_CLASS_SCHOOL_KID, // FACILITY_CLASS_SCHOOL_KID_F
|
||||
TRAINER_CLASS_SR_AND_JR, // FACILITY_CLASS_SR_AND_JR
|
||||
TRAINER_CLASS_POKEFAN, // FACILITY_CLASS_POKEFAN_1
|
||||
TRAINER_CLASS_POKEFAN, // FACILITY_CLASS_POKEFAN_2
|
||||
TRAINER_CLASS_YOUNGSTER, // FACILITY_CLASS_YOUNGSTER
|
||||
TRAINER_CLASS_CHAMPION, // FACILITY_CLASS_CHAMPION
|
||||
TRAINER_CLASS_FISHERMAN, // FACILITY_CLASS_FISHERMAN
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_1
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_2
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_3
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_4
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_5
|
||||
TRAINER_CLASS_TRIATHLETE, // FACILITY_CLASS_TRIATHLETE_6
|
||||
TRAINER_CLASS_DRAGON_TAMER, // FACILITY_CLASS_DRAGON_TAMER
|
||||
TRAINER_CLASS_NINJA_BOY, // FACILITY_CLASS_NINJA_BOY
|
||||
TRAINER_CLASS_BATTLE_GIRL, // FACILITY_CLASS_BATTLE_GIRL
|
||||
TRAINER_CLASS_PARASOL_LADY, // FACILITY_CLASS_PARASOL_LADY
|
||||
TRAINER_CLASS_SWIMMER_F, // FACILITY_CLASS_SWIMMER_F
|
||||
TRAINER_CLASS_TWINS, // FACILITY_CLASS_TWINS
|
||||
TRAINER_CLASS_SAILOR, // FACILITY_CLASS_SAILOR
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_1
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_MAY
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_3
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_4
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_BRENDAN
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_6
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_7
|
||||
TRAINER_CLASS_PKMN_BREEDER, // FACILITY_CLASS_PKMN_BREEDER_2
|
||||
TRAINER_CLASS_BUG_CATCHER, // FACILITY_CLASS_BUG_CATCHER
|
||||
TRAINER_CLASS_PKMN_RANGER, // FACILITY_CLASS_PKMN_RANGER_M
|
||||
TRAINER_CLASS_PKMN_RANGER, // FACILITY_CLASS_PKMN_RANGER_F
|
||||
TRAINER_CLASS_MAGMA_LEADER, // FACILITY_CLASS_MAGMA_LEADER
|
||||
TRAINER_CLASS_LASS, // FACILITY_CLASS_LASS
|
||||
TRAINER_CLASS_YOUNG_COUPLE, // FACILITY_CLASS_YOUNG_COUPLE
|
||||
TRAINER_CLASS_OLD_COUPLE, // FACILITY_CLASS_OLD_COUPLE
|
||||
TRAINER_CLASS_SIS_AND_BRO, // FACILITY_CLASS_SIS_AND_BRO
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_STEVEN
|
||||
TRAINER_CLASS_SALON_MAIDEN, // FACILITY_CLASS_SALON_MAIDEN
|
||||
TRAINER_CLASS_DOME_ACE, // FACILITY_CLASS_DOME_ACE
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_RED
|
||||
TRAINER_CLASS_PKMN_TRAINER_3, // FACILITY_CLASS_PKMN_TRAINER_LEAF
|
||||
TRAINER_CLASS_PKMN_TRAINER_4, // FACILITY_CLASS_PKMN_TRAINER_RS_BRENDAN
|
||||
TRAINER_CLASS_PKMN_TRAINER_4, // FACILITY_CLASS_PKMN_TRAINER_RS_MAY
|
||||
};
|
||||
|
||||
#endif //POKEEMERALD_TRAINER_CLASS_LOOKUPS_H
|
||||
@@ -0,0 +1,443 @@
|
||||
const struct MonCoords gUnknown_083021D8[] =
|
||||
{
|
||||
{0x88, 0x00}, // SPECIES_NONE
|
||||
{0x64, 0x10}, // SPECIES_BULBASAUR
|
||||
{0x66, 0x09}, // SPECIES_IVYSAUR
|
||||
{0x87, 0x07}, // SPECIES_VENUSAUR
|
||||
{0x65, 0x0e}, // SPECIES_CHARMANDER
|
||||
{0x66, 0x09}, // SPECIES_CHARMELEON
|
||||
{0x87, 0x04}, // SPECIES_CHARIZARD
|
||||
{0x65, 0x0e}, // SPECIES_SQUIRTLE
|
||||
{0x76, 0x0a}, // SPECIES_WARTORTLE
|
||||
{0x86, 0x08}, // SPECIES_BLASTOISE
|
||||
{0x55, 0x0f}, // SPECIES_CATERPIE
|
||||
{0x65, 0x0c}, // SPECIES_METAPOD
|
||||
{0x87, 0x06}, // SPECIES_BUTTERFREE
|
||||
{0x56, 0x0b}, // SPECIES_WEEDLE
|
||||
{0x46, 0x0a}, // SPECIES_KAKUNA
|
||||
{0x86, 0x09}, // SPECIES_BEEDRILL
|
||||
{0x66, 0x08}, // SPECIES_PIDGEY
|
||||
{0x85, 0x0c}, // SPECIES_PIDGEOTTO
|
||||
{0x78, 0x02}, // SPECIES_PIDGEOT
|
||||
{0x65, 0x0d}, // SPECIES_RATTATA
|
||||
{0x75, 0x0d}, // SPECIES_RATICATE
|
||||
{0x65, 0x0c}, // SPECIES_SPEAROW
|
||||
{0x87, 0x05}, // SPECIES_FEAROW
|
||||
{0x66, 0x09}, // SPECIES_EKANS
|
||||
{0x77, 0x04}, // SPECIES_ARBOK
|
||||
{0x77, 0x07}, // SPECIES_PIKACHU
|
||||
{0x66, 0x08}, // SPECIES_RAICHU
|
||||
{0x65, 0x0d}, // SPECIES_SANDSHREW
|
||||
{0x86, 0x09}, // SPECIES_SANDSLASH
|
||||
{0x55, 0x0c}, // SPECIES_NIDORAN_F
|
||||
{0x86, 0x0a}, // SPECIES_NIDORINA
|
||||
{0x77, 0x06}, // SPECIES_NIDOQUEEN
|
||||
{0x56, 0x08}, // SPECIES_NIDORAN_M
|
||||
{0x86, 0x09}, // SPECIES_NIDORINO
|
||||
{0x88, 0x03}, // SPECIES_NIDOKING
|
||||
{0x65, 0x0d}, // SPECIES_CLEFAIRY
|
||||
{0x76, 0x0a}, // SPECIES_CLEFABLE
|
||||
{0x76, 0x09}, // SPECIES_VULPIX
|
||||
{0x77, 0x05}, // SPECIES_NINETALES
|
||||
{0x65, 0x0d}, // SPECIES_JIGGLYPUFF
|
||||
{0x66, 0x08}, // SPECIES_WIGGLYTUFF
|
||||
{0x76, 0x0b}, // SPECIES_ZUBAT
|
||||
{0x87, 0x06}, // SPECIES_GOLBAT
|
||||
{0x56, 0x0b}, // SPECIES_ODDISH
|
||||
{0x66, 0x0a}, // SPECIES_GLOOM
|
||||
{0x87, 0x07}, // SPECIES_VILEPLUME
|
||||
{0x63, 0x14}, // SPECIES_PARAS
|
||||
{0x87, 0x07}, // SPECIES_VENONAT
|
||||
{0x77, 0x06}, // SPECIES_VENOMOTH
|
||||
{0x77, 0x04}, // SPECIES_DIGLETT
|
||||
{0x54, 0x10}, // SPECIES_DUGTRIO
|
||||
{0x66, 0x0b}, // SPECIES_MEOWTH
|
||||
{0x65, 0x0c}, // SPECIES_PERSIAN
|
||||
{0x87, 0x07}, // SPECIES_PSYDUCK
|
||||
{0x67, 0x07}, // SPECIES_GOLDUCK
|
||||
{0x77, 0x05}, // SPECIES_MANKEY
|
||||
{0x76, 0x0b}, // SPECIES_PRIMEAPE
|
||||
{0x77, 0x07}, // SPECIES_GROWLITHE
|
||||
{0x66, 0x08}, // SPECIES_ARCANINE
|
||||
{0x87, 0x06}, // SPECIES_POLIWAG
|
||||
{0x74, 0x10}, // SPECIES_POLIWHIRL
|
||||
{0x65, 0x0c}, // SPECIES_POLIWRATH
|
||||
{0x86, 0x0b}, // SPECIES_ABRA
|
||||
{0x66, 0x0b}, // SPECIES_KADABRA
|
||||
{0x76, 0x08}, // SPECIES_ALAKAZAM
|
||||
{0x67, 0x05}, // SPECIES_MACHOP
|
||||
{0x65, 0x0c}, // SPECIES_MACHOKE
|
||||
{0x76, 0x09}, // SPECIES_MACHAMP
|
||||
{0x67, 0x04}, // SPECIES_BELLSPROUT
|
||||
{0x66, 0x0a}, // SPECIES_WEEPINBELL
|
||||
{0x66, 0x09}, // SPECIES_VICTREEBEL
|
||||
{0x87, 0x06}, // SPECIES_TENTACOOL
|
||||
{0x56, 0x0a}, // SPECIES_TENTACRUEL
|
||||
{0x86, 0x0b}, // SPECIES_GEODUDE
|
||||
{0x66, 0x0b}, // SPECIES_GRAVELER
|
||||
{0x75, 0x0c}, // SPECIES_GOLEM
|
||||
{0x84, 0x10}, // SPECIES_PONYTA
|
||||
{0x66, 0x09}, // SPECIES_RAPIDASH
|
||||
{0x87, 0x05}, // SPECIES_SLOWPOKE
|
||||
{0x85, 0x0e}, // SPECIES_SLOWBRO
|
||||
{0x86, 0x0a}, // SPECIES_MAGNEMITE
|
||||
{0x43, 0x14}, // SPECIES_MAGNETON
|
||||
{0x66, 0x0a}, // SPECIES_FARFETCHD
|
||||
{0x66, 0x0a}, // SPECIES_DODUO
|
||||
{0x66, 0x08}, // SPECIES_DODRIO
|
||||
{0x88, 0x01}, // SPECIES_SEEL
|
||||
{0x66, 0x0a}, // SPECIES_DEWGONG
|
||||
{0x77, 0x05}, // SPECIES_GRIMER
|
||||
{0x75, 0x0c}, // SPECIES_MUK
|
||||
{0x87, 0x05}, // SPECIES_SHELLDER
|
||||
{0x76, 0x0b}, // SPECIES_CLOYSTER
|
||||
{0x87, 0x06}, // SPECIES_GASTLY
|
||||
{0x85, 0x0e}, // SPECIES_HAUNTER
|
||||
{0x76, 0x08}, // SPECIES_GENGAR
|
||||
{0x76, 0x09}, // SPECIES_ONIX
|
||||
{0x78, 0x00}, // SPECIES_DROWZEE
|
||||
{0x65, 0x0d}, // SPECIES_HYPNO
|
||||
{0x66, 0x09}, // SPECIES_KRABBY
|
||||
{0x66, 0x0a}, // SPECIES_KINGLER
|
||||
{0x77, 0x04}, // SPECIES_VOLTORB
|
||||
{0x55, 0x0e}, // SPECIES_ELECTRODE
|
||||
{0x65, 0x0d}, // SPECIES_EXEGGCUTE
|
||||
{0x65, 0x0d}, // SPECIES_EXEGGUTOR
|
||||
{0x87, 0x04}, // SPECIES_CUBONE
|
||||
{0x66, 0x0a}, // SPECIES_MAROWAK
|
||||
{0x66, 0x08}, // SPECIES_HITMONLEE
|
||||
{0x65, 0x0c}, // SPECIES_HITMONCHAN
|
||||
{0x65, 0x0c}, // SPECIES_LICKITUNG
|
||||
{0x65, 0x0e}, // SPECIES_KOFFING
|
||||
{0x66, 0x09}, // SPECIES_WEEZING
|
||||
{0x77, 0x06}, // SPECIES_RHYHORN
|
||||
{0x85, 0x0c}, // SPECIES_RHYDON
|
||||
{0x88, 0x03}, // SPECIES_CHANSEY
|
||||
{0x86, 0x0b}, // SPECIES_TANGELA
|
||||
{0x85, 0x0e}, // SPECIES_KANGASKHAN
|
||||
{0x77, 0x05}, // SPECIES_HORSEA
|
||||
{0x66, 0x09}, // SPECIES_SEADRA
|
||||
{0x66, 0x08}, // SPECIES_GOLDEEN
|
||||
{0x66, 0x08}, // SPECIES_SEAKING
|
||||
{0x76, 0x0b}, // SPECIES_STARYU
|
||||
{0x65, 0x0d}, // SPECIES_STARMIE
|
||||
{0x85, 0x0e}, // SPECIES_MR_MIME
|
||||
{0x85, 0x0d}, // SPECIES_SCYTHER
|
||||
{0x77, 0x07}, // SPECIES_JYNX
|
||||
{0x86, 0x0a}, // SPECIES_ELECTABUZZ
|
||||
{0x66, 0x08}, // SPECIES_MAGMAR
|
||||
{0x66, 0x08}, // SPECIES_PINSIR
|
||||
{0x66, 0x09}, // SPECIES_TAUROS
|
||||
{0x85, 0x0d}, // SPECIES_MAGIKARP
|
||||
{0x76, 0x09}, // SPECIES_GYARADOS
|
||||
{0x78, 0x00}, // SPECIES_LAPRAS
|
||||
{0x77, 0x04}, // SPECIES_DITTO
|
||||
{0x54, 0x11}, // SPECIES_EEVEE
|
||||
{0x66, 0x0a}, // SPECIES_VAPOREON
|
||||
{0x66, 0x0a}, // SPECIES_JOLTEON
|
||||
{0x87, 0x06}, // SPECIES_FLAREON
|
||||
{0x67, 0x05}, // SPECIES_PORYGON
|
||||
{0x65, 0x0d}, // SPECIES_OMANYTE
|
||||
{0x66, 0x0a}, // SPECIES_OMASTAR
|
||||
{0x66, 0x08}, // SPECIES_KABUTO
|
||||
{0x65, 0x0d}, // SPECIES_KABUTOPS
|
||||
{0x77, 0x05}, // SPECIES_AERODACTYL
|
||||
{0x86, 0x08}, // SPECIES_SNORLAX
|
||||
{0x86, 0x0b}, // SPECIES_ARTICUNO
|
||||
{0x65, 0x0c}, // SPECIES_ZAPDOS
|
||||
{0x76, 0x0b}, // SPECIES_MOLTRES
|
||||
{0x87, 0x04}, // SPECIES_DRATINI
|
||||
{0x66, 0x09}, // SPECIES_DRAGONAIR
|
||||
{0x78, 0x00}, // SPECIES_DRAGONITE
|
||||
{0x87, 0x06}, // SPECIES_MEWTWO
|
||||
{0x78, 0x01}, // SPECIES_MEW
|
||||
{0x66, 0x08}, // SPECIES_CHIKORITA
|
||||
{0x56, 0x0a}, // SPECIES_BAYLEEF
|
||||
{0x66, 0x08}, // SPECIES_MEGANIUM
|
||||
{0x78, 0x00}, // SPECIES_CYNDAQUIL
|
||||
{0x76, 0x09}, // SPECIES_QUILAVA
|
||||
{0x87, 0x04}, // SPECIES_TYPHLOSION
|
||||
{0x87, 0x04}, // SPECIES_TOTODILE
|
||||
{0x66, 0x0b}, // SPECIES_CROCONAW
|
||||
{0x67, 0x07}, // SPECIES_FERALIGATR
|
||||
{0x88, 0x01}, // SPECIES_SENTRET
|
||||
{0x67, 0x05}, // SPECIES_FURRET
|
||||
{0x66, 0x08}, // SPECIES_HOOTHOOT
|
||||
{0x66, 0x08}, // SPECIES_NOCTOWL
|
||||
{0x68, 0x03}, // SPECIES_LEDYBA
|
||||
{0x76, 0x0b}, // SPECIES_LEDIAN
|
||||
{0x77, 0x07}, // SPECIES_SPINARAK
|
||||
{0x73, 0x15}, // SPECIES_ARIADOS
|
||||
{0x86, 0x0b}, // SPECIES_CROBAT
|
||||
{0x87, 0x05}, // SPECIES_CHINCHOU
|
||||
{0x86, 0x08}, // SPECIES_LANTURN
|
||||
{0x86, 0x08}, // SPECIES_PICHU
|
||||
{0x66, 0x0b}, // SPECIES_CLEFFA
|
||||
{0x65, 0x0f}, // SPECIES_IGGLYBUFF
|
||||
{0x66, 0x0b}, // SPECIES_TOGEPI
|
||||
{0x54, 0x10}, // SPECIES_TOGETIC
|
||||
{0x66, 0x08}, // SPECIES_NATU
|
||||
{0x54, 0x11}, // SPECIES_XATU
|
||||
{0x76, 0x08}, // SPECIES_MAREEP
|
||||
{0x66, 0x09}, // SPECIES_FLAAFFY
|
||||
{0x66, 0x09}, // SPECIES_AMPHAROS
|
||||
{0x88, 0x01}, // SPECIES_BELLOSSOM
|
||||
{0x66, 0x0b}, // SPECIES_MARILL
|
||||
{0x75, 0x0c}, // SPECIES_AZUMARILL
|
||||
{0x86, 0x08}, // SPECIES_SUDOWOODO
|
||||
{0x66, 0x08}, // SPECIES_POLITOED
|
||||
{0x66, 0x09}, // SPECIES_HOPPIP
|
||||
{0x66, 0x0b}, // SPECIES_SKIPLOOM
|
||||
{0x65, 0x0d}, // SPECIES_JUMPLUFF
|
||||
{0x87, 0x04}, // SPECIES_AIPOM
|
||||
{0x66, 0x09}, // SPECIES_SUNKERN
|
||||
{0x56, 0x0a}, // SPECIES_SUNFLORA
|
||||
{0x66, 0x08}, // SPECIES_YANMA
|
||||
{0x77, 0x04}, // SPECIES_WOOPER
|
||||
{0x85, 0x0f}, // SPECIES_QUAGSIRE
|
||||
{0x76, 0x08}, // SPECIES_ESPEON
|
||||
{0x76, 0x0b}, // SPECIES_UMBREON
|
||||
{0x87, 0x04}, // SPECIES_MURKROW
|
||||
{0x66, 0x09}, // SPECIES_SLOWKING
|
||||
{0x66, 0x08}, // SPECIES_MISDREAVUS
|
||||
{0x66, 0x0a}, // SPECIES_UNOWN
|
||||
{0x36, 0x08}, // SPECIES_WOBBUFFET
|
||||
{0x75, 0x0c}, // SPECIES_GIRAFARIG
|
||||
{0x87, 0x05}, // SPECIES_PINECO
|
||||
{0x65, 0x0f}, // SPECIES_FORRETRESS
|
||||
{0x84, 0x10}, // SPECIES_DUNSPARCE
|
||||
{0x85, 0x0f}, // SPECIES_GLIGAR
|
||||
{0x87, 0x05}, // SPECIES_STEELIX
|
||||
{0x88, 0x00}, // SPECIES_SNUBBULL
|
||||
{0x76, 0x0a}, // SPECIES_GRANBULL
|
||||
{0x87, 0x05}, // SPECIES_QWILFISH
|
||||
{0x77, 0x07}, // SPECIES_SCIZOR
|
||||
{0x77, 0x04}, // SPECIES_SHUCKLE
|
||||
{0x56, 0x0b}, // SPECIES_HERACROSS
|
||||
{0x77, 0x04}, // SPECIES_SNEASEL
|
||||
{0x66, 0x08}, // SPECIES_TEDDIURSA
|
||||
{0x66, 0x08}, // SPECIES_URSARING
|
||||
{0x88, 0x03}, // SPECIES_SLUGMA
|
||||
{0x66, 0x08}, // SPECIES_MAGCARGO
|
||||
{0x76, 0x09}, // SPECIES_SWINUB
|
||||
{0x63, 0x15}, // SPECIES_PILOSWINE
|
||||
{0x75, 0x0d}, // SPECIES_CORSOLA
|
||||
{0x65, 0x0c}, // SPECIES_REMORAID
|
||||
{0x75, 0x0d}, // SPECIES_OCTILLERY
|
||||
{0x66, 0x0a}, // SPECIES_DELIBIRD
|
||||
{0x67, 0x06}, // SPECIES_MANTINE
|
||||
{0x87, 0x07}, // SPECIES_SKARMORY
|
||||
{0x87, 0x04}, // SPECIES_HOUNDOUR
|
||||
{0x55, 0x0c}, // SPECIES_HOUNDOOM
|
||||
{0x87, 0x07}, // SPECIES_KINGDRA
|
||||
{0x87, 0x06}, // SPECIES_PHANPY
|
||||
{0x65, 0x0e}, // SPECIES_DONPHAN
|
||||
{0x85, 0x0d}, // SPECIES_PORYGON2
|
||||
{0x76, 0x0a}, // SPECIES_STANTLER
|
||||
{0x78, 0x03}, // SPECIES_SMEARGLE
|
||||
{0x76, 0x0a}, // SPECIES_TYROGUE
|
||||
{0x66, 0x08}, // SPECIES_HITMONTOP
|
||||
{0x87, 0x05}, // SPECIES_SMOOCHUM
|
||||
{0x56, 0x09}, // SPECIES_ELEKID
|
||||
{0x66, 0x08}, // SPECIES_MAGBY
|
||||
{0x66, 0x0b}, // SPECIES_MILTANK
|
||||
{0x87, 0x07}, // SPECIES_BLISSEY
|
||||
{0x85, 0x0d}, // SPECIES_RAIKOU
|
||||
{0x86, 0x0a}, // SPECIES_ENTEI
|
||||
{0x87, 0x06}, // SPECIES_SUICUNE
|
||||
{0x88, 0x03}, // SPECIES_LARVITAR
|
||||
{0x66, 0x08}, // SPECIES_PUPITAR
|
||||
{0x67, 0x05}, // SPECIES_TYRANITAR
|
||||
{0x88, 0x00}, // SPECIES_LUGIA
|
||||
{0x88, 0x01}, // SPECIES_HO_OH
|
||||
{0x88, 0x01}, // SPECIES_CELEBI
|
||||
{0x66, 0x08}, // SPECIES_OLD_UNOWN_B
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_C
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_D
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_E
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_F
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_G
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_H
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_I
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_J
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_K
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_L
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_M
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_N
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_O
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_P
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_Q
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_R
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_S
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_T
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_U
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_V
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_W
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_X
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_Y
|
||||
{0x88, 0x02}, // SPECIES_OLD_UNOWN_Z
|
||||
{0x88, 0x02}, // SPECIES_TREECKO
|
||||
{0x87, 0x06}, // SPECIES_GROVYLE
|
||||
{0x86, 0x08}, // SPECIES_SCEPTILE
|
||||
{0x88, 0x01}, // SPECIES_TORCHIC
|
||||
{0x67, 0x05}, // SPECIES_COMBUSKEN
|
||||
{0x88, 0x00}, // SPECIES_BLAZIKEN
|
||||
{0x88, 0x00}, // SPECIES_MUDKIP
|
||||
{0x77, 0x05}, // SPECIES_MARSHTOMP
|
||||
{0x87, 0x04}, // SPECIES_SWAMPERT
|
||||
{0x87, 0x05}, // SPECIES_POOCHYENA
|
||||
{0x76, 0x09}, // SPECIES_MIGHTYENA
|
||||
{0x87, 0x04}, // SPECIES_ZIGZAGOON
|
||||
{0x76, 0x0b}, // SPECIES_LINOONE
|
||||
{0x85, 0x0f}, // SPECIES_WURMPLE
|
||||
{0x76, 0x0b}, // SPECIES_SILCOON
|
||||
{0x83, 0x15}, // SPECIES_BEAUTIFLY
|
||||
{0x88, 0x00}, // SPECIES_CASCOON
|
||||
{0x73, 0x14}, // SPECIES_DUSTOX
|
||||
{0x83, 0x14}, // SPECIES_LOTAD
|
||||
{0x75, 0x0f}, // SPECIES_LOMBRE
|
||||
{0x86, 0x08}, // SPECIES_LUDICOLO
|
||||
{0x86, 0x0a}, // SPECIES_SEEDOT
|
||||
{0x86, 0x09}, // SPECIES_NUZLEAF
|
||||
{0x76, 0x0a}, // SPECIES_SHIFTRY
|
||||
{0x86, 0x08}, // SPECIES_NINCADA
|
||||
{0x83, 0x14}, // SPECIES_NINJASK
|
||||
{0x86, 0x08}, // SPECIES_SHEDINJA
|
||||
{0x77, 0x06}, // SPECIES_TAILLOW
|
||||
{0x64, 0x11}, // SPECIES_SWELLOW
|
||||
{0x86, 0x08}, // SPECIES_SHROOMISH
|
||||
{0x85, 0x0d}, // SPECIES_BRELOOM
|
||||
{0x87, 0x04}, // SPECIES_SPINDA
|
||||
{0x77, 0x04}, // SPECIES_WINGULL
|
||||
{0x85, 0x0e}, // SPECIES_PELIPPER
|
||||
{0x87, 0x06}, // SPECIES_SURSKIT
|
||||
{0x86, 0x0b}, // SPECIES_MASQUERAIN
|
||||
{0x88, 0x00}, // SPECIES_WAILMER
|
||||
{0x83, 0x15}, // SPECIES_WAILORD
|
||||
{0x83, 0x16}, // SPECIES_SKITTY
|
||||
{0x86, 0x0a}, // SPECIES_DELCATTY
|
||||
{0x86, 0x08}, // SPECIES_KECLEON
|
||||
{0x87, 0x06}, // SPECIES_BALTOY
|
||||
{0x86, 0x08}, // SPECIES_CLAYDOL
|
||||
{0x87, 0x07}, // SPECIES_NOSEPASS
|
||||
{0x85, 0x0c}, // SPECIES_TORKOAL
|
||||
{0x86, 0x0a}, // SPECIES_SABLEYE
|
||||
{0x76, 0x08}, // SPECIES_BARBOACH
|
||||
{0x66, 0x0a}, // SPECIES_WHISCASH
|
||||
{0x86, 0x0a}, // SPECIES_LUVDISC
|
||||
{0x46, 0x0a}, // SPECIES_CORPHISH
|
||||
{0x77, 0x07}, // SPECIES_CRAWDAUNT
|
||||
{0x87, 0x05}, // SPECIES_FEEBAS
|
||||
{0x67, 0x07}, // SPECIES_MILOTIC
|
||||
{0x68, 0x02}, // SPECIES_CARVANHA
|
||||
{0x87, 0x07}, // SPECIES_SHARPEDO
|
||||
{0x88, 0x02}, // SPECIES_TRAPINCH
|
||||
{0x75, 0x0e}, // SPECIES_VIBRAVA
|
||||
{0x74, 0x11}, // SPECIES_FLYGON
|
||||
{0x88, 0x02}, // SPECIES_MAKUHITA
|
||||
{0x76, 0x0b}, // SPECIES_HARIYAMA
|
||||
{0x87, 0x07}, // SPECIES_ELECTRIKE
|
||||
{0x84, 0x10}, // SPECIES_MANECTRIC
|
||||
{0x87, 0x04}, // SPECIES_NUMEL
|
||||
{0x86, 0x0b}, // SPECIES_CAMERUPT
|
||||
{0x84, 0x13}, // SPECIES_SPHEAL
|
||||
{0x64, 0x12}, // SPECIES_SEALEO
|
||||
{0x86, 0x0a}, // SPECIES_WALREIN
|
||||
{0x87, 0x06}, // SPECIES_CACNEA
|
||||
{0x85, 0x0f}, // SPECIES_CACTURNE
|
||||
{0x87, 0x07}, // SPECIES_SNORUNT
|
||||
{0x76, 0x0a}, // SPECIES_GLALIE
|
||||
{0x85, 0x0c}, // SPECIES_LUNATONE
|
||||
{0x87, 0x05}, // SPECIES_SOLROCK
|
||||
{0x87, 0x05}, // SPECIES_AZURILL
|
||||
{0x86, 0x0a}, // SPECIES_SPOINK
|
||||
{0x56, 0x0b}, // SPECIES_GRUMPIG
|
||||
{0x87, 0x04}, // SPECIES_PLUSLE
|
||||
{0x76, 0x08}, // SPECIES_MINUN
|
||||
{0x76, 0x08}, // SPECIES_MAWILE
|
||||
{0x87, 0x04}, // SPECIES_MEDITITE
|
||||
{0x76, 0x0b}, // SPECIES_MEDICHAM
|
||||
{0x68, 0x03}, // SPECIES_SWABLU
|
||||
{0x86, 0x09}, // SPECIES_ALTARIA
|
||||
{0x87, 0x06}, // SPECIES_WYNAUT
|
||||
{0x77, 0x07}, // SPECIES_DUSKULL
|
||||
{0x66, 0x0b}, // SPECIES_DUSCLOPS
|
||||
{0x86, 0x08}, // SPECIES_ROSELIA
|
||||
{0x86, 0x08}, // SPECIES_SLAKOTH
|
||||
{0x85, 0x0f}, // SPECIES_VIGOROTH
|
||||
{0x86, 0x0a}, // SPECIES_SLAKING
|
||||
{0x86, 0x08}, // SPECIES_GULPIN
|
||||
{0x66, 0x0b}, // SPECIES_SWALOT
|
||||
{0x77, 0x06}, // SPECIES_TROPIUS
|
||||
{0x87, 0x07}, // SPECIES_WHISMUR
|
||||
{0x85, 0x0d}, // SPECIES_LOUDRED
|
||||
{0x86, 0x09}, // SPECIES_EXPLOUD
|
||||
{0x88, 0x03}, // SPECIES_CLAMPERL
|
||||
{0x85, 0x0d}, // SPECIES_HUNTAIL
|
||||
{0x68, 0x02}, // SPECIES_GOREBYSS
|
||||
{0x77, 0x05}, // SPECIES_ABSOL
|
||||
{0x78, 0x03}, // SPECIES_SHUPPET
|
||||
{0x77, 0x06}, // SPECIES_BANETTE
|
||||
{0x65, 0x0c}, // SPECIES_SEVIPER
|
||||
{0x88, 0x03}, // SPECIES_ZANGOOSE
|
||||
{0x88, 0x01}, // SPECIES_RELICANTH
|
||||
{0x86, 0x0a}, // SPECIES_ARON
|
||||
{0x54, 0x11}, // SPECIES_LAIRON
|
||||
{0x84, 0x11}, // SPECIES_AGGRON
|
||||
{0x87, 0x07}, // SPECIES_CASTFORM
|
||||
{0x45, 0x0d}, // SPECIES_VOLBEAT
|
||||
{0x76, 0x08}, // SPECIES_ILLUMISE
|
||||
{0x67, 0x06}, // SPECIES_LILEEP
|
||||
{0x86, 0x09}, // SPECIES_CRADILY
|
||||
{0x77, 0x04}, // SPECIES_ANORITH
|
||||
{0x83, 0x17}, // SPECIES_ARMALDO
|
||||
{0x77, 0x05}, // SPECIES_RALTS
|
||||
{0x45, 0x0d}, // SPECIES_KIRLIA
|
||||
{0x57, 0x06}, // SPECIES_GARDEVOIR
|
||||
{0x77, 0x04}, // SPECIES_BAGON
|
||||
{0x66, 0x08}, // SPECIES_SHELGON
|
||||
{0x85, 0x0d}, // SPECIES_SALAMENCE
|
||||
{0x77, 0x06}, // SPECIES_BELDUM
|
||||
{0x66, 0x0a}, // SPECIES_METANG
|
||||
{0x84, 0x10}, // SPECIES_METAGROSS
|
||||
{0x83, 0x14}, // SPECIES_REGIROCK
|
||||
{0x86, 0x0a}, // SPECIES_REGICE
|
||||
{0x85, 0x0e}, // SPECIES_REGISTEEL
|
||||
{0x85, 0x0e}, // SPECIES_KYOGRE
|
||||
{0x84, 0x13}, // SPECIES_GROUDON
|
||||
{0x87, 0x07}, // SPECIES_RAYQUAZA
|
||||
{0x78, 0x00}, // SPECIES_LATIAS
|
||||
{0x88, 0x02}, // SPECIES_LATIOS
|
||||
{0x88, 0x03}, // SPECIES_JIRACHI
|
||||
{0x87, 0x05}, // SPECIES_DEOXYS
|
||||
{0x86, 0x09}, // SPECIES_CHIMECHO
|
||||
{0x47, 0x07}, // SPECIES_EGG
|
||||
{0x36, 0x0a}, // SPECIES_UNOWN_B
|
||||
{0x56, 0x09}, // SPECIES_UNOWN_C
|
||||
{0x67, 0x06}, // SPECIES_UNOWN_D
|
||||
{0x56, 0x08}, // SPECIES_UNOWN_E
|
||||
{0x56, 0x0a}, // SPECIES_UNOWN_F
|
||||
{0x66, 0x0a}, // SPECIES_UNOWN_G
|
||||
{0x57, 0x05}, // SPECIES_UNOWN_H
|
||||
{0x66, 0x08}, // SPECIES_UNOWN_I
|
||||
{0x37, 0x07}, // SPECIES_UNOWN_J
|
||||
{0x46, 0x09}, // SPECIES_UNOWN_K
|
||||
{0x57, 0x07}, // SPECIES_UNOWN_L
|
||||
{0x46, 0x0a}, // SPECIES_UNOWN_M
|
||||
{0x65, 0x0d}, // SPECIES_UNOWN_N
|
||||
{0x65, 0x0d}, // SPECIES_UNOWN_O
|
||||
{0x66, 0x08}, // SPECIES_UNOWN_P
|
||||
{0x46, 0x0a}, // SPECIES_UNOWN_Q
|
||||
{0x55, 0x0f}, // SPECIES_UNOWN_R
|
||||
{0x45, 0x0c}, // SPECIES_UNOWN_S
|
||||
{0x57, 0x04}, // SPECIES_UNOWN_T
|
||||
{0x45, 0x0d}, // SPECIES_UNOWN_U
|
||||
{0x65, 0x0d}, // SPECIES_UNOWN_V
|
||||
{0x56, 0x0b}, // SPECIES_UNOWN_W
|
||||
{0x55, 0x0d}, // SPECIES_UNOWN_X
|
||||
{0x55, 0x0f}, // SPECIES_UNOWN_Y
|
||||
{0x46, 0x0a}, // SPECIES_UNOWN_Z
|
||||
{0x46, 0x0a}, // SPECIES_UNOWN_EMARK
|
||||
{0x37, 0x06}, // SPECIES_UNOWN_QMARK
|
||||
{0x47, 0x06},
|
||||
};
|
||||
@@ -0,0 +1,443 @@
|
||||
const struct CompressedSpriteSheet gMonBackPicTable[] =
|
||||
{
|
||||
gMonBackPic_CircledQuestionMark, 0x800, 0,
|
||||
gMonBackPic_Bulbasaur, 0x800, 1,
|
||||
gMonBackPic_Ivysaur, 0x800, 2,
|
||||
gMonBackPic_Venusaur, 0x800, 3,
|
||||
gMonBackPic_Charmander, 0x800, 4,
|
||||
gMonBackPic_Charmeleon, 0x800, 5,
|
||||
gMonBackPic_Charizard, 0x800, 6,
|
||||
gMonBackPic_Squirtle, 0x800, 7,
|
||||
gMonBackPic_Wartortle, 0x800, 8,
|
||||
gMonBackPic_Blastoise, 0x800, 9,
|
||||
gMonBackPic_Caterpie, 0x800, 10,
|
||||
gMonBackPic_Metapod, 0x800, 11,
|
||||
gMonBackPic_Butterfree, 0x800, 12,
|
||||
gMonBackPic_Weedle, 0x800, 13,
|
||||
gMonBackPic_Kakuna, 0x800, 14,
|
||||
gMonBackPic_Beedrill, 0x800, 15,
|
||||
gMonBackPic_Pidgey, 0x800, 16,
|
||||
gMonBackPic_Pidgeotto, 0x800, 17,
|
||||
gMonBackPic_Pidgeot, 0x800, 18,
|
||||
gMonBackPic_Rattata, 0x800, 19,
|
||||
gMonBackPic_Raticate, 0x800, 20,
|
||||
gMonBackPic_Spearow, 0x800, 21,
|
||||
gMonBackPic_Fearow, 0x800, 22,
|
||||
gMonBackPic_Ekans, 0x800, 23,
|
||||
gMonBackPic_Arbok, 0x800, 24,
|
||||
gMonBackPic_Pikachu, 0x800, 25,
|
||||
gMonBackPic_Raichu, 0x800, 26,
|
||||
gMonBackPic_Sandshrew, 0x800, 27,
|
||||
gMonBackPic_Sandslash, 0x800, 28,
|
||||
gMonBackPic_NidoranF, 0x800, 29,
|
||||
gMonBackPic_Nidorina, 0x800, 30,
|
||||
gMonBackPic_Nidoqueen, 0x800, 31,
|
||||
gMonBackPic_NidoranM, 0x800, 32,
|
||||
gMonBackPic_Nidorino, 0x800, 33,
|
||||
gMonBackPic_Nidoking, 0x800, 34,
|
||||
gMonBackPic_Clefairy, 0x800, 35,
|
||||
gMonBackPic_Clefable, 0x800, 36,
|
||||
gMonBackPic_Vulpix, 0x800, 37,
|
||||
gMonBackPic_Ninetales, 0x800, 38,
|
||||
gMonBackPic_Jigglypuff, 0x800, 39,
|
||||
gMonBackPic_Wigglytuff, 0x800, 40,
|
||||
gMonBackPic_Zubat, 0x800, 41,
|
||||
gMonBackPic_Golbat, 0x800, 42,
|
||||
gMonBackPic_Oddish, 0x800, 43,
|
||||
gMonBackPic_Gloom, 0x800, 44,
|
||||
gMonBackPic_Vileplume, 0x800, 45,
|
||||
gMonBackPic_Paras, 0x800, 46,
|
||||
gMonBackPic_Parasect, 0x800, 47,
|
||||
gMonBackPic_Venonat, 0x800, 48,
|
||||
gMonBackPic_Venomoth, 0x800, 49,
|
||||
gMonBackPic_Diglett, 0x800, 50,
|
||||
gMonBackPic_Dugtrio, 0x800, 51,
|
||||
gMonBackPic_Meowth, 0x800, 52,
|
||||
gMonBackPic_Persian, 0x800, 53,
|
||||
gMonBackPic_Psyduck, 0x800, 54,
|
||||
gMonBackPic_Golduck, 0x800, 55,
|
||||
gMonBackPic_Mankey, 0x800, 56,
|
||||
gMonBackPic_Primeape, 0x800, 57,
|
||||
gMonBackPic_Growlithe, 0x800, 58,
|
||||
gMonBackPic_Arcanine, 0x800, 59,
|
||||
gMonBackPic_Poliwag, 0x800, 60,
|
||||
gMonBackPic_Poliwhirl, 0x800, 61,
|
||||
gMonBackPic_Poliwrath, 0x800, 62,
|
||||
gMonBackPic_Abra, 0x800, 63,
|
||||
gMonBackPic_Kadabra, 0x800, 64,
|
||||
gMonBackPic_Alakazam, 0x800, 65,
|
||||
gMonBackPic_Machop, 0x800, 66,
|
||||
gMonBackPic_Machoke, 0x800, 67,
|
||||
gMonBackPic_Machamp, 0x800, 68,
|
||||
gMonBackPic_Bellsprout, 0x800, 69,
|
||||
gMonBackPic_Weepinbell, 0x800, 70,
|
||||
gMonBackPic_Victreebel, 0x800, 71,
|
||||
gMonBackPic_Tentacool, 0x800, 72,
|
||||
gMonBackPic_Tentacruel, 0x800, 73,
|
||||
gMonBackPic_Geodude, 0x800, 74,
|
||||
gMonBackPic_Graveler, 0x800, 75,
|
||||
gMonBackPic_Golem, 0x800, 76,
|
||||
gMonBackPic_Ponyta, 0x800, 77,
|
||||
gMonBackPic_Rapidash, 0x800, 78,
|
||||
gMonBackPic_Slowpoke, 0x800, 79,
|
||||
gMonBackPic_Slowbro, 0x800, 80,
|
||||
gMonBackPic_Magnemite, 0x800, 81,
|
||||
gMonBackPic_Magneton, 0x800, 82,
|
||||
gMonBackPic_Farfetchd, 0x800, 83,
|
||||
gMonBackPic_Doduo, 0x800, 84,
|
||||
gMonBackPic_Dodrio, 0x800, 85,
|
||||
gMonBackPic_Seel, 0x800, 86,
|
||||
gMonBackPic_Dewgong, 0x800, 87,
|
||||
gMonBackPic_Grimer, 0x800, 88,
|
||||
gMonBackPic_Muk, 0x800, 89,
|
||||
gMonBackPic_Shellder, 0x800, 90,
|
||||
gMonBackPic_Cloyster, 0x800, 91,
|
||||
gMonBackPic_Gastly, 0x800, 92,
|
||||
gMonBackPic_Haunter, 0x800, 93,
|
||||
gMonBackPic_Gengar, 0x800, 94,
|
||||
gMonBackPic_Onix, 0x800, 95,
|
||||
gMonBackPic_Drowzee, 0x800, 96,
|
||||
gMonBackPic_Hypno, 0x800, 97,
|
||||
gMonBackPic_Krabby, 0x800, 98,
|
||||
gMonBackPic_Kingler, 0x800, 99,
|
||||
gMonBackPic_Voltorb, 0x800, 100,
|
||||
gMonBackPic_Electrode, 0x800, 101,
|
||||
gMonBackPic_Exeggcute, 0x800, 102,
|
||||
gMonBackPic_Exeggutor, 0x800, 103,
|
||||
gMonBackPic_Cubone, 0x800, 104,
|
||||
gMonBackPic_Marowak, 0x800, 105,
|
||||
gMonBackPic_Hitmonlee, 0x800, 106,
|
||||
gMonBackPic_Hitmonchan, 0x800, 107,
|
||||
gMonBackPic_Lickitung, 0x800, 108,
|
||||
gMonBackPic_Koffing, 0x800, 109,
|
||||
gMonBackPic_Weezing, 0x800, 110,
|
||||
gMonBackPic_Rhyhorn, 0x800, 111,
|
||||
gMonBackPic_Rhydon, 0x800, 112,
|
||||
gMonBackPic_Chansey, 0x800, 113,
|
||||
gMonBackPic_Tangela, 0x800, 114,
|
||||
gMonBackPic_Kangaskhan, 0x800, 115,
|
||||
gMonBackPic_Horsea, 0x800, 116,
|
||||
gMonBackPic_Seadra, 0x800, 117,
|
||||
gMonBackPic_Goldeen, 0x800, 118,
|
||||
gMonBackPic_Seaking, 0x800, 119,
|
||||
gMonBackPic_Staryu, 0x800, 120,
|
||||
gMonBackPic_Starmie, 0x800, 121,
|
||||
gMonBackPic_Mrmime, 0x800, 122,
|
||||
gMonBackPic_Scyther, 0x800, 123,
|
||||
gMonBackPic_Jynx, 0x800, 124,
|
||||
gMonBackPic_Electabuzz, 0x800, 125,
|
||||
gMonBackPic_Magmar, 0x800, 126,
|
||||
gMonBackPic_Pinsir, 0x800, 127,
|
||||
gMonBackPic_Tauros, 0x800, 128,
|
||||
gMonBackPic_Magikarp, 0x800, 129,
|
||||
gMonBackPic_Gyarados, 0x800, 130,
|
||||
gMonBackPic_Lapras, 0x800, 131,
|
||||
gMonBackPic_Ditto, 0x800, 132,
|
||||
gMonBackPic_Eevee, 0x800, 133,
|
||||
gMonBackPic_Vaporeon, 0x800, 134,
|
||||
gMonBackPic_Jolteon, 0x800, 135,
|
||||
gMonBackPic_Flareon, 0x800, 136,
|
||||
gMonBackPic_Porygon, 0x800, 137,
|
||||
gMonBackPic_Omanyte, 0x800, 138,
|
||||
gMonBackPic_Omastar, 0x800, 139,
|
||||
gMonBackPic_Kabuto, 0x800, 140,
|
||||
gMonBackPic_Kabutops, 0x800, 141,
|
||||
gMonBackPic_Aerodactyl, 0x800, 142,
|
||||
gMonBackPic_Snorlax, 0x800, 143,
|
||||
gMonBackPic_Articuno, 0x800, 144,
|
||||
gMonBackPic_Zapdos, 0x800, 145,
|
||||
gMonBackPic_Moltres, 0x800, 146,
|
||||
gMonBackPic_Dratini, 0x800, 147,
|
||||
gMonBackPic_Dragonair, 0x800, 148,
|
||||
gMonBackPic_Dragonite, 0x800, 149,
|
||||
gMonBackPic_Mewtwo, 0x800, 150,
|
||||
gMonBackPic_Mew, 0x800, 151,
|
||||
gMonBackPic_Chikorita, 0x800, 152,
|
||||
gMonBackPic_Bayleef, 0x800, 153,
|
||||
gMonBackPic_Meganium, 0x800, 154,
|
||||
gMonBackPic_Cyndaquil, 0x800, 155,
|
||||
gMonBackPic_Quilava, 0x800, 156,
|
||||
gMonBackPic_Typhlosion, 0x800, 157,
|
||||
gMonBackPic_Totodile, 0x800, 158,
|
||||
gMonBackPic_Croconaw, 0x800, 159,
|
||||
gMonBackPic_Feraligatr, 0x800, 160,
|
||||
gMonBackPic_Sentret, 0x800, 161,
|
||||
gMonBackPic_Furret, 0x800, 162,
|
||||
gMonBackPic_Hoothoot, 0x800, 163,
|
||||
gMonBackPic_Noctowl, 0x800, 164,
|
||||
gMonBackPic_Ledyba, 0x800, 165,
|
||||
gMonBackPic_Ledian, 0x800, 166,
|
||||
gMonBackPic_Spinarak, 0x800, 167,
|
||||
gMonBackPic_Ariados, 0x800, 168,
|
||||
gMonBackPic_Crobat, 0x800, 169,
|
||||
gMonBackPic_Chinchou, 0x800, 170,
|
||||
gMonBackPic_Lanturn, 0x800, 171,
|
||||
gMonBackPic_Pichu, 0x800, 172,
|
||||
gMonBackPic_Cleffa, 0x800, 173,
|
||||
gMonBackPic_Igglybuff, 0x800, 174,
|
||||
gMonBackPic_Togepi, 0x800, 175,
|
||||
gMonBackPic_Togetic, 0x800, 176,
|
||||
gMonBackPic_Natu, 0x800, 177,
|
||||
gMonBackPic_Xatu, 0x800, 178,
|
||||
gMonBackPic_Mareep, 0x800, 179,
|
||||
gMonBackPic_Flaaffy, 0x800, 180,
|
||||
gMonBackPic_Ampharos, 0x800, 181,
|
||||
gMonBackPic_Bellossom, 0x800, 182,
|
||||
gMonBackPic_Marill, 0x800, 183,
|
||||
gMonBackPic_Azumarill, 0x800, 184,
|
||||
gMonBackPic_Sudowoodo, 0x800, 185,
|
||||
gMonBackPic_Politoed, 0x800, 186,
|
||||
gMonBackPic_Hoppip, 0x800, 187,
|
||||
gMonBackPic_Skiploom, 0x800, 188,
|
||||
gMonBackPic_Jumpluff, 0x800, 189,
|
||||
gMonBackPic_Aipom, 0x800, 190,
|
||||
gMonBackPic_Sunkern, 0x800, 191,
|
||||
gMonBackPic_Sunflora, 0x800, 192,
|
||||
gMonBackPic_Yanma, 0x800, 193,
|
||||
gMonBackPic_Wooper, 0x800, 194,
|
||||
gMonBackPic_Quagsire, 0x800, 195,
|
||||
gMonBackPic_Espeon, 0x800, 196,
|
||||
gMonBackPic_Umbreon, 0x800, 197,
|
||||
gMonBackPic_Murkrow, 0x800, 198,
|
||||
gMonBackPic_Slowking, 0x800, 199,
|
||||
gMonBackPic_Misdreavus, 0x800, 200,
|
||||
gMonBackPic_UnownA, 0x800, 201,
|
||||
gMonBackPic_Wobbuffet, 0x800, 202,
|
||||
gMonBackPic_Girafarig, 0x800, 203,
|
||||
gMonBackPic_Pineco, 0x800, 204,
|
||||
gMonBackPic_Forretress, 0x800, 205,
|
||||
gMonBackPic_Dunsparce, 0x800, 206,
|
||||
gMonBackPic_Gligar, 0x800, 207,
|
||||
gMonBackPic_Steelix, 0x800, 208,
|
||||
gMonBackPic_Snubbull, 0x800, 209,
|
||||
gMonBackPic_Granbull, 0x800, 210,
|
||||
gMonBackPic_Qwilfish, 0x800, 211,
|
||||
gMonBackPic_Scizor, 0x800, 212,
|
||||
gMonBackPic_Shuckle, 0x800, 213,
|
||||
gMonBackPic_Heracross, 0x800, 214,
|
||||
gMonBackPic_Sneasel, 0x800, 215,
|
||||
gMonBackPic_Teddiursa, 0x800, 216,
|
||||
gMonBackPic_Ursaring, 0x800, 217,
|
||||
gMonBackPic_Slugma, 0x800, 218,
|
||||
gMonBackPic_Magcargo, 0x800, 219,
|
||||
gMonBackPic_Swinub, 0x800, 220,
|
||||
gMonBackPic_Piloswine, 0x800, 221,
|
||||
gMonBackPic_Corsola, 0x800, 222,
|
||||
gMonBackPic_Remoraid, 0x800, 223,
|
||||
gMonBackPic_Octillery, 0x800, 224,
|
||||
gMonBackPic_Delibird, 0x800, 225,
|
||||
gMonBackPic_Mantine, 0x800, 226,
|
||||
gMonBackPic_Skarmory, 0x800, 227,
|
||||
gMonBackPic_Houndour, 0x800, 228,
|
||||
gMonBackPic_Houndoom, 0x800, 229,
|
||||
gMonBackPic_Kingdra, 0x800, 230,
|
||||
gMonBackPic_Phanpy, 0x800, 231,
|
||||
gMonBackPic_Donphan, 0x800, 232,
|
||||
gMonBackPic_Porygon2, 0x800, 233,
|
||||
gMonBackPic_Stantler, 0x800, 234,
|
||||
gMonBackPic_Smeargle, 0x800, 235,
|
||||
gMonBackPic_Tyrogue, 0x800, 236,
|
||||
gMonBackPic_Hitmontop, 0x800, 237,
|
||||
gMonBackPic_Smoochum, 0x800, 238,
|
||||
gMonBackPic_Elekid, 0x800, 239,
|
||||
gMonBackPic_Magby, 0x800, 240,
|
||||
gMonBackPic_Miltank, 0x800, 241,
|
||||
gMonBackPic_Blissey, 0x800, 242,
|
||||
gMonBackPic_Raikou, 0x800, 243,
|
||||
gMonBackPic_Entei, 0x800, 244,
|
||||
gMonBackPic_Suicune, 0x800, 245,
|
||||
gMonBackPic_Larvitar, 0x800, 246,
|
||||
gMonBackPic_Pupitar, 0x800, 247,
|
||||
gMonBackPic_Tyranitar, 0x800, 248,
|
||||
gMonBackPic_Lugia, 0x800, 249,
|
||||
gMonBackPic_HoOh, 0x800, 250,
|
||||
gMonBackPic_Celebi, 0x800, 251,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 252,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 253,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 254,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 255,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 256,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 257,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 258,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 259,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 260,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 261,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 262,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 263,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 264,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 265,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 266,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 267,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 268,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 269,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 270,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 271,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 272,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 273,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 274,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 275,
|
||||
gMonBackPic_DoubleQuestionMark, 0x800, 276,
|
||||
gMonBackPic_Treecko, 0x800, 277,
|
||||
gMonBackPic_Grovyle, 0x800, 278,
|
||||
gMonBackPic_Sceptile, 0x800, 279,
|
||||
gMonBackPic_Torchic, 0x800, 280,
|
||||
gMonBackPic_Combusken, 0x800, 281,
|
||||
gMonBackPic_Blaziken, 0x800, 282,
|
||||
gMonBackPic_Mudkip, 0x800, 283,
|
||||
gMonBackPic_Marshtomp, 0x800, 284,
|
||||
gMonBackPic_Swampert, 0x800, 285,
|
||||
gMonBackPic_Poochyena, 0x800, 286,
|
||||
gMonBackPic_Mightyena, 0x800, 287,
|
||||
gMonBackPic_Zigzagoon, 0x800, 288,
|
||||
gMonBackPic_Linoone, 0x800, 289,
|
||||
gMonBackPic_Wurmple, 0x800, 290,
|
||||
gMonBackPic_Silcoon, 0x800, 291,
|
||||
gMonBackPic_Beautifly, 0x800, 292,
|
||||
gMonBackPic_Cascoon, 0x800, 293,
|
||||
gMonBackPic_Dustox, 0x800, 294,
|
||||
gMonBackPic_Lotad, 0x800, 295,
|
||||
gMonBackPic_Lombre, 0x800, 296,
|
||||
gMonBackPic_Ludicolo, 0x800, 297,
|
||||
gMonBackPic_Seedot, 0x800, 298,
|
||||
gMonBackPic_Nuzleaf, 0x800, 299,
|
||||
gMonBackPic_Shiftry, 0x800, 300,
|
||||
gMonBackPic_Nincada, 0x800, 301,
|
||||
gMonBackPic_Ninjask, 0x800, 302,
|
||||
gMonBackPic_Shedinja, 0x800, 303,
|
||||
gMonBackPic_Taillow, 0x800, 304,
|
||||
gMonBackPic_Swellow, 0x800, 305,
|
||||
gMonBackPic_Shroomish, 0x800, 306,
|
||||
gMonBackPic_Breloom, 0x800, 307,
|
||||
gMonBackPic_Spinda, 0x800, 308,
|
||||
gMonBackPic_Wingull, 0x800, 309,
|
||||
gMonBackPic_Pelipper, 0x800, 310,
|
||||
gMonBackPic_Surskit, 0x800, 311,
|
||||
gMonBackPic_Masquerain, 0x800, 312,
|
||||
gMonBackPic_Wailmer, 0x800, 313,
|
||||
gMonBackPic_Wailord, 0x800, 314,
|
||||
gMonBackPic_Skitty, 0x800, 315,
|
||||
gMonBackPic_Delcatty, 0x800, 316,
|
||||
gMonBackPic_Kecleon, 0x800, 317,
|
||||
gMonBackPic_Baltoy, 0x800, 318,
|
||||
gMonBackPic_Claydol, 0x800, 319,
|
||||
gMonBackPic_Nosepass, 0x800, 320,
|
||||
gMonBackPic_Torkoal, 0x800, 321,
|
||||
gMonBackPic_Sableye, 0x800, 322,
|
||||
gMonBackPic_Barboach, 0x800, 323,
|
||||
gMonBackPic_Whiscash, 0x800, 324,
|
||||
gMonBackPic_Luvdisc, 0x800, 325,
|
||||
gMonBackPic_Corphish, 0x800, 326,
|
||||
gMonBackPic_Crawdaunt, 0x800, 327,
|
||||
gMonBackPic_Feebas, 0x800, 328,
|
||||
gMonBackPic_Milotic, 0x800, 329,
|
||||
gMonBackPic_Carvanha, 0x800, 330,
|
||||
gMonBackPic_Sharpedo, 0x800, 331,
|
||||
gMonBackPic_Trapinch, 0x800, 332,
|
||||
gMonBackPic_Vibrava, 0x800, 333,
|
||||
gMonBackPic_Flygon, 0x800, 334,
|
||||
gMonBackPic_Makuhita, 0x800, 335,
|
||||
gMonBackPic_Hariyama, 0x800, 336,
|
||||
gMonBackPic_Electrike, 0x800, 337,
|
||||
gMonBackPic_Manectric, 0x800, 338,
|
||||
gMonBackPic_Numel, 0x800, 339,
|
||||
gMonBackPic_Camerupt, 0x800, 340,
|
||||
gMonBackPic_Spheal, 0x800, 341,
|
||||
gMonBackPic_Sealeo, 0x800, 342,
|
||||
gMonBackPic_Walrein, 0x800, 343,
|
||||
gMonBackPic_Cacnea, 0x800, 344,
|
||||
gMonBackPic_Cacturne, 0x800, 345,
|
||||
gMonBackPic_Snorunt, 0x800, 346,
|
||||
gMonBackPic_Glalie, 0x800, 347,
|
||||
gMonBackPic_Lunatone, 0x800, 348,
|
||||
gMonBackPic_Solrock, 0x800, 349,
|
||||
gMonBackPic_Azurill, 0x800, 350,
|
||||
gMonBackPic_Spoink, 0x800, 351,
|
||||
gMonBackPic_Grumpig, 0x800, 352,
|
||||
gMonBackPic_Plusle, 0x800, 353,
|
||||
gMonBackPic_Minun, 0x800, 354,
|
||||
gMonBackPic_Mawile, 0x800, 355,
|
||||
gMonBackPic_Meditite, 0x800, 356,
|
||||
gMonBackPic_Medicham, 0x800, 357,
|
||||
gMonBackPic_Swablu, 0x800, 358,
|
||||
gMonBackPic_Altaria, 0x800, 359,
|
||||
gMonBackPic_Wynaut, 0x800, 360,
|
||||
gMonBackPic_Duskull, 0x800, 361,
|
||||
gMonBackPic_Dusclops, 0x800, 362,
|
||||
gMonBackPic_Roselia, 0x800, 363,
|
||||
gMonBackPic_Slakoth, 0x800, 364,
|
||||
gMonBackPic_Vigoroth, 0x800, 365,
|
||||
gMonBackPic_Slaking, 0x800, 366,
|
||||
gMonBackPic_Gulpin, 0x800, 367,
|
||||
gMonBackPic_Swalot, 0x800, 368,
|
||||
gMonBackPic_Tropius, 0x800, 369,
|
||||
gMonBackPic_Whismur, 0x800, 370,
|
||||
gMonBackPic_Loudred, 0x800, 371,
|
||||
gMonBackPic_Exploud, 0x800, 372,
|
||||
gMonBackPic_Clamperl, 0x800, 373,
|
||||
gMonBackPic_Huntail, 0x800, 374,
|
||||
gMonBackPic_Gorebyss, 0x800, 375,
|
||||
gMonBackPic_Absol, 0x800, 376,
|
||||
gMonBackPic_Shuppet, 0x800, 377,
|
||||
gMonBackPic_Banette, 0x800, 378,
|
||||
gMonBackPic_Seviper, 0x800, 379,
|
||||
gMonBackPic_Zangoose, 0x800, 380,
|
||||
gMonBackPic_Relicanth, 0x800, 381,
|
||||
gMonBackPic_Aron, 0x800, 382,
|
||||
gMonBackPic_Lairon, 0x800, 383,
|
||||
gMonBackPic_Aggron, 0x800, 384,
|
||||
gMonBackPic_Castform, 0x800, 385,
|
||||
gMonBackPic_Volbeat, 0x800, 386,
|
||||
gMonBackPic_Illumise, 0x800, 387,
|
||||
gMonBackPic_Lileep, 0x800, 388,
|
||||
gMonBackPic_Cradily, 0x800, 389,
|
||||
gMonBackPic_Anorith, 0x800, 390,
|
||||
gMonBackPic_Armaldo, 0x800, 391,
|
||||
gMonBackPic_Ralts, 0x800, 392,
|
||||
gMonBackPic_Kirlia, 0x800, 393,
|
||||
gMonBackPic_Gardevoir, 0x800, 394,
|
||||
gMonBackPic_Bagon, 0x800, 395,
|
||||
gMonBackPic_Shelgon, 0x800, 396,
|
||||
gMonBackPic_Salamence, 0x800, 397,
|
||||
gMonBackPic_Beldum, 0x800, 398,
|
||||
gMonBackPic_Metang, 0x800, 399,
|
||||
gMonBackPic_Metagross, 0x800, 400,
|
||||
gMonBackPic_Regirock, 0x800, 401,
|
||||
gMonBackPic_Regice, 0x800, 402,
|
||||
gMonBackPic_Registeel, 0x800, 403,
|
||||
gMonBackPic_Kyogre, 0x800, 404,
|
||||
gMonBackPic_Groudon, 0x800, 405,
|
||||
gMonBackPic_Rayquaza, 0x800, 406,
|
||||
gMonBackPic_Latias, 0x800, 407,
|
||||
gMonBackPic_Latios, 0x800, 408,
|
||||
gMonBackPic_Jirachi, 0x800, 409,
|
||||
gMonBackPic_Deoxys, 0x800, 410,
|
||||
gMonBackPic_Chimecho, 0x800, 411,
|
||||
gMonStillFrontPic_Egg, 0x800, 412,
|
||||
gMonBackPic_UnownB, 0x800, 413,
|
||||
gMonBackPic_UnownC, 0x800, 414,
|
||||
gMonBackPic_UnownD, 0x800, 415,
|
||||
gMonBackPic_UnownE, 0x800, 416,
|
||||
gMonBackPic_UnownF, 0x800, 417,
|
||||
gMonBackPic_UnownG, 0x800, 418,
|
||||
gMonBackPic_UnownH, 0x800, 419,
|
||||
gMonBackPic_UnownI, 0x800, 420,
|
||||
gMonBackPic_UnownJ, 0x800, 421,
|
||||
gMonBackPic_UnownK, 0x800, 422,
|
||||
gMonBackPic_UnownL, 0x800, 423,
|
||||
gMonBackPic_UnownM, 0x800, 424,
|
||||
gMonBackPic_UnownN, 0x800, 425,
|
||||
gMonBackPic_UnownO, 0x800, 426,
|
||||
gMonBackPic_UnownP, 0x800, 427,
|
||||
gMonBackPic_UnownQ, 0x800, 428,
|
||||
gMonBackPic_UnownR, 0x800, 429,
|
||||
gMonBackPic_UnownS, 0x800, 430,
|
||||
gMonBackPic_UnownT, 0x800, 431,
|
||||
gMonBackPic_UnownU, 0x800, 432,
|
||||
gMonBackPic_UnownV, 0x800, 433,
|
||||
gMonBackPic_UnownW, 0x800, 434,
|
||||
gMonBackPic_UnownX, 0x800, 435,
|
||||
gMonBackPic_UnownY, 0x800, 436,
|
||||
gMonBackPic_UnownZ, 0x800, 437,
|
||||
gMonBackPic_UnownExclamationMark, 0x800, 438,
|
||||
gMonBackPic_UnownQuestionMark, 0x800, 439,
|
||||
};
|
||||
@@ -0,0 +1,417 @@
|
||||
// This determines how much higher above the usual position the enemy Pokémon
|
||||
// is during battle. Species that float or fly have nonzero values.
|
||||
const u8 gEnemyMonElevation[] =
|
||||
{
|
||||
0, // 0
|
||||
0, // SPECIES_BULBASAUR
|
||||
0, // SPECIES_IVYSAUR
|
||||
0, // SPECIES_VENUSAUR
|
||||
0, // SPECIES_CHARMANDER
|
||||
0, // SPECIES_CHARMELEON
|
||||
0, // SPECIES_CHARIZARD
|
||||
0, // SPECIES_SQUIRTLE
|
||||
0, // SPECIES_WARTORTLE
|
||||
0, // SPECIES_BLASTOISE
|
||||
0, // SPECIES_CATERPIE
|
||||
0, // SPECIES_METAPOD
|
||||
8, // SPECIES_BUTTERFREE
|
||||
0, // SPECIES_WEEDLE
|
||||
0, // SPECIES_KAKUNA
|
||||
8, // SPECIES_BEEDRILL
|
||||
16, // SPECIES_PIDGEY
|
||||
0, // SPECIES_PIDGEOTTO
|
||||
4, // SPECIES_PIDGEOT
|
||||
0, // SPECIES_RATTATA
|
||||
0, // SPECIES_RATICATE
|
||||
0, // SPECIES_SPEAROW
|
||||
6, // SPECIES_FEAROW
|
||||
0, // SPECIES_EKANS
|
||||
0, // SPECIES_ARBOK
|
||||
0, // SPECIES_PIKACHU
|
||||
0, // SPECIES_RAICHU
|
||||
0, // SPECIES_SANDSHREW
|
||||
0, // SPECIES_SANDSLASH
|
||||
0, // SPECIES_NIDORAN_F
|
||||
0, // SPECIES_NIDORINA
|
||||
0, // SPECIES_NIDOQUEEN
|
||||
0, // SPECIES_NIDORAN_M
|
||||
0, // SPECIES_NIDORINO
|
||||
0, // SPECIES_NIDOKING
|
||||
0, // SPECIES_CLEFAIRY
|
||||
0, // SPECIES_CLEFABLE
|
||||
0, // SPECIES_VULPIX
|
||||
0, // SPECIES_NINETALES
|
||||
0, // SPECIES_JIGGLYPUFF
|
||||
0, // SPECIES_WIGGLYTUFF
|
||||
8, // SPECIES_ZUBAT
|
||||
8, // SPECIES_GOLBAT
|
||||
0, // SPECIES_ODDISH
|
||||
0, // SPECIES_GLOOM
|
||||
0, // SPECIES_VILEPLUME
|
||||
0, // SPECIES_PARAS
|
||||
0, // SPECIES_PARASECT
|
||||
0, // SPECIES_VENONAT
|
||||
8, // SPECIES_VENOMOTH
|
||||
0, // SPECIES_DIGLETT
|
||||
0, // SPECIES_DUGTRIO
|
||||
0, // SPECIES_MEOWTH
|
||||
0, // SPECIES_PERSIAN
|
||||
0, // SPECIES_PSYDUCK
|
||||
0, // SPECIES_GOLDUCK
|
||||
0, // SPECIES_MANKEY
|
||||
0, // SPECIES_PRIMEAPE
|
||||
0, // SPECIES_GROWLITHE
|
||||
0, // SPECIES_ARCANINE
|
||||
0, // SPECIES_POLIWAG
|
||||
0, // SPECIES_POLIWHIRL
|
||||
0, // SPECIES_POLIWRATH
|
||||
0, // SPECIES_ABRA
|
||||
0, // SPECIES_KADABRA
|
||||
0, // SPECIES_ALAKAZAM
|
||||
0, // SPECIES_MACHOP
|
||||
0, // SPECIES_MACHOKE
|
||||
0, // SPECIES_MACHAMP
|
||||
0, // SPECIES_BELLSPROUT
|
||||
0, // SPECIES_WEEPINBELL
|
||||
0, // SPECIES_VICTREEBEL
|
||||
0, // SPECIES_TENTACOOL
|
||||
0, // SPECIES_TENTACRUEL
|
||||
16, // SPECIES_GEODUDE
|
||||
0, // SPECIES_GRAVELER
|
||||
0, // SPECIES_GOLEM
|
||||
0, // SPECIES_PONYTA
|
||||
0, // SPECIES_RAPIDASH
|
||||
0, // SPECIES_SLOWPOKE
|
||||
0, // SPECIES_SLOWBRO
|
||||
16, // SPECIES_MAGNEMITE
|
||||
8, // SPECIES_MAGNETON
|
||||
0, // SPECIES_FARFETCHD
|
||||
0, // SPECIES_DODUO
|
||||
0, // SPECIES_DODRIO
|
||||
0, // SPECIES_SEEL
|
||||
0, // SPECIES_DEWGONG
|
||||
0, // SPECIES_GRIMER
|
||||
0, // SPECIES_MUK
|
||||
0, // SPECIES_SHELLDER
|
||||
0, // SPECIES_CLOYSTER
|
||||
4, // SPECIES_GASTLY
|
||||
4, // SPECIES_HAUNTER
|
||||
0, // SPECIES_GENGAR
|
||||
0, // SPECIES_ONIX
|
||||
0, // SPECIES_DROWZEE
|
||||
0, // SPECIES_HYPNO
|
||||
0, // SPECIES_KRABBY
|
||||
0, // SPECIES_KINGLER
|
||||
10, // SPECIES_VOLTORB
|
||||
12, // SPECIES_ELECTRODE
|
||||
0, // SPECIES_EXEGGCUTE
|
||||
0, // SPECIES_EXEGGUTOR
|
||||
0, // SPECIES_CUBONE
|
||||
0, // SPECIES_MAROWAK
|
||||
0, // SPECIES_HITMONLEE
|
||||
0, // SPECIES_HITMONCHAN
|
||||
0, // SPECIES_LICKITUNG
|
||||
8, // SPECIES_KOFFING
|
||||
6, // SPECIES_WEEZING
|
||||
0, // SPECIES_RHYHORN
|
||||
0, // SPECIES_RHYDON
|
||||
0, // SPECIES_CHANSEY
|
||||
0, // SPECIES_TANGELA
|
||||
0, // SPECIES_KANGASKHAN
|
||||
0, // SPECIES_HORSEA
|
||||
0, // SPECIES_SEADRA
|
||||
0, // SPECIES_GOLDEEN
|
||||
0, // SPECIES_SEAKING
|
||||
0, // SPECIES_STARYU
|
||||
0, // SPECIES_STARMIE
|
||||
0, // SPECIES_MR_MIME
|
||||
0, // SPECIES_SCYTHER
|
||||
0, // SPECIES_JYNX
|
||||
0, // SPECIES_ELECTABUZZ
|
||||
0, // SPECIES_MAGMAR
|
||||
0, // SPECIES_PINSIR
|
||||
0, // SPECIES_TAUROS
|
||||
0, // SPECIES_MAGIKARP
|
||||
0, // SPECIES_GYARADOS
|
||||
0, // SPECIES_LAPRAS
|
||||
0, // SPECIES_DITTO
|
||||
0, // SPECIES_EEVEE
|
||||
0, // SPECIES_VAPOREON
|
||||
0, // SPECIES_JOLTEON
|
||||
0, // SPECIES_FLAREON
|
||||
0, // SPECIES_PORYGON
|
||||
0, // SPECIES_OMANYTE
|
||||
0, // SPECIES_OMASTAR
|
||||
0, // SPECIES_KABUTO
|
||||
0, // SPECIES_KABUTOPS
|
||||
7, // SPECIES_AERODACTYL
|
||||
0, // SPECIES_SNORLAX
|
||||
6, // SPECIES_ARTICUNO
|
||||
8, // SPECIES_ZAPDOS
|
||||
5, // SPECIES_MOLTRES
|
||||
0, // SPECIES_DRATINI
|
||||
0, // SPECIES_DRAGONAIR
|
||||
6, // SPECIES_DRAGONITE
|
||||
0, // SPECIES_MEWTWO
|
||||
8, // SPECIES_MEW
|
||||
0, // SPECIES_CHIKORITA
|
||||
0, // SPECIES_BAYLEEF
|
||||
0, // SPECIES_MEGANIUM
|
||||
0, // SPECIES_CYNDAQUIL
|
||||
0, // SPECIES_QUILAVA
|
||||
0, // SPECIES_TYPHLOSION
|
||||
0, // SPECIES_TOTODILE
|
||||
0, // SPECIES_CROCONAW
|
||||
0, // SPECIES_FERALIGATR
|
||||
0, // SPECIES_SENTRET
|
||||
0, // SPECIES_FURRET
|
||||
0, // SPECIES_HOOTHOOT
|
||||
0, // SPECIES_NOCTOWL
|
||||
0, // SPECIES_LEDYBA
|
||||
8, // SPECIES_LEDIAN
|
||||
0, // SPECIES_SPINARAK
|
||||
0, // SPECIES_ARIADOS
|
||||
6, // SPECIES_CROBAT
|
||||
0, // SPECIES_CHINCHOU
|
||||
0, // SPECIES_LANTURN
|
||||
0, // SPECIES_PICHU
|
||||
0, // SPECIES_CLEFFA
|
||||
0, // SPECIES_IGGLYBUFF
|
||||
0, // SPECIES_TOGEPI
|
||||
0, // SPECIES_TOGETIC
|
||||
0, // SPECIES_NATU
|
||||
0, // SPECIES_XATU
|
||||
0, // SPECIES_MAREEP
|
||||
0, // SPECIES_FLAAFFY
|
||||
0, // SPECIES_AMPHAROS
|
||||
0, // SPECIES_BELLOSSOM
|
||||
0, // SPECIES_MARILL
|
||||
0, // SPECIES_AZUMARILL
|
||||
0, // SPECIES_SUDOWOODO
|
||||
0, // SPECIES_POLITOED
|
||||
11, // SPECIES_HOPPIP
|
||||
12, // SPECIES_SKIPLOOM
|
||||
9, // SPECIES_JUMPLUFF
|
||||
0, // SPECIES_AIPOM
|
||||
0, // SPECIES_SUNKERN
|
||||
0, // SPECIES_SUNFLORA
|
||||
8, // SPECIES_YANMA
|
||||
0, // SPECIES_WOOPER
|
||||
0, // SPECIES_QUAGSIRE
|
||||
0, // SPECIES_ESPEON
|
||||
0, // SPECIES_UMBREON
|
||||
0, // SPECIES_MURKROW
|
||||
0, // SPECIES_SLOWKING
|
||||
8, // SPECIES_MISDREAVUS
|
||||
8, // SPECIES_UNOWN
|
||||
0, // SPECIES_WOBBUFFET
|
||||
0, // SPECIES_GIRAFARIG
|
||||
0, // SPECIES_PINECO
|
||||
0, // SPECIES_FORRETRESS
|
||||
0, // SPECIES_DUNSPARCE
|
||||
6, // SPECIES_GLIGAR
|
||||
0, // SPECIES_STEELIX
|
||||
0, // SPECIES_SNUBBULL
|
||||
0, // SPECIES_GRANBULL
|
||||
0, // SPECIES_QWILFISH
|
||||
0, // SPECIES_SCIZOR
|
||||
0, // SPECIES_SHUCKLE
|
||||
0, // SPECIES_HERACROSS
|
||||
0, // SPECIES_SNEASEL
|
||||
0, // SPECIES_TEDDIURSA
|
||||
0, // SPECIES_URSARING
|
||||
0, // SPECIES_SLUGMA
|
||||
0, // SPECIES_MAGCARGO
|
||||
0, // SPECIES_SWINUB
|
||||
0, // SPECIES_PILOSWINE
|
||||
0, // SPECIES_CORSOLA
|
||||
0, // SPECIES_REMORAID
|
||||
0, // SPECIES_OCTILLERY
|
||||
0, // SPECIES_DELIBIRD
|
||||
0, // SPECIES_MANTINE
|
||||
0, // SPECIES_SKARMORY
|
||||
0, // SPECIES_HOUNDOUR
|
||||
0, // SPECIES_HOUNDOOM
|
||||
0, // SPECIES_KINGDRA
|
||||
0, // SPECIES_PHANPY
|
||||
0, // SPECIES_DONPHAN
|
||||
0, // SPECIES_PORYGON2
|
||||
0, // SPECIES_STANTLER
|
||||
0, // SPECIES_SMEARGLE
|
||||
0, // SPECIES_TYROGUE
|
||||
0, // SPECIES_HITMONTOP
|
||||
0, // SPECIES_SMOOCHUM
|
||||
0, // SPECIES_ELEKID
|
||||
0, // SPECIES_MAGBY
|
||||
0, // SPECIES_MILTANK
|
||||
0, // SPECIES_BLISSEY
|
||||
0, // SPECIES_RAIKOU
|
||||
0, // SPECIES_ENTEI
|
||||
0, // SPECIES_SUICUNE
|
||||
0, // SPECIES_LARVITAR
|
||||
0, // SPECIES_PUPITAR
|
||||
0, // SPECIES_TYRANITAR
|
||||
6, // SPECIES_LUGIA
|
||||
6, // SPECIES_HO_OH
|
||||
15, // SPECIES_CELEBI
|
||||
0, // 252
|
||||
0, // 253
|
||||
0, // 254
|
||||
0, // 255
|
||||
0, // 256
|
||||
0, // 257
|
||||
0, // 258
|
||||
0, // 259
|
||||
0, // 260
|
||||
0, // 261
|
||||
0, // 262
|
||||
0, // 263
|
||||
0, // 264
|
||||
0, // 265
|
||||
0, // 266
|
||||
0, // 267
|
||||
0, // 268
|
||||
0, // 269
|
||||
0, // 270
|
||||
0, // 271
|
||||
0, // 272
|
||||
0, // 273
|
||||
0, // 274
|
||||
0, // 275
|
||||
0, // 276
|
||||
0, // SPECIES_TREECKO
|
||||
0, // SPECIES_GROVYLE
|
||||
0, // SPECIES_SCEPTILE
|
||||
0, // SPECIES_TORCHIC
|
||||
0, // SPECIES_COMBUSKEN
|
||||
0, // SPECIES_BLAZIKEN
|
||||
0, // SPECIES_MUDKIP
|
||||
0, // SPECIES_MARSHTOMP
|
||||
0, // SPECIES_SWAMPERT
|
||||
0, // SPECIES_POOCHYENA
|
||||
0, // SPECIES_MIGHTYENA
|
||||
0, // SPECIES_ZIGZAGOON
|
||||
0, // SPECIES_LINOONE
|
||||
0, // SPECIES_WURMPLE
|
||||
0, // SPECIES_SILCOON
|
||||
8, // SPECIES_BEAUTIFLY
|
||||
0, // SPECIES_CASCOON
|
||||
10, // SPECIES_DUSTOX
|
||||
0, // SPECIES_LOTAD
|
||||
0, // SPECIES_LOMBRE
|
||||
0, // SPECIES_LUDICOLO
|
||||
0, // SPECIES_SEEDOT
|
||||
0, // SPECIES_NUZLEAF
|
||||
0, // SPECIES_SHIFTRY
|
||||
0, // SPECIES_NINCADA
|
||||
10, // SPECIES_NINJASK
|
||||
8, // SPECIES_SHEDINJA
|
||||
0, // SPECIES_TAILLOW
|
||||
0, // SPECIES_SWELLOW
|
||||
0, // SPECIES_SHROOMISH
|
||||
0, // SPECIES_BRELOOM
|
||||
0, // SPECIES_SPINDA
|
||||
16, // SPECIES_WINGULL
|
||||
8, // SPECIES_PELIPPER
|
||||
0, // SPECIES_SURSKIT
|
||||
10, // SPECIES_MASQUERAIN
|
||||
0, // SPECIES_WAILMER
|
||||
0, // SPECIES_WAILORD
|
||||
0, // SPECIES_SKITTY
|
||||
0, // SPECIES_DELCATTY
|
||||
0, // SPECIES_KECLEON
|
||||
4, // SPECIES_BALTOY
|
||||
10, // SPECIES_CLAYDOL
|
||||
0, // SPECIES_NOSEPASS
|
||||
0, // SPECIES_TORKOAL
|
||||
0, // SPECIES_SABLEYE
|
||||
0, // SPECIES_BARBOACH
|
||||
0, // SPECIES_WHISCASH
|
||||
0, // SPECIES_LUVDISC
|
||||
0, // SPECIES_CORPHISH
|
||||
0, // SPECIES_CRAWDAUNT
|
||||
0, // SPECIES_FEEBAS
|
||||
0, // SPECIES_MILOTIC
|
||||
0, // SPECIES_CARVANHA
|
||||
0, // SPECIES_SHARPEDO
|
||||
0, // SPECIES_TRAPINCH
|
||||
0, // SPECIES_VIBRAVA
|
||||
7, // SPECIES_FLYGON
|
||||
0, // SPECIES_MAKUHITA
|
||||
0, // SPECIES_HARIYAMA
|
||||
0, // SPECIES_ELECTRIKE
|
||||
0, // SPECIES_MANECTRIC
|
||||
0, // SPECIES_NUMEL
|
||||
0, // SPECIES_CAMERUPT
|
||||
0, // SPECIES_SPHEAL
|
||||
0, // SPECIES_SEALEO
|
||||
0, // SPECIES_WALREIN
|
||||
0, // SPECIES_CACNEA
|
||||
0, // SPECIES_CACTURNE
|
||||
0, // SPECIES_SNORUNT
|
||||
12, // SPECIES_GLALIE
|
||||
13, // SPECIES_LUNATONE
|
||||
4, // SPECIES_SOLROCK
|
||||
0, // SPECIES_AZURILL
|
||||
0, // SPECIES_SPOINK
|
||||
0, // SPECIES_GRUMPIG
|
||||
0, // SPECIES_PLUSLE
|
||||
0, // SPECIES_MINUN
|
||||
0, // SPECIES_MAWILE
|
||||
0, // SPECIES_MEDITITE
|
||||
0, // SPECIES_MEDICHAM
|
||||
12, // SPECIES_SWABLU
|
||||
8, // SPECIES_ALTARIA
|
||||
0, // SPECIES_WYNAUT
|
||||
9, // SPECIES_DUSKULL
|
||||
0, // SPECIES_DUSCLOPS
|
||||
0, // SPECIES_ROSELIA
|
||||
0, // SPECIES_SLAKOTH
|
||||
0, // SPECIES_VIGOROTH
|
||||
0, // SPECIES_SLAKING
|
||||
0, // SPECIES_GULPIN
|
||||
0, // SPECIES_SWALOT
|
||||
0, // SPECIES_TROPIUS
|
||||
0, // SPECIES_WHISMUR
|
||||
0, // SPECIES_LOUDRED
|
||||
0, // SPECIES_EXPLOUD
|
||||
0, // SPECIES_CLAMPERL
|
||||
0, // SPECIES_HUNTAIL
|
||||
0, // SPECIES_GOREBYSS
|
||||
0, // SPECIES_ABSOL
|
||||
12, // SPECIES_SHUPPET
|
||||
8, // SPECIES_BANETTE
|
||||
0, // SPECIES_SEVIPER
|
||||
0, // SPECIES_ZANGOOSE
|
||||
0, // SPECIES_RELICANTH
|
||||
0, // SPECIES_ARON
|
||||
0, // SPECIES_LAIRON
|
||||
0, // SPECIES_AGGRON
|
||||
16, // SPECIES_CASTFORM
|
||||
0, // SPECIES_VOLBEAT
|
||||
0, // SPECIES_ILLUMISE
|
||||
0, // SPECIES_LILEEP
|
||||
0, // SPECIES_CRADILY
|
||||
0, // SPECIES_ANORITH
|
||||
0, // SPECIES_ARMALDO
|
||||
0, // SPECIES_RALTS
|
||||
0, // SPECIES_KIRLIA
|
||||
0, // SPECIES_GARDEVOIR
|
||||
0, // SPECIES_BAGON
|
||||
0, // SPECIES_SHELGON
|
||||
0, // SPECIES_SALAMENCE
|
||||
8, // SPECIES_BELDUM
|
||||
0, // SPECIES_METANG
|
||||
0, // SPECIES_METAGROSS
|
||||
0, // SPECIES_REGIROCK
|
||||
0, // SPECIES_REGICE
|
||||
0, // SPECIES_REGISTEEL
|
||||
0, // SPECIES_KYOGRE
|
||||
0, // SPECIES_GROUDON
|
||||
6, // SPECIES_RAYQUAZA
|
||||
6, // SPECIES_LATIAS
|
||||
6, // SPECIES_LATIOS
|
||||
12, // SPECIES_JIRACHI
|
||||
8, // SPECIES_DEOXYS
|
||||
12, // SPECIES_CHIMECHO
|
||||
};
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,443 @@
|
||||
const struct MonCoords gMonFrontPicCoords[] =
|
||||
{
|
||||
{0x88, 0x00}, // SPECIES_NONE
|
||||
{0x45, 0x0e}, // SPECIES_BULBASAUR
|
||||
{0x56, 0x0a}, // SPECIES_IVYSAUR
|
||||
{0x88, 0x03}, // SPECIES_VENUSAUR
|
||||
{0x55, 0x0c}, // SPECIES_CHARMANDER
|
||||
{0x66, 0x09}, // SPECIES_CHARMELEON
|
||||
{0x88, 0x01}, // SPECIES_CHARIZARD
|
||||
{0x65, 0x0d}, // SPECIES_SQUIRTLE
|
||||
{0x66, 0x08}, // SPECIES_WARTORTLE
|
||||
{0x88, 0x00}, // SPECIES_BLASTOISE
|
||||
{0x45, 0x10}, // SPECIES_CATERPIE
|
||||
{0x54, 0x14}, // SPECIES_METAPOD
|
||||
{0x76, 0x09}, // SPECIES_BUTTERFREE
|
||||
{0x54, 0x12}, // SPECIES_WEEDLE
|
||||
{0x45, 0x0e}, // SPECIES_KAKUNA
|
||||
{0x86, 0x09}, // SPECIES_BEEDRILL
|
||||
{0x65, 0x0d}, // SPECIES_PIDGEY
|
||||
{0x67, 0x0b}, // SPECIES_PIDGEOTTO
|
||||
{0x88, 0x01}, // SPECIES_PIDGEOT
|
||||
{0x44, 0x10}, // SPECIES_RATTATA
|
||||
{0x66, 0x0b}, // SPECIES_RATICATE
|
||||
{0x45, 0x0f}, // SPECIES_SPEAROW
|
||||
{0x78, 0x00}, // SPECIES_FEAROW
|
||||
{0x65, 0x0c}, // SPECIES_EKANS
|
||||
{0x88, 0x02}, // SPECIES_ARBOK
|
||||
{0x67, 0x09}, // SPECIES_PIKACHU
|
||||
{0x67, 0x04}, // SPECIES_RAICHU
|
||||
{0x55, 0x0e}, // SPECIES_SANDSHREW
|
||||
{0x76, 0x09}, // SPECIES_SANDSLASH
|
||||
{0x45, 0x0f}, // SPECIES_NIDORAN_F
|
||||
{0x66, 0x0b}, // SPECIES_NIDORINA
|
||||
{0x78, 0x03}, // SPECIES_NIDOQUEEN
|
||||
{0x55, 0x0c}, // SPECIES_NIDORAN_M
|
||||
{0x66, 0x09}, // SPECIES_NIDORINO
|
||||
{0x78, 0x02}, // SPECIES_NIDOKING
|
||||
{0x55, 0x10}, // SPECIES_CLEFAIRY
|
||||
{0x66, 0x08}, // SPECIES_CLEFABLE
|
||||
{0x65, 0x0c}, // SPECIES_VULPIX
|
||||
{0x88, 0x03}, // SPECIES_NINETALES
|
||||
{0x45, 0x10}, // SPECIES_JIGGLYPUFF
|
||||
{0x67, 0x08}, // SPECIES_WIGGLYTUFF
|
||||
{0x67, 0x06}, // SPECIES_ZUBAT
|
||||
{0x88, 0x03}, // SPECIES_GOLBAT
|
||||
{0x45, 0x0f}, // SPECIES_ODDISH
|
||||
{0x66, 0x0a}, // SPECIES_GLOOM
|
||||
{0x77, 0x06}, // SPECIES_VILEPLUME
|
||||
{0x55, 0x0f}, // SPECIES_PARAS
|
||||
{0x86, 0x08}, // SPECIES_VENONAT
|
||||
{0x66, 0x08}, // SPECIES_VENOMOTH
|
||||
{0x88, 0x02}, // SPECIES_DIGLETT
|
||||
{0x54, 0x12}, // SPECIES_DUGTRIO
|
||||
{0x75, 0x0d}, // SPECIES_MEOWTH
|
||||
{0x55, 0x0c}, // SPECIES_PERSIAN
|
||||
{0x77, 0x07}, // SPECIES_PSYDUCK
|
||||
{0x56, 0x09}, // SPECIES_GOLDUCK
|
||||
{0x78, 0x02}, // SPECIES_MANKEY
|
||||
{0x65, 0x0e}, // SPECIES_PRIMEAPE
|
||||
{0x77, 0x07}, // SPECIES_GROWLITHE
|
||||
{0x66, 0x0b}, // SPECIES_ARCANINE
|
||||
{0x88, 0x02}, // SPECIES_POLIWAG
|
||||
{0x74, 0x13}, // SPECIES_POLIWHIRL
|
||||
{0x76, 0x0a}, // SPECIES_POLIWRATH
|
||||
{0x76, 0x08}, // SPECIES_ABRA
|
||||
{0x66, 0x0b}, // SPECIES_KADABRA
|
||||
{0x77, 0x05}, // SPECIES_ALAKAZAM
|
||||
{0x87, 0x04}, // SPECIES_MACHOP
|
||||
{0x56, 0x0b}, // SPECIES_MACHOKE
|
||||
{0x67, 0x06}, // SPECIES_MACHAMP
|
||||
{0x88, 0x01}, // SPECIES_BELLSPROUT
|
||||
{0x65, 0x0f}, // SPECIES_WEEPINBELL
|
||||
{0x66, 0x0b}, // SPECIES_VICTREEBEL
|
||||
{0x77, 0x05}, // SPECIES_TENTACOOL
|
||||
{0x46, 0x09}, // SPECIES_TENTACRUEL
|
||||
{0x87, 0x04}, // SPECIES_GEODUDE
|
||||
{0x54, 0x12}, // SPECIES_GRAVELER
|
||||
{0x87, 0x04}, // SPECIES_GOLEM
|
||||
{0x77, 0x05}, // SPECIES_PONYTA
|
||||
{0x66, 0x08}, // SPECIES_RAPIDASH
|
||||
{0x88, 0x01}, // SPECIES_SLOWPOKE
|
||||
{0x66, 0x0b}, // SPECIES_SLOWBRO
|
||||
{0x86, 0x08}, // SPECIES_MAGNEMITE
|
||||
{0x43, 0x15}, // SPECIES_MAGNETON
|
||||
{0x76, 0x08}, // SPECIES_FARFETCHD
|
||||
{0x66, 0x09}, // SPECIES_DODUO
|
||||
{0x57, 0x05}, // SPECIES_DODRIO
|
||||
{0x88, 0x00}, // SPECIES_SEEL
|
||||
{0x76, 0x0a}, // SPECIES_DEWGONG
|
||||
{0x87, 0x07}, // SPECIES_GRIMER
|
||||
{0x65, 0x0c}, // SPECIES_MUK
|
||||
{0x87, 0x04}, // SPECIES_SHELLDER
|
||||
{0x55, 0x10}, // SPECIES_CLOYSTER
|
||||
{0x87, 0x05}, // SPECIES_GASTLY
|
||||
{0x77, 0x06}, // SPECIES_HAUNTER
|
||||
{0x77, 0x05}, // SPECIES_GENGAR
|
||||
{0x77, 0x05}, // SPECIES_ONIX
|
||||
{0x78, 0x02}, // SPECIES_DROWZEE
|
||||
{0x77, 0x07}, // SPECIES_HYPNO
|
||||
{0x77, 0x04}, // SPECIES_KRABBY
|
||||
{0x65, 0x0d}, // SPECIES_KINGLER
|
||||
{0x88, 0x03}, // SPECIES_VOLTORB
|
||||
{0x44, 0x13}, // SPECIES_ELECTRODE
|
||||
{0x55, 0x0e}, // SPECIES_EXEGGCUTE
|
||||
{0x87, 0x07}, // SPECIES_EXEGGUTOR
|
||||
{0x88, 0x00}, // SPECIES_CUBONE
|
||||
{0x55, 0x0f}, // SPECIES_MAROWAK
|
||||
{0x76, 0x0b}, // SPECIES_HITMONLEE
|
||||
{0x87, 0x04}, // SPECIES_HITMONCHAN
|
||||
{0x67, 0x04}, // SPECIES_LICKITUNG
|
||||
{0x86, 0x08}, // SPECIES_KOFFING
|
||||
{0x66, 0x08}, // SPECIES_WEEZING
|
||||
{0x88, 0x02}, // SPECIES_RHYHORN
|
||||
{0x76, 0x09}, // SPECIES_RHYDON
|
||||
{0x88, 0x02}, // SPECIES_CHANSEY
|
||||
{0x76, 0x09}, // SPECIES_TANGELA
|
||||
{0x67, 0x07}, // SPECIES_KANGASKHAN
|
||||
{0x88, 0x00}, // SPECIES_HORSEA
|
||||
{0x45, 0x0f}, // SPECIES_SEADRA
|
||||
{0x67, 0x07}, // SPECIES_GOLDEEN
|
||||
{0x66, 0x0a}, // SPECIES_SEAKING
|
||||
{0x77, 0x04}, // SPECIES_STARYU
|
||||
{0x66, 0x0a}, // SPECIES_STARMIE
|
||||
{0x77, 0x06}, // SPECIES_MR_MIME
|
||||
{0x66, 0x08}, // SPECIES_SCYTHER
|
||||
{0x88, 0x00}, // SPECIES_JYNX
|
||||
{0x77, 0x04}, // SPECIES_ELECTABUZZ
|
||||
{0x78, 0x02}, // SPECIES_MAGMAR
|
||||
{0x77, 0x04}, // SPECIES_PINSIR
|
||||
{0x77, 0x04}, // SPECIES_TAUROS
|
||||
{0x78, 0x00}, // SPECIES_MAGIKARP
|
||||
{0x67, 0x06}, // SPECIES_GYARADOS
|
||||
{0x88, 0x08}, // SPECIES_LAPRAS
|
||||
{0x85, 0x0d}, // SPECIES_DITTO
|
||||
{0x54, 0x11}, // SPECIES_EEVEE
|
||||
{0x56, 0x09}, // SPECIES_VAPOREON
|
||||
{0x67, 0x06}, // SPECIES_JOLTEON
|
||||
{0x76, 0x09}, // SPECIES_FLAREON
|
||||
{0x66, 0x0a}, // SPECIES_PORYGON
|
||||
{0x55, 0x0d}, // SPECIES_OMANYTE
|
||||
{0x45, 0x0f}, // SPECIES_OMASTAR
|
||||
{0x67, 0x07}, // SPECIES_KABUTO
|
||||
{0x54, 0x11}, // SPECIES_KABUTOPS
|
||||
{0x88, 0x03}, // SPECIES_AERODACTYL
|
||||
{0x88, 0x01}, // SPECIES_SNORLAX
|
||||
{0x87, 0x05}, // SPECIES_ARTICUNO
|
||||
{0x88, 0x03}, // SPECIES_ZAPDOS
|
||||
{0x87, 0x04}, // SPECIES_MOLTRES
|
||||
{0x88, 0x00}, // SPECIES_DRATINI
|
||||
{0x75, 0x0e}, // SPECIES_DRAGONAIR
|
||||
{0x87, 0x06}, // SPECIES_DRAGONITE
|
||||
{0x88, 0x00}, // SPECIES_MEWTWO
|
||||
{0x88, 0x00}, // SPECIES_MEW
|
||||
{0x55, 0x0d}, // SPECIES_CHIKORITA
|
||||
{0x75, 0x0d}, // SPECIES_BAYLEEF
|
||||
{0x77, 0x04}, // SPECIES_MEGANIUM
|
||||
{0x88, 0x00}, // SPECIES_CYNDAQUIL
|
||||
{0x55, 0x0e}, // SPECIES_QUILAVA
|
||||
{0x76, 0x08}, // SPECIES_TYPHLOSION
|
||||
{0x78, 0x00}, // SPECIES_TOTODILE
|
||||
{0x55, 0x0f}, // SPECIES_CROCONAW
|
||||
{0x67, 0x06}, // SPECIES_FERALIGATR
|
||||
{0x88, 0x00}, // SPECIES_SENTRET
|
||||
{0x47, 0x04}, // SPECIES_FURRET
|
||||
{0x67, 0x07}, // SPECIES_HOOTHOOT
|
||||
{0x55, 0x0d}, // SPECIES_NOCTOWL
|
||||
{0x58, 0x03}, // SPECIES_LEDYBA
|
||||
{0x56, 0x0c}, // SPECIES_LEDIAN
|
||||
{0x67, 0x04}, // SPECIES_SPINARAK
|
||||
{0x54, 0x13}, // SPECIES_ARIADOS
|
||||
{0x87, 0x05}, // SPECIES_CROBAT
|
||||
{0x88, 0x00}, // SPECIES_CHINCHOU
|
||||
{0x75, 0x10}, // SPECIES_LANTURN
|
||||
{0x87, 0x0b}, // SPECIES_PICHU
|
||||
{0x45, 0x0c}, // SPECIES_CLEFFA
|
||||
{0x44, 0x14}, // SPECIES_IGGLYBUFF
|
||||
{0x44, 0x12}, // SPECIES_TOGEPI
|
||||
{0x34, 0x14}, // SPECIES_TOGETIC
|
||||
{0x46, 0x09}, // SPECIES_NATU
|
||||
{0x44, 0x14}, // SPECIES_XATU
|
||||
{0x47, 0x07}, // SPECIES_MAREEP
|
||||
{0x55, 0x10}, // SPECIES_FLAAFFY
|
||||
{0x56, 0x0a}, // SPECIES_AMPHAROS
|
||||
{0x77, 0x05}, // SPECIES_BELLOSSOM
|
||||
{0x45, 0x0e}, // SPECIES_MARILL
|
||||
{0x65, 0x0e}, // SPECIES_AZUMARILL
|
||||
{0x76, 0x09}, // SPECIES_SUDOWOODO
|
||||
{0x67, 0x06}, // SPECIES_POLITOED
|
||||
{0x67, 0x06}, // SPECIES_HOPPIP
|
||||
{0x66, 0x0a}, // SPECIES_SKIPLOOM
|
||||
{0x55, 0x0f}, // SPECIES_JUMPLUFF
|
||||
{0x77, 0x07}, // SPECIES_AIPOM
|
||||
{0x58, 0x03}, // SPECIES_SUNKERN
|
||||
{0x44, 0x10}, // SPECIES_SUNFLORA
|
||||
{0x56, 0x08}, // SPECIES_YANMA
|
||||
{0x86, 0x0a}, // SPECIES_WOOPER
|
||||
{0x54, 0x10}, // SPECIES_QUAGSIRE
|
||||
{0x77, 0x07}, // SPECIES_ESPEON
|
||||
{0x66, 0x08}, // SPECIES_UMBREON
|
||||
{0x67, 0x08}, // SPECIES_MURKROW
|
||||
{0x66, 0x0b}, // SPECIES_SLOWKING
|
||||
{0x58, 0x01}, // SPECIES_MISDREAVUS
|
||||
{0x55, 0x0c}, // SPECIES_UNOWN
|
||||
{0x35, 0x0f}, // SPECIES_WOBBUFFET
|
||||
{0x77, 0x06}, // SPECIES_GIRAFARIG
|
||||
{0x88, 0x03}, // SPECIES_PINECO
|
||||
{0x56, 0x0a}, // SPECIES_FORRETRESS
|
||||
{0x76, 0x09}, // SPECIES_DUNSPARCE
|
||||
{0x74, 0x11}, // SPECIES_GLIGAR
|
||||
{0x78, 0x03}, // SPECIES_STEELIX
|
||||
{0x88, 0x00}, // SPECIES_SNUBBULL
|
||||
{0x55, 0x0d}, // SPECIES_GRANBULL
|
||||
{0x57, 0x06}, // SPECIES_QWILFISH
|
||||
{0x56, 0x0a}, // SPECIES_SCIZOR
|
||||
{0x88, 0x00}, // SPECIES_SHUCKLE
|
||||
{0x66, 0x09}, // SPECIES_HERACROSS
|
||||
{0x88, 0x03}, // SPECIES_SNEASEL
|
||||
{0x67, 0x05}, // SPECIES_TEDDIURSA
|
||||
{0x45, 0x0d}, // SPECIES_URSARING
|
||||
{0x78, 0x01}, // SPECIES_SLUGMA
|
||||
{0x45, 0x0d}, // SPECIES_MAGCARGO
|
||||
{0x57, 0x0d}, // SPECIES_SWINUB
|
||||
{0x43, 0x14}, // SPECIES_PILOSWINE
|
||||
{0x66, 0x08}, // SPECIES_CORSOLA
|
||||
{0x65, 0x0c}, // SPECIES_REMORAID
|
||||
{0x55, 0x0e}, // SPECIES_OCTILLERY
|
||||
{0x66, 0x0a}, // SPECIES_DELIBIRD
|
||||
{0x56, 0x08}, // SPECIES_MANTINE
|
||||
{0x88, 0x01}, // SPECIES_SKARMORY
|
||||
{0x88, 0x00}, // SPECIES_HOUNDOUR
|
||||
{0x56, 0x0b}, // SPECIES_HOUNDOOM
|
||||
{0x77, 0x05}, // SPECIES_KINGDRA
|
||||
{0x78, 0x04}, // SPECIES_PHANPY
|
||||
{0x54, 0x10}, // SPECIES_DONPHAN
|
||||
{0x86, 0x08}, // SPECIES_PORYGON2
|
||||
{0x55, 0x0f}, // SPECIES_STANTLER
|
||||
{0x88, 0x00}, // SPECIES_SMEARGLE
|
||||
{0x77, 0x06}, // SPECIES_TYROGUE
|
||||
{0x46, 0x09}, // SPECIES_HITMONTOP
|
||||
{0x67, 0x05}, // SPECIES_SMOOCHUM
|
||||
{0x35, 0x0f}, // SPECIES_ELEKID
|
||||
{0x76, 0x0a}, // SPECIES_MAGBY
|
||||
{0x45, 0x0d}, // SPECIES_MILTANK
|
||||
{0x77, 0x04}, // SPECIES_BLISSEY
|
||||
{0x77, 0x06}, // SPECIES_RAIKOU
|
||||
{0x88, 0x00}, // SPECIES_ENTEI
|
||||
{0x88, 0x00}, // SPECIES_SUICUNE
|
||||
{0x88, 0x00}, // SPECIES_LARVITAR
|
||||
{0x46, 0x09}, // SPECIES_PUPITAR
|
||||
{0x56, 0x09}, // SPECIES_TYRANITAR
|
||||
{0x88, 0x00}, // SPECIES_LUGIA
|
||||
{0x88, 0x00}, // SPECIES_HO_OH
|
||||
{0x88, 0x00}, // SPECIES_CELEBI
|
||||
{0x55, 0x0e}, // SPECIES_OLD_UNOWN_B
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_C
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_D
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_E
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_F
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_G
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_H
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_I
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_J
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_K
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_L
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_M
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_N
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_O
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_P
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_Q
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_R
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_S
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_T
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_U
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_V
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_W
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_X
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_Y
|
||||
{0x87, 0x04}, // SPECIES_OLD_UNOWN_Z
|
||||
{0x87, 0x04}, // SPECIES_TREECKO
|
||||
{0x66, 0x08}, // SPECIES_GROVYLE
|
||||
{0x87, 0x04}, // SPECIES_SCEPTILE
|
||||
{0x88, 0x00}, // SPECIES_TORCHIC
|
||||
{0x56, 0x08}, // SPECIES_COMBUSKEN
|
||||
{0x88, 0x01}, // SPECIES_BLAZIKEN
|
||||
{0x88, 0x00}, // SPECIES_MUDKIP
|
||||
{0x56, 0x0c}, // SPECIES_MARSHTOMP
|
||||
{0x67, 0x06}, // SPECIES_SWAMPERT
|
||||
{0x88, 0x00}, // SPECIES_POOCHYENA
|
||||
{0x55, 0x0c}, // SPECIES_MIGHTYENA
|
||||
{0x87, 0x04}, // SPECIES_ZIGZAGOON
|
||||
{0x85, 0x0f}, // SPECIES_LINOONE
|
||||
{0x78, 0x03}, // SPECIES_WURMPLE
|
||||
{0x45, 0x0e}, // SPECIES_SILCOON
|
||||
{0x75, 0x11}, // SPECIES_BEAUTIFLY
|
||||
{0x86, 0x09}, // SPECIES_CASCOON
|
||||
{0x74, 0x10}, // SPECIES_DUSTOX
|
||||
{0x86, 0x0f}, // SPECIES_LOTAD
|
||||
{0x65, 0x0e}, // SPECIES_LOMBRE
|
||||
{0x66, 0x09}, // SPECIES_LUDICOLO
|
||||
{0x88, 0x00}, // SPECIES_SEEDOT
|
||||
{0x46, 0x10}, // SPECIES_NUZLEAF
|
||||
{0x56, 0x08}, // SPECIES_SHIFTRY
|
||||
{0x88, 0x02}, // SPECIES_NINCADA
|
||||
{0x74, 0x12}, // SPECIES_NINJASK
|
||||
{0x86, 0x0a}, // SPECIES_SHEDINJA
|
||||
{0x66, 0x0a}, // SPECIES_TAILLOW
|
||||
{0x64, 0x10}, // SPECIES_SWELLOW
|
||||
{0x87, 0x06}, // SPECIES_SHROOMISH
|
||||
{0x54, 0x10}, // SPECIES_BRELOOM
|
||||
{0x77, 0x04}, // SPECIES_SPINDA
|
||||
{0x68, 0x08}, // SPECIES_WINGULL
|
||||
{0x84, 0x18}, // SPECIES_PELIPPER
|
||||
{0x77, 0x04}, // SPECIES_SURSKIT
|
||||
{0x65, 0x0f}, // SPECIES_MASQUERAIN
|
||||
{0x88, 0x01}, // SPECIES_WAILMER
|
||||
{0x75, 0x0f}, // SPECIES_WAILORD
|
||||
{0x87, 0x0a}, // SPECIES_SKITTY
|
||||
{0x66, 0x0b}, // SPECIES_DELCATTY
|
||||
{0x66, 0x08}, // SPECIES_KECLEON
|
||||
{0x67, 0x07}, // SPECIES_BALTOY
|
||||
{0x55, 0x10}, // SPECIES_CLAYDOL
|
||||
{0x78, 0x06}, // SPECIES_NOSEPASS
|
||||
{0x56, 0x0c}, // SPECIES_TORKOAL
|
||||
{0x88, 0x02}, // SPECIES_SABLEYE
|
||||
{0x66, 0x09}, // SPECIES_BARBOACH
|
||||
{0x46, 0x0b}, // SPECIES_WHISCASH
|
||||
{0x76, 0x09}, // SPECIES_LUVDISC
|
||||
{0x46, 0x18}, // SPECIES_CORPHISH
|
||||
{0x66, 0x0c}, // SPECIES_CRAWDAUNT
|
||||
{0x88, 0x01}, // SPECIES_FEEBAS
|
||||
{0x46, 0x0d}, // SPECIES_MILOTIC
|
||||
{0x88, 0x00}, // SPECIES_CARVANHA
|
||||
{0x67, 0x06}, // SPECIES_SHARPEDO
|
||||
{0x78, 0x03}, // SPECIES_TRAPINCH
|
||||
{0x54, 0x10}, // SPECIES_VIBRAVA
|
||||
{0x86, 0x0c}, // SPECIES_FLYGON
|
||||
{0x88, 0x01}, // SPECIES_MAKUHITA
|
||||
{0x65, 0x0c}, // SPECIES_HARIYAMA
|
||||
{0x88, 0x01}, // SPECIES_ELECTRIKE
|
||||
{0x64, 0x12}, // SPECIES_MANECTRIC
|
||||
{0x67, 0x04}, // SPECIES_NUMEL
|
||||
{0x65, 0x0f}, // SPECIES_CAMERUPT
|
||||
{0x87, 0x09}, // SPECIES_SPHEAL
|
||||
{0x65, 0x10}, // SPECIES_SEALEO
|
||||
{0x86, 0x0a}, // SPECIES_WALREIN
|
||||
{0x88, 0x01}, // SPECIES_CACNEA
|
||||
{0x74, 0x10}, // SPECIES_CACTURNE
|
||||
{0x88, 0x00}, // SPECIES_SNORUNT
|
||||
{0x56, 0x0b}, // SPECIES_GLALIE
|
||||
{0x76, 0x0a}, // SPECIES_LUNATONE
|
||||
{0x66, 0x09}, // SPECIES_SOLROCK
|
||||
{0x88, 0x01}, // SPECIES_AZURILL
|
||||
{0x55, 0x0f}, // SPECIES_SPOINK
|
||||
{0x46, 0x09}, // SPECIES_GRUMPIG
|
||||
{0x77, 0x05}, // SPECIES_PLUSLE
|
||||
{0x56, 0x0e}, // SPECIES_MINUN
|
||||
{0x66, 0x0c}, // SPECIES_MAWILE
|
||||
{0x76, 0x08}, // SPECIES_MEDITITE
|
||||
{0x65, 0x0c}, // SPECIES_MEDICHAM
|
||||
{0x68, 0x01}, // SPECIES_SWABLU
|
||||
{0x76, 0x11}, // SPECIES_ALTARIA
|
||||
{0x88, 0x02}, // SPECIES_WYNAUT
|
||||
{0x55, 0x0c}, // SPECIES_DUSKULL
|
||||
{0x66, 0x0a}, // SPECIES_DUSCLOPS
|
||||
{0x77, 0x05}, // SPECIES_ROSELIA
|
||||
{0x76, 0x08}, // SPECIES_SLAKOTH
|
||||
{0x74, 0x12}, // SPECIES_VIGOROTH
|
||||
{0x78, 0x00}, // SPECIES_SLAKING
|
||||
{0x86, 0x08}, // SPECIES_GULPIN
|
||||
{0x55, 0x12}, // SPECIES_SWALOT
|
||||
{0x66, 0x08}, // SPECIES_TROPIUS
|
||||
{0x88, 0x00}, // SPECIES_WHISMUR
|
||||
{0x55, 0x0e}, // SPECIES_LOUDRED
|
||||
{0x78, 0x03}, // SPECIES_EXPLOUD
|
||||
{0x88, 0x01}, // SPECIES_CLAMPERL
|
||||
{0x55, 0x0e}, // SPECIES_HUNTAIL
|
||||
{0x78, 0x03}, // SPECIES_GOREBYSS
|
||||
{0x86, 0x0b}, // SPECIES_ABSOL
|
||||
{0x68, 0x00}, // SPECIES_SHUPPET
|
||||
{0x56, 0x0e}, // SPECIES_BANETTE
|
||||
{0x55, 0x0c}, // SPECIES_SEVIPER
|
||||
{0x77, 0x08}, // SPECIES_ZANGOOSE
|
||||
{0x87, 0x05}, // SPECIES_RELICANTH
|
||||
{0x77, 0x0b}, // SPECIES_ARON
|
||||
{0x43, 0x14}, // SPECIES_LAIRON
|
||||
{0x75, 0x0d}, // SPECIES_AGGRON
|
||||
{0x88, 0x00}, // SPECIES_CASTFORM
|
||||
{0x34, 0x11}, // SPECIES_VOLBEAT
|
||||
{0x66, 0x08}, // SPECIES_ILLUMISE
|
||||
{0x56, 0x08}, // SPECIES_LILEEP
|
||||
{0x67, 0x07}, // SPECIES_CRADILY
|
||||
{0x78, 0x00}, // SPECIES_ANORITH
|
||||
{0x66, 0x08}, // SPECIES_ARMALDO
|
||||
{0x88, 0x00}, // SPECIES_RALTS
|
||||
{0x35, 0x0f}, // SPECIES_KIRLIA
|
||||
{0x47, 0x06}, // SPECIES_GARDEVOIR
|
||||
{0x78, 0x01}, // SPECIES_BAGON
|
||||
{0x56, 0x0b}, // SPECIES_SHELGON
|
||||
{0x66, 0x09}, // SPECIES_SALAMENCE
|
||||
{0x87, 0x04}, // SPECIES_BELDUM
|
||||
{0x55, 0x0f}, // SPECIES_METANG
|
||||
{0x87, 0x07}, // SPECIES_METAGROSS
|
||||
{0x87, 0x06}, // SPECIES_REGIROCK
|
||||
{0x78, 0x04}, // SPECIES_REGICE
|
||||
{0x88, 0x02}, // SPECIES_REGISTEEL
|
||||
{0x88, 0x03}, // SPECIES_KYOGRE
|
||||
{0x87, 0x04}, // SPECIES_GROUDON
|
||||
{0x88, 0x01}, // SPECIES_RAYQUAZA
|
||||
{0x88, 0x00}, // SPECIES_LATIAS
|
||||
{0x88, 0x01}, // SPECIES_LATIOS
|
||||
{0x88, 0x02}, // SPECIES_JIRACHI
|
||||
{0x66, 0x0d}, // SPECIES_DEOXYS
|
||||
{0x88, 0x01}, // SPECIES_CHIMECHO
|
||||
{0x37, 0x06}, // SPECIES_EGG
|
||||
{0x33, 0x14}, // SPECIES_UNOWN_B
|
||||
{0x34, 0x10}, // SPECIES_UNOWN_C
|
||||
{0x44, 0x10}, // SPECIES_UNOWN_D
|
||||
{0x44, 0x10}, // SPECIES_UNOWN_E
|
||||
{0x44, 0x11}, // SPECIES_UNOWN_F
|
||||
{0x44, 0x11}, // SPECIES_UNOWN_G
|
||||
{0x35, 0x0e}, // SPECIES_UNOWN_H
|
||||
{0x44, 0x10}, // SPECIES_UNOWN_I
|
||||
{0x34, 0x10}, // SPECIES_UNOWN_J
|
||||
{0x34, 0x11}, // SPECIES_UNOWN_K
|
||||
{0x44, 0x11}, // SPECIES_UNOWN_L
|
||||
{0x34, 0x13}, // SPECIES_UNOWN_M
|
||||
{0x44, 0x13}, // SPECIES_UNOWN_N
|
||||
{0x43, 0x14}, // SPECIES_UNOWN_O
|
||||
{0x44, 0x10}, // SPECIES_UNOWN_P
|
||||
{0x34, 0x13}, // SPECIES_UNOWN_Q
|
||||
{0x43, 0x15}, // SPECIES_UNOWN_R
|
||||
{0x34, 0x13}, // SPECIES_UNOWN_S
|
||||
{0x45, 0x0c}, // SPECIES_UNOWN_T
|
||||
{0x34, 0x12}, // SPECIES_UNOWN_U
|
||||
{0x44, 0x12}, // SPECIES_UNOWN_V
|
||||
{0x44, 0x12}, // SPECIES_UNOWN_W
|
||||
{0x44, 0x13}, // SPECIES_UNOWN_X
|
||||
{0x33, 0x15}, // SPECIES_UNOWN_Y
|
||||
{0x34, 0x11}, // SPECIES_UNOWN_Z
|
||||
{0x34, 0x10}, // SPECIES_UNOWN_EMARK
|
||||
{0x35, 0x0f}, // SPECIES_UNOWN_QMARK
|
||||
{0x35, 0x0d},
|
||||
};
|
||||
@@ -0,0 +1,446 @@
|
||||
const struct CompressedSpriteSheet gMonFrontPicTable[] =
|
||||
{ //.data .size .tag
|
||||
gMonFrontPic_CircledQuestionMark, 0x800, 0,
|
||||
gMonFrontPic_Bulbasaur, 0x800, 1,
|
||||
gMonFrontPic_Ivysaur, 0x800, 2,
|
||||
gMonFrontPic_Venusaur, 0x800, 3,
|
||||
gMonFrontPic_Charmander, 0x800, 4,
|
||||
gMonFrontPic_Charmeleon, 0x800, 5,
|
||||
gMonFrontPic_Charizard, 0x800, 6,
|
||||
gMonFrontPic_Squirtle, 0x800, 7,
|
||||
gMonFrontPic_Wartortle, 0x800, 8,
|
||||
gMonFrontPic_Blastoise, 0x800, 9,
|
||||
gMonFrontPic_Caterpie, 0x800, 10,
|
||||
gMonFrontPic_Metapod, 0x800, 11,
|
||||
gMonFrontPic_Butterfree, 0x800, 12,
|
||||
gMonFrontPic_Weedle, 0x800, 13,
|
||||
gMonFrontPic_Kakuna, 0x800, 14,
|
||||
gMonFrontPic_Beedrill, 0x800, 15,
|
||||
gMonFrontPic_Pidgey, 0x800, 16,
|
||||
gMonFrontPic_Pidgeotto, 0x800, 17,
|
||||
gMonFrontPic_Pidgeot, 0x800, 18,
|
||||
gMonFrontPic_Rattata, 0x800, 19,
|
||||
gMonFrontPic_Raticate, 0x800, 20,
|
||||
gMonFrontPic_Spearow, 0x800, 21,
|
||||
gMonFrontPic_Fearow, 0x800, 22,
|
||||
gMonFrontPic_Ekans, 0x800, 23,
|
||||
gMonFrontPic_Arbok, 0x800, 24,
|
||||
gMonFrontPic_Pikachu, 0x800, 25,
|
||||
gMonFrontPic_Raichu, 0x800, 26,
|
||||
gMonFrontPic_Sandshrew, 0x800, 27,
|
||||
gMonFrontPic_Sandslash, 0x800, 28,
|
||||
gMonFrontPic_NidoranF, 0x800, 29,
|
||||
gMonFrontPic_Nidorina, 0x800, 30,
|
||||
gMonFrontPic_Nidoqueen, 0x800, 31,
|
||||
gMonFrontPic_NidoranM, 0x800, 32,
|
||||
gMonFrontPic_Nidorino, 0x800, 33,
|
||||
gMonFrontPic_Nidoking, 0x800, 34,
|
||||
gMonFrontPic_Clefairy, 0x800, 35,
|
||||
gMonFrontPic_Clefable, 0x800, 36,
|
||||
gMonFrontPic_Vulpix, 0x800, 37,
|
||||
gMonFrontPic_Ninetales, 0x800, 38,
|
||||
gMonFrontPic_Jigglypuff, 0x800, 39,
|
||||
gMonFrontPic_Wigglytuff, 0x800, 40,
|
||||
gMonFrontPic_Zubat, 0x800, 41,
|
||||
gMonFrontPic_Golbat, 0x800, 42,
|
||||
gMonFrontPic_Oddish, 0x800, 43,
|
||||
gMonFrontPic_Gloom, 0x800, 44,
|
||||
gMonFrontPic_Vileplume, 0x800, 45,
|
||||
gMonFrontPic_Paras, 0x800, 46,
|
||||
gMonFrontPic_Parasect, 0x800, 47,
|
||||
gMonFrontPic_Venonat, 0x800, 48,
|
||||
gMonFrontPic_Venomoth, 0x800, 49,
|
||||
gMonFrontPic_Diglett, 0x800, 50,
|
||||
gMonFrontPic_Dugtrio, 0x800, 51,
|
||||
gMonFrontPic_Meowth, 0x800, 52,
|
||||
gMonFrontPic_Persian, 0x800, 53,
|
||||
gMonFrontPic_Psyduck, 0x800, 54,
|
||||
gMonFrontPic_Golduck, 0x800, 55,
|
||||
gMonFrontPic_Mankey, 0x800, 56,
|
||||
gMonFrontPic_Primeape, 0x800, 57,
|
||||
gMonFrontPic_Growlithe, 0x800, 58,
|
||||
gMonFrontPic_Arcanine, 0x800, 59,
|
||||
gMonFrontPic_Poliwag, 0x800, 60,
|
||||
gMonFrontPic_Poliwhirl, 0x800, 61,
|
||||
gMonFrontPic_Poliwrath, 0x800, 62,
|
||||
gMonFrontPic_Abra, 0x800, 63,
|
||||
gMonFrontPic_Kadabra, 0x800, 64,
|
||||
gMonFrontPic_Alakazam, 0x800, 65,
|
||||
gMonFrontPic_Machop, 0x800, 66,
|
||||
gMonFrontPic_Machoke, 0x800, 67,
|
||||
gMonFrontPic_Machamp, 0x800, 68,
|
||||
gMonFrontPic_Bellsprout, 0x800, 69,
|
||||
gMonFrontPic_Weepinbell, 0x800, 70,
|
||||
gMonFrontPic_Victreebel, 0x800, 71,
|
||||
gMonFrontPic_Tentacool, 0x800, 72,
|
||||
gMonFrontPic_Tentacruel, 0x800, 73,
|
||||
gMonFrontPic_Geodude, 0x800, 74,
|
||||
gMonFrontPic_Graveler, 0x800, 75,
|
||||
gMonFrontPic_Golem, 0x800, 76,
|
||||
gMonFrontPic_Ponyta, 0x800, 77,
|
||||
gMonFrontPic_Rapidash, 0x800, 78,
|
||||
gMonFrontPic_Slowpoke, 0x800, 79,
|
||||
gMonFrontPic_Slowbro, 0x800, 80,
|
||||
gMonFrontPic_Magnemite, 0x800, 81,
|
||||
gMonFrontPic_Magneton, 0x800, 82,
|
||||
gMonFrontPic_Farfetchd, 0x800, 83,
|
||||
gMonFrontPic_Doduo, 0x800, 84,
|
||||
gMonFrontPic_Dodrio, 0x800, 85,
|
||||
gMonFrontPic_Seel, 0x800, 86,
|
||||
gMonFrontPic_Dewgong, 0x800, 87,
|
||||
gMonFrontPic_Grimer, 0x800, 88,
|
||||
gMonFrontPic_Muk, 0x800, 89,
|
||||
gMonFrontPic_Shellder, 0x800, 90,
|
||||
gMonFrontPic_Cloyster, 0x800, 91,
|
||||
gMonFrontPic_Gastly, 0x800, 92,
|
||||
gMonFrontPic_Haunter, 0x800, 93,
|
||||
gMonFrontPic_Gengar, 0x800, 94,
|
||||
gMonFrontPic_Onix, 0x800, 95,
|
||||
gMonFrontPic_Drowzee, 0x800, 96,
|
||||
gMonFrontPic_Hypno, 0x800, 97,
|
||||
gMonFrontPic_Krabby, 0x800, 98,
|
||||
gMonFrontPic_Kingler, 0x800, 99,
|
||||
gMonFrontPic_Voltorb, 0x800, 100,
|
||||
gMonFrontPic_Electrode, 0x800, 101,
|
||||
gMonFrontPic_Exeggcute, 0x800, 102,
|
||||
gMonFrontPic_Exeggutor, 0x800, 103,
|
||||
gMonFrontPic_Cubone, 0x800, 104,
|
||||
gMonFrontPic_Marowak, 0x800, 105,
|
||||
gMonFrontPic_Hitmonlee, 0x800, 106,
|
||||
gMonFrontPic_Hitmonchan, 0x800, 107,
|
||||
gMonFrontPic_Lickitung, 0x800, 108,
|
||||
gMonFrontPic_Koffing, 0x800, 109,
|
||||
gMonFrontPic_Weezing, 0x800, 110,
|
||||
gMonFrontPic_Rhyhorn, 0x800, 111,
|
||||
gMonFrontPic_Rhydon, 0x800, 112,
|
||||
gMonFrontPic_Chansey, 0x800, 113,
|
||||
gMonFrontPic_Tangela, 0x800, 114,
|
||||
gMonFrontPic_Kangaskhan, 0x800, 115,
|
||||
gMonFrontPic_Horsea, 0x800, 116,
|
||||
gMonFrontPic_Seadra, 0x800, 117,
|
||||
gMonFrontPic_Goldeen, 0x800, 118,
|
||||
gMonFrontPic_Seaking, 0x800, 119,
|
||||
gMonFrontPic_Staryu, 0x800, 120,
|
||||
gMonFrontPic_Starmie, 0x800, 121,
|
||||
gMonFrontPic_Mrmime, 0x800, 122,
|
||||
gMonFrontPic_Scyther, 0x800, 123,
|
||||
gMonFrontPic_Jynx, 0x800, 124,
|
||||
gMonFrontPic_Electabuzz, 0x800, 125,
|
||||
gMonFrontPic_Magmar, 0x800, 126,
|
||||
gMonFrontPic_Pinsir, 0x800, 127,
|
||||
gMonFrontPic_Tauros, 0x800, 128,
|
||||
gMonFrontPic_Magikarp, 0x800, 129,
|
||||
gMonFrontPic_Gyarados, 0x800, 130,
|
||||
gMonFrontPic_Lapras, 0x800, 131,
|
||||
gMonFrontPic_Ditto, 0x800, 132,
|
||||
gMonFrontPic_Eevee, 0x800, 133,
|
||||
gMonFrontPic_Vaporeon, 0x800, 134,
|
||||
gMonFrontPic_Jolteon, 0x800, 135,
|
||||
gMonFrontPic_Flareon, 0x800, 136,
|
||||
gMonFrontPic_Porygon, 0x800, 137,
|
||||
gMonFrontPic_Omanyte, 0x800, 138,
|
||||
gMonFrontPic_Omastar, 0x800, 139,
|
||||
gMonFrontPic_Kabuto, 0x800, 140,
|
||||
gMonFrontPic_Kabutops, 0x800, 141,
|
||||
gMonFrontPic_Aerodactyl, 0x800, 142,
|
||||
gMonFrontPic_Snorlax, 0x800, 143,
|
||||
gMonFrontPic_Articuno, 0x800, 144,
|
||||
gMonFrontPic_Zapdos, 0x800, 145,
|
||||
gMonFrontPic_Moltres, 0x800, 146,
|
||||
gMonFrontPic_Dratini, 0x800, 147,
|
||||
gMonFrontPic_Dragonair, 0x800, 148,
|
||||
gMonFrontPic_Dragonite, 0x800, 149,
|
||||
gMonFrontPic_Mewtwo, 0x800, 150,
|
||||
gMonFrontPic_Mew, 0x800, 151,
|
||||
// Gen II
|
||||
gMonFrontPic_Chikorita, 0x800, 152,
|
||||
gMonFrontPic_Bayleef, 0x800, 153,
|
||||
gMonFrontPic_Meganium, 0x800, 154,
|
||||
gMonFrontPic_Cyndaquil, 0x800, 155,
|
||||
gMonFrontPic_Quilava, 0x800, 156,
|
||||
gMonFrontPic_Typhlosion, 0x800, 157,
|
||||
gMonFrontPic_Totodile, 0x800, 158,
|
||||
gMonFrontPic_Croconaw, 0x800, 159,
|
||||
gMonFrontPic_Feraligatr, 0x800, 160,
|
||||
gMonFrontPic_Sentret, 0x800, 161,
|
||||
gMonFrontPic_Furret, 0x800, 162,
|
||||
gMonFrontPic_Hoothoot, 0x800, 163,
|
||||
gMonFrontPic_Noctowl, 0x800, 164,
|
||||
gMonFrontPic_Ledyba, 0x800, 165,
|
||||
gMonFrontPic_Ledian, 0x800, 166,
|
||||
gMonFrontPic_Spinarak, 0x800, 167,
|
||||
gMonFrontPic_Ariados, 0x800, 168,
|
||||
gMonFrontPic_Crobat, 0x800, 169,
|
||||
gMonFrontPic_Chinchou, 0x800, 170,
|
||||
gMonFrontPic_Lanturn, 0x800, 171,
|
||||
gMonFrontPic_Pichu, 0x800, 172,
|
||||
gMonFrontPic_Cleffa, 0x800, 173,
|
||||
gMonFrontPic_Igglybuff, 0x800, 174,
|
||||
gMonFrontPic_Togepi, 0x800, 175,
|
||||
gMonFrontPic_Togetic, 0x800, 176,
|
||||
gMonFrontPic_Natu, 0x800, 177,
|
||||
gMonFrontPic_Xatu, 0x800, 178,
|
||||
gMonFrontPic_Mareep, 0x800, 179,
|
||||
gMonFrontPic_Flaaffy, 0x800, 180,
|
||||
gMonFrontPic_Ampharos, 0x800, 181,
|
||||
gMonFrontPic_Bellossom, 0x800, 182,
|
||||
gMonFrontPic_Marill, 0x800, 183,
|
||||
gMonFrontPic_Azumarill, 0x800, 184,
|
||||
gMonFrontPic_Sudowoodo, 0x800, 185,
|
||||
gMonFrontPic_Politoed, 0x800, 186,
|
||||
gMonFrontPic_Hoppip, 0x800, 187,
|
||||
gMonFrontPic_Skiploom, 0x800, 188,
|
||||
gMonFrontPic_Jumpluff, 0x800, 189,
|
||||
gMonFrontPic_Aipom, 0x800, 190,
|
||||
gMonFrontPic_Sunkern, 0x800, 191,
|
||||
gMonFrontPic_Sunflora, 0x800, 192,
|
||||
gMonFrontPic_Yanma, 0x800, 193,
|
||||
gMonFrontPic_Wooper, 0x800, 194,
|
||||
gMonFrontPic_Quagsire, 0x800, 195,
|
||||
gMonFrontPic_Espeon, 0x800, 196,
|
||||
gMonFrontPic_Umbreon, 0x800, 197,
|
||||
gMonFrontPic_Murkrow, 0x800, 198,
|
||||
gMonFrontPic_Slowking, 0x800, 199,
|
||||
gMonFrontPic_Misdreavus, 0x800, 200,
|
||||
gMonFrontPic_UnownA, 0x800, 201,
|
||||
gMonFrontPic_Wobbuffet, 0x800, 202,
|
||||
gMonFrontPic_Girafarig, 0x800, 203,
|
||||
gMonFrontPic_Pineco, 0x800, 204,
|
||||
gMonFrontPic_Forretress, 0x800, 205,
|
||||
gMonFrontPic_Dunsparce, 0x800, 206,
|
||||
gMonFrontPic_Gligar, 0x800, 207,
|
||||
gMonFrontPic_Steelix, 0x800, 208,
|
||||
gMonFrontPic_Snubbull, 0x800, 209,
|
||||
gMonFrontPic_Granbull, 0x800, 210,
|
||||
gMonFrontPic_Qwilfish, 0x800, 211,
|
||||
gMonFrontPic_Scizor, 0x800, 212,
|
||||
gMonFrontPic_Shuckle, 0x800, 213,
|
||||
gMonFrontPic_Heracross, 0x800, 214,
|
||||
gMonFrontPic_Sneasel, 0x800, 215,
|
||||
gMonFrontPic_Teddiursa, 0x800, 216,
|
||||
gMonFrontPic_Ursaring, 0x800, 217,
|
||||
gMonFrontPic_Slugma, 0x800, 218,
|
||||
gMonFrontPic_Magcargo, 0x800, 219,
|
||||
gMonFrontPic_Swinub, 0x800, 220,
|
||||
gMonFrontPic_Piloswine, 0x800, 221,
|
||||
gMonFrontPic_Corsola, 0x800, 222,
|
||||
gMonFrontPic_Remoraid, 0x800, 223,
|
||||
gMonFrontPic_Octillery, 0x800, 224,
|
||||
gMonFrontPic_Delibird, 0x800, 225,
|
||||
gMonFrontPic_Mantine, 0x800, 226,
|
||||
gMonFrontPic_Skarmory, 0x800, 227,
|
||||
gMonFrontPic_Houndour, 0x800, 228,
|
||||
gMonFrontPic_Houndoom, 0x800, 229,
|
||||
gMonFrontPic_Kingdra, 0x800, 230,
|
||||
gMonFrontPic_Phanpy, 0x800, 231,
|
||||
gMonFrontPic_Donphan, 0x800, 232,
|
||||
gMonFrontPic_Porygon2, 0x800, 233,
|
||||
gMonFrontPic_Stantler, 0x800, 234,
|
||||
gMonFrontPic_Smeargle, 0x800, 235,
|
||||
gMonFrontPic_Tyrogue, 0x800, 236,
|
||||
gMonFrontPic_Hitmontop, 0x800, 237,
|
||||
gMonFrontPic_Smoochum, 0x800, 238,
|
||||
gMonFrontPic_Elekid, 0x800, 239,
|
||||
gMonFrontPic_Magby, 0x800, 240,
|
||||
gMonFrontPic_Miltank, 0x800, 241,
|
||||
gMonFrontPic_Blissey, 0x800, 242,
|
||||
gMonFrontPic_Raikou, 0x800, 243,
|
||||
gMonFrontPic_Entei, 0x800, 244,
|
||||
gMonFrontPic_Suicune, 0x800, 245,
|
||||
gMonFrontPic_Larvitar, 0x800, 246,
|
||||
gMonFrontPic_Pupitar, 0x800, 247,
|
||||
gMonFrontPic_Tyranitar, 0x800, 248,
|
||||
gMonFrontPic_Lugia, 0x800, 249,
|
||||
gMonFrontPic_HoOh, 0x800, 250,
|
||||
gMonFrontPic_Celebi, 0x800, 251,
|
||||
// Empty slots
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 252,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 253,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 254,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 255,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 256,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 257,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 258,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 259,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 260,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 261,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 262,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 263,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 264,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 265,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 266,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 267,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 268,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 269,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 270,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 271,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 272,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 273,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 274,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 275,
|
||||
gMonFrontPic_DoubleQuestionMark, 0x800, 276,
|
||||
// Gen III
|
||||
gMonFrontPic_Treecko, 0x800, 277,
|
||||
gMonFrontPic_Grovyle, 0x800, 278,
|
||||
gMonFrontPic_Sceptile, 0x800, 279,
|
||||
gMonFrontPic_Torchic, 0x800, 280,
|
||||
gMonFrontPic_Combusken, 0x800, 281,
|
||||
gMonFrontPic_Blaziken, 0x800, 282,
|
||||
gMonFrontPic_Mudkip, 0x800, 283,
|
||||
gMonFrontPic_Marshtomp, 0x800, 284,
|
||||
gMonFrontPic_Swampert, 0x800, 285,
|
||||
gMonFrontPic_Poochyena, 0x800, 286,
|
||||
gMonFrontPic_Mightyena, 0x800, 287,
|
||||
gMonFrontPic_Zigzagoon, 0x800, 288,
|
||||
gMonFrontPic_Linoone, 0x800, 289,
|
||||
gMonFrontPic_Wurmple, 0x800, 290,
|
||||
gMonFrontPic_Silcoon, 0x800, 291,
|
||||
gMonFrontPic_Beautifly, 0x800, 292,
|
||||
gMonFrontPic_Cascoon, 0x800, 293,
|
||||
gMonFrontPic_Dustox, 0x800, 294,
|
||||
gMonFrontPic_Lotad, 0x800, 295,
|
||||
gMonFrontPic_Lombre, 0x800, 296,
|
||||
gMonFrontPic_Ludicolo, 0x800, 297,
|
||||
gMonFrontPic_Seedot, 0x800, 298,
|
||||
gMonFrontPic_Nuzleaf, 0x800, 299,
|
||||
gMonFrontPic_Shiftry, 0x800, 300,
|
||||
gMonFrontPic_Nincada, 0x800, 301,
|
||||
gMonFrontPic_Ninjask, 0x800, 302,
|
||||
gMonFrontPic_Shedinja, 0x800, 303,
|
||||
gMonFrontPic_Taillow, 0x800, 304,
|
||||
gMonFrontPic_Swellow, 0x800, 305,
|
||||
gMonFrontPic_Shroomish, 0x800, 306,
|
||||
gMonFrontPic_Breloom, 0x800, 307,
|
||||
gMonFrontPic_Spinda, 0x800, 308,
|
||||
gMonFrontPic_Wingull, 0x800, 309,
|
||||
gMonFrontPic_Pelipper, 0x800, 310,
|
||||
gMonFrontPic_Surskit, 0x800, 311,
|
||||
gMonFrontPic_Masquerain, 0x800, 312,
|
||||
gMonFrontPic_Wailmer, 0x800, 313,
|
||||
gMonFrontPic_Wailord, 0x800, 314,
|
||||
gMonFrontPic_Skitty, 0x800, 315,
|
||||
gMonFrontPic_Delcatty, 0x800, 316,
|
||||
gMonFrontPic_Kecleon, 0x800, 317,
|
||||
gMonFrontPic_Baltoy, 0x800, 318,
|
||||
gMonFrontPic_Claydol, 0x800, 319,
|
||||
gMonFrontPic_Nosepass, 0x800, 320,
|
||||
gMonFrontPic_Torkoal, 0x800, 321,
|
||||
gMonFrontPic_Sableye, 0x800, 322,
|
||||
gMonFrontPic_Barboach, 0x800, 323,
|
||||
gMonFrontPic_Whiscash, 0x800, 324,
|
||||
gMonFrontPic_Luvdisc, 0x800, 325,
|
||||
gMonFrontPic_Corphish, 0x800, 326,
|
||||
gMonFrontPic_Crawdaunt, 0x800, 327,
|
||||
gMonFrontPic_Feebas, 0x800, 328,
|
||||
gMonFrontPic_Milotic, 0x800, 329,
|
||||
gMonFrontPic_Carvanha, 0x800, 330,
|
||||
gMonFrontPic_Sharpedo, 0x800, 331,
|
||||
gMonFrontPic_Trapinch, 0x800, 332,
|
||||
gMonFrontPic_Vibrava, 0x800, 333,
|
||||
gMonFrontPic_Flygon, 0x800, 334,
|
||||
gMonFrontPic_Makuhita, 0x800, 335,
|
||||
gMonFrontPic_Hariyama, 0x800, 336,
|
||||
gMonFrontPic_Electrike, 0x800, 337,
|
||||
gMonFrontPic_Manectric, 0x800, 338,
|
||||
gMonFrontPic_Numel, 0x800, 339,
|
||||
gMonFrontPic_Camerupt, 0x800, 340,
|
||||
gMonFrontPic_Spheal, 0x800, 341,
|
||||
gMonFrontPic_Sealeo, 0x800, 342,
|
||||
gMonFrontPic_Walrein, 0x800, 343,
|
||||
gMonFrontPic_Cacnea, 0x800, 344,
|
||||
gMonFrontPic_Cacturne, 0x800, 345,
|
||||
gMonFrontPic_Snorunt, 0x800, 346,
|
||||
gMonFrontPic_Glalie, 0x800, 347,
|
||||
gMonFrontPic_Lunatone, 0x800, 348,
|
||||
gMonFrontPic_Solrock, 0x800, 349,
|
||||
gMonFrontPic_Azurill, 0x800, 350,
|
||||
gMonFrontPic_Spoink, 0x800, 351,
|
||||
gMonFrontPic_Grumpig, 0x800, 352,
|
||||
gMonFrontPic_Plusle, 0x800, 353,
|
||||
gMonFrontPic_Minun, 0x800, 354,
|
||||
gMonFrontPic_Mawile, 0x800, 355,
|
||||
gMonFrontPic_Meditite, 0x800, 356,
|
||||
gMonFrontPic_Medicham, 0x800, 357,
|
||||
gMonFrontPic_Swablu, 0x800, 358,
|
||||
gMonFrontPic_Altaria, 0x800, 359,
|
||||
gMonFrontPic_Wynaut, 0x800, 360,
|
||||
gMonFrontPic_Duskull, 0x800, 361,
|
||||
gMonFrontPic_Dusclops, 0x800, 362,
|
||||
gMonFrontPic_Roselia, 0x800, 363,
|
||||
gMonFrontPic_Slakoth, 0x800, 364,
|
||||
gMonFrontPic_Vigoroth, 0x800, 365,
|
||||
gMonFrontPic_Slaking, 0x800, 366,
|
||||
gMonFrontPic_Gulpin, 0x800, 367,
|
||||
gMonFrontPic_Swalot, 0x800, 368,
|
||||
gMonFrontPic_Tropius, 0x800, 369,
|
||||
gMonFrontPic_Whismur, 0x800, 370,
|
||||
gMonFrontPic_Loudred, 0x800, 371,
|
||||
gMonFrontPic_Exploud, 0x800, 372,
|
||||
gMonFrontPic_Clamperl, 0x800, 373,
|
||||
gMonFrontPic_Huntail, 0x800, 374,
|
||||
gMonFrontPic_Gorebyss, 0x800, 375,
|
||||
gMonFrontPic_Absol, 0x800, 376,
|
||||
gMonFrontPic_Shuppet, 0x800, 377,
|
||||
gMonFrontPic_Banette, 0x800, 378,
|
||||
gMonFrontPic_Seviper, 0x800, 379,
|
||||
gMonFrontPic_Zangoose, 0x800, 380,
|
||||
gMonFrontPic_Relicanth, 0x800, 381,
|
||||
gMonFrontPic_Aron, 0x800, 382,
|
||||
gMonFrontPic_Lairon, 0x800, 383,
|
||||
gMonFrontPic_Aggron, 0x800, 384,
|
||||
gMonFrontPic_Castform, 0x800, 385,
|
||||
gMonFrontPic_Volbeat, 0x800, 386,
|
||||
gMonFrontPic_Illumise, 0x800, 387,
|
||||
gMonFrontPic_Lileep, 0x800, 388,
|
||||
gMonFrontPic_Cradily, 0x800, 389,
|
||||
gMonFrontPic_Anorith, 0x800, 390,
|
||||
gMonFrontPic_Armaldo, 0x800, 391,
|
||||
gMonFrontPic_Ralts, 0x800, 392,
|
||||
gMonFrontPic_Kirlia, 0x800, 393,
|
||||
gMonFrontPic_Gardevoir, 0x800, 394,
|
||||
gMonFrontPic_Bagon, 0x800, 395,
|
||||
gMonFrontPic_Shelgon, 0x800, 396,
|
||||
gMonFrontPic_Salamence, 0x800, 397,
|
||||
gMonFrontPic_Beldum, 0x800, 398,
|
||||
gMonFrontPic_Metang, 0x800, 399,
|
||||
gMonFrontPic_Metagross, 0x800, 400,
|
||||
gMonFrontPic_Regirock, 0x800, 401,
|
||||
gMonFrontPic_Regice, 0x800, 402,
|
||||
gMonFrontPic_Registeel, 0x800, 403,
|
||||
gMonFrontPic_Kyogre, 0x800, 404,
|
||||
gMonFrontPic_Groudon, 0x800, 405,
|
||||
gMonFrontPic_Rayquaza, 0x800, 406,
|
||||
gMonFrontPic_Latias, 0x800, 407,
|
||||
gMonFrontPic_Latios, 0x800, 408,
|
||||
gMonFrontPic_Jirachi, 0x800, 409,
|
||||
gMonFrontPic_Deoxys, 0x800, 410,
|
||||
gMonFrontPic_Chimecho, 0x800, 411,
|
||||
gMonFrontPic_Egg, 0x800, 412,
|
||||
gMonFrontPic_UnownB, 0x800, 413,
|
||||
gMonFrontPic_UnownC, 0x800, 414,
|
||||
gMonFrontPic_UnownD, 0x800, 415,
|
||||
gMonFrontPic_UnownE, 0x800, 416,
|
||||
gMonFrontPic_UnownF, 0x800, 417,
|
||||
gMonFrontPic_UnownG, 0x800, 418,
|
||||
gMonFrontPic_UnownH, 0x800, 419,
|
||||
gMonFrontPic_UnownI, 0x800, 420,
|
||||
gMonFrontPic_UnownJ, 0x800, 421,
|
||||
gMonFrontPic_UnownK, 0x800, 422,
|
||||
gMonFrontPic_UnownL, 0x800, 423,
|
||||
gMonFrontPic_UnownM, 0x800, 424,
|
||||
gMonFrontPic_UnownN, 0x800, 425,
|
||||
gMonFrontPic_UnownO, 0x800, 426,
|
||||
gMonFrontPic_UnownP, 0x800, 427,
|
||||
gMonFrontPic_UnownQ, 0x800, 428,
|
||||
gMonFrontPic_UnownR, 0x800, 429,
|
||||
gMonFrontPic_UnownS, 0x800, 430,
|
||||
gMonFrontPic_UnownT, 0x800, 431,
|
||||
gMonFrontPic_UnownU, 0x800, 432,
|
||||
gMonFrontPic_UnownV, 0x800, 433,
|
||||
gMonFrontPic_UnownW, 0x800, 434,
|
||||
gMonFrontPic_UnownX, 0x800, 435,
|
||||
gMonFrontPic_UnownY, 0x800, 436,
|
||||
gMonFrontPic_UnownZ, 0x800, 437,
|
||||
gMonFrontPic_UnownExclamationMark, 0x800, 438,
|
||||
gMonFrontPic_UnownQuestionMark, 0x800, 439,
|
||||
};
|
||||
@@ -0,0 +1,443 @@
|
||||
const struct CompressedSpritePalette gMonPaletteTable[] =
|
||||
{
|
||||
gMonPalette_CircledQuestionMark, 0,
|
||||
gMonPalette_Bulbasaur, 1,
|
||||
gMonPalette_Ivysaur, 2,
|
||||
gMonPalette_Venusaur, 3,
|
||||
gMonPalette_Charmander, 4,
|
||||
gMonPalette_Charmeleon, 5,
|
||||
gMonPalette_Charizard, 6,
|
||||
gMonPalette_Squirtle, 7,
|
||||
gMonPalette_Wartortle, 8,
|
||||
gMonPalette_Blastoise, 9,
|
||||
gMonPalette_Caterpie, 10,
|
||||
gMonPalette_Metapod, 11,
|
||||
gMonPalette_Butterfree, 12,
|
||||
gMonPalette_Weedle, 13,
|
||||
gMonPalette_Kakuna, 14,
|
||||
gMonPalette_Beedrill, 15,
|
||||
gMonPalette_Pidgey, 16,
|
||||
gMonPalette_Pidgeotto, 17,
|
||||
gMonPalette_Pidgeot, 18,
|
||||
gMonPalette_Rattata, 19,
|
||||
gMonPalette_Raticate, 20,
|
||||
gMonPalette_Spearow, 21,
|
||||
gMonPalette_Fearow, 22,
|
||||
gMonPalette_Ekans, 23,
|
||||
gMonPalette_Arbok, 24,
|
||||
gMonPalette_Pikachu, 25,
|
||||
gMonPalette_Raichu, 26,
|
||||
gMonPalette_Sandshrew, 27,
|
||||
gMonPalette_Sandslash, 28,
|
||||
gMonPalette_NidoranF, 29,
|
||||
gMonPalette_Nidorina, 30,
|
||||
gMonPalette_Nidoqueen, 31,
|
||||
gMonPalette_NidoranM, 32,
|
||||
gMonPalette_Nidorino, 33,
|
||||
gMonPalette_Nidoking, 34,
|
||||
gMonPalette_Clefairy, 35,
|
||||
gMonPalette_Clefable, 36,
|
||||
gMonPalette_Vulpix, 37,
|
||||
gMonPalette_Ninetales, 38,
|
||||
gMonPalette_Jigglypuff, 39,
|
||||
gMonPalette_Wigglytuff, 40,
|
||||
gMonPalette_Zubat, 41,
|
||||
gMonPalette_Golbat, 42,
|
||||
gMonPalette_Oddish, 43,
|
||||
gMonPalette_Gloom, 44,
|
||||
gMonPalette_Vileplume, 45,
|
||||
gMonPalette_Paras, 46,
|
||||
gMonPalette_Parasect, 47,
|
||||
gMonPalette_Venonat, 48,
|
||||
gMonPalette_Venomoth, 49,
|
||||
gMonPalette_Diglett, 50,
|
||||
gMonPalette_Dugtrio, 51,
|
||||
gMonPalette_Meowth, 52,
|
||||
gMonPalette_Persian, 53,
|
||||
gMonPalette_Psyduck, 54,
|
||||
gMonPalette_Golduck, 55,
|
||||
gMonPalette_Mankey, 56,
|
||||
gMonPalette_Primeape, 57,
|
||||
gMonPalette_Growlithe, 58,
|
||||
gMonPalette_Arcanine, 59,
|
||||
gMonPalette_Poliwag, 60,
|
||||
gMonPalette_Poliwhirl, 61,
|
||||
gMonPalette_Poliwrath, 62,
|
||||
gMonPalette_Abra, 63,
|
||||
gMonPalette_Kadabra, 64,
|
||||
gMonPalette_Alakazam, 65,
|
||||
gMonPalette_Machop, 66,
|
||||
gMonPalette_Machoke, 67,
|
||||
gMonPalette_Machamp, 68,
|
||||
gMonPalette_Bellsprout, 69,
|
||||
gMonPalette_Weepinbell, 70,
|
||||
gMonPalette_Victreebel, 71,
|
||||
gMonPalette_Tentacool, 72,
|
||||
gMonPalette_Tentacruel, 73,
|
||||
gMonPalette_Geodude, 74,
|
||||
gMonPalette_Graveler, 75,
|
||||
gMonPalette_Golem, 76,
|
||||
gMonPalette_Ponyta, 77,
|
||||
gMonPalette_Rapidash, 78,
|
||||
gMonPalette_Slowpoke, 79,
|
||||
gMonPalette_Slowbro, 80,
|
||||
gMonPalette_Magnemite, 81,
|
||||
gMonPalette_Magneton, 82,
|
||||
gMonPalette_Farfetchd, 83,
|
||||
gMonPalette_Doduo, 84,
|
||||
gMonPalette_Dodrio, 85,
|
||||
gMonPalette_Seel, 86,
|
||||
gMonPalette_Dewgong, 87,
|
||||
gMonPalette_Grimer, 88,
|
||||
gMonPalette_Muk, 89,
|
||||
gMonPalette_Shellder, 90,
|
||||
gMonPalette_Cloyster, 91,
|
||||
gMonPalette_Gastly, 92,
|
||||
gMonPalette_Haunter, 93,
|
||||
gMonPalette_Gengar, 94,
|
||||
gMonPalette_Onix, 95,
|
||||
gMonPalette_Drowzee, 96,
|
||||
gMonPalette_Hypno, 97,
|
||||
gMonPalette_Krabby, 98,
|
||||
gMonPalette_Kingler, 99,
|
||||
gMonPalette_Voltorb, 100,
|
||||
gMonPalette_Electrode, 101,
|
||||
gMonPalette_Exeggcute, 102,
|
||||
gMonPalette_Exeggutor, 103,
|
||||
gMonPalette_Cubone, 104,
|
||||
gMonPalette_Marowak, 105,
|
||||
gMonPalette_Hitmonlee, 106,
|
||||
gMonPalette_Hitmonchan, 107,
|
||||
gMonPalette_Lickitung, 108,
|
||||
gMonPalette_Koffing, 109,
|
||||
gMonPalette_Weezing, 110,
|
||||
gMonPalette_Rhyhorn, 111,
|
||||
gMonPalette_Rhydon, 112,
|
||||
gMonPalette_Chansey, 113,
|
||||
gMonPalette_Tangela, 114,
|
||||
gMonPalette_Kangaskhan, 115,
|
||||
gMonPalette_Horsea, 116,
|
||||
gMonPalette_Seadra, 117,
|
||||
gMonPalette_Goldeen, 118,
|
||||
gMonPalette_Seaking, 119,
|
||||
gMonPalette_Staryu, 120,
|
||||
gMonPalette_Starmie, 121,
|
||||
gMonPalette_Mrmime, 122,
|
||||
gMonPalette_Scyther, 123,
|
||||
gMonPalette_Jynx, 124,
|
||||
gMonPalette_Electabuzz, 125,
|
||||
gMonPalette_Magmar, 126,
|
||||
gMonPalette_Pinsir, 127,
|
||||
gMonPalette_Tauros, 128,
|
||||
gMonPalette_Magikarp, 129,
|
||||
gMonPalette_Gyarados, 130,
|
||||
gMonPalette_Lapras, 131,
|
||||
gMonPalette_Ditto, 132,
|
||||
gMonPalette_Eevee, 133,
|
||||
gMonPalette_Vaporeon, 134,
|
||||
gMonPalette_Jolteon, 135,
|
||||
gMonPalette_Flareon, 136,
|
||||
gMonPalette_Porygon, 137,
|
||||
gMonPalette_Omanyte, 138,
|
||||
gMonPalette_Omastar, 139,
|
||||
gMonPalette_Kabuto, 140,
|
||||
gMonPalette_Kabutops, 141,
|
||||
gMonPalette_Aerodactyl, 142,
|
||||
gMonPalette_Snorlax, 143,
|
||||
gMonPalette_Articuno, 144,
|
||||
gMonPalette_Zapdos, 145,
|
||||
gMonPalette_Moltres, 146,
|
||||
gMonPalette_Dratini, 147,
|
||||
gMonPalette_Dragonair, 148,
|
||||
gMonPalette_Dragonite, 149,
|
||||
gMonPalette_Mewtwo, 150,
|
||||
gMonPalette_Mew, 151,
|
||||
gMonPalette_Chikorita, 152,
|
||||
gMonPalette_Bayleef, 153,
|
||||
gMonPalette_Meganium, 154,
|
||||
gMonPalette_Cyndaquil, 155,
|
||||
gMonPalette_Quilava, 156,
|
||||
gMonPalette_Typhlosion, 157,
|
||||
gMonPalette_Totodile, 158,
|
||||
gMonPalette_Croconaw, 159,
|
||||
gMonPalette_Feraligatr, 160,
|
||||
gMonPalette_Sentret, 161,
|
||||
gMonPalette_Furret, 162,
|
||||
gMonPalette_Hoothoot, 163,
|
||||
gMonPalette_Noctowl, 164,
|
||||
gMonPalette_Ledyba, 165,
|
||||
gMonPalette_Ledian, 166,
|
||||
gMonPalette_Spinarak, 167,
|
||||
gMonPalette_Ariados, 168,
|
||||
gMonPalette_Crobat, 169,
|
||||
gMonPalette_Chinchou, 170,
|
||||
gMonPalette_Lanturn, 171,
|
||||
gMonPalette_Pichu, 172,
|
||||
gMonPalette_Cleffa, 173,
|
||||
gMonPalette_Igglybuff, 174,
|
||||
gMonPalette_Togepi, 175,
|
||||
gMonPalette_Togetic, 176,
|
||||
gMonPalette_Natu, 177,
|
||||
gMonPalette_Xatu, 178,
|
||||
gMonPalette_Mareep, 179,
|
||||
gMonPalette_Flaaffy, 180,
|
||||
gMonPalette_Ampharos, 181,
|
||||
gMonPalette_Bellossom, 182,
|
||||
gMonPalette_Marill, 183,
|
||||
gMonPalette_Azumarill, 184,
|
||||
gMonPalette_Sudowoodo, 185,
|
||||
gMonPalette_Politoed, 186,
|
||||
gMonPalette_Hoppip, 187,
|
||||
gMonPalette_Skiploom, 188,
|
||||
gMonPalette_Jumpluff, 189,
|
||||
gMonPalette_Aipom, 190,
|
||||
gMonPalette_Sunkern, 191,
|
||||
gMonPalette_Sunflora, 192,
|
||||
gMonPalette_Yanma, 193,
|
||||
gMonPalette_Wooper, 194,
|
||||
gMonPalette_Quagsire, 195,
|
||||
gMonPalette_Espeon, 196,
|
||||
gMonPalette_Umbreon, 197,
|
||||
gMonPalette_Murkrow, 198,
|
||||
gMonPalette_Slowking, 199,
|
||||
gMonPalette_Misdreavus, 200,
|
||||
gMonPalette_Unown, 201,
|
||||
gMonPalette_Wobbuffet, 202,
|
||||
gMonPalette_Girafarig, 203,
|
||||
gMonPalette_Pineco, 204,
|
||||
gMonPalette_Forretress, 205,
|
||||
gMonPalette_Dunsparce, 206,
|
||||
gMonPalette_Gligar, 207,
|
||||
gMonPalette_Steelix, 208,
|
||||
gMonPalette_Snubbull, 209,
|
||||
gMonPalette_Granbull, 210,
|
||||
gMonPalette_Qwilfish, 211,
|
||||
gMonPalette_Scizor, 212,
|
||||
gMonPalette_Shuckle, 213,
|
||||
gMonPalette_Heracross, 214,
|
||||
gMonPalette_Sneasel, 215,
|
||||
gMonPalette_Teddiursa, 216,
|
||||
gMonPalette_Ursaring, 217,
|
||||
gMonPalette_Slugma, 218,
|
||||
gMonPalette_Magcargo, 219,
|
||||
gMonPalette_Swinub, 220,
|
||||
gMonPalette_Piloswine, 221,
|
||||
gMonPalette_Corsola, 222,
|
||||
gMonPalette_Remoraid, 223,
|
||||
gMonPalette_Octillery, 224,
|
||||
gMonPalette_Delibird, 225,
|
||||
gMonPalette_Mantine, 226,
|
||||
gMonPalette_Skarmory, 227,
|
||||
gMonPalette_Houndour, 228,
|
||||
gMonPalette_Houndoom, 229,
|
||||
gMonPalette_Kingdra, 230,
|
||||
gMonPalette_Phanpy, 231,
|
||||
gMonPalette_Donphan, 232,
|
||||
gMonPalette_Porygon2, 233,
|
||||
gMonPalette_Stantler, 234,
|
||||
gMonPalette_Smeargle, 235,
|
||||
gMonPalette_Tyrogue, 236,
|
||||
gMonPalette_Hitmontop, 237,
|
||||
gMonPalette_Smoochum, 238,
|
||||
gMonPalette_Elekid, 239,
|
||||
gMonPalette_Magby, 240,
|
||||
gMonPalette_Miltank, 241,
|
||||
gMonPalette_Blissey, 242,
|
||||
gMonPalette_Raikou, 243,
|
||||
gMonPalette_Entei, 244,
|
||||
gMonPalette_Suicune, 245,
|
||||
gMonPalette_Larvitar, 246,
|
||||
gMonPalette_Pupitar, 247,
|
||||
gMonPalette_Tyranitar, 248,
|
||||
gMonPalette_Lugia, 249,
|
||||
gMonPalette_HoOh, 250,
|
||||
gMonPalette_Celebi, 251,
|
||||
gMonPalette_DoubleQuestionMark, 252,
|
||||
gMonPalette_DoubleQuestionMark, 253,
|
||||
gMonPalette_DoubleQuestionMark, 254,
|
||||
gMonPalette_DoubleQuestionMark, 255,
|
||||
gMonPalette_DoubleQuestionMark, 256,
|
||||
gMonPalette_DoubleQuestionMark, 257,
|
||||
gMonPalette_DoubleQuestionMark, 258,
|
||||
gMonPalette_DoubleQuestionMark, 259,
|
||||
gMonPalette_DoubleQuestionMark, 260,
|
||||
gMonPalette_DoubleQuestionMark, 261,
|
||||
gMonPalette_DoubleQuestionMark, 262,
|
||||
gMonPalette_DoubleQuestionMark, 263,
|
||||
gMonPalette_DoubleQuestionMark, 264,
|
||||
gMonPalette_DoubleQuestionMark, 265,
|
||||
gMonPalette_DoubleQuestionMark, 266,
|
||||
gMonPalette_DoubleQuestionMark, 267,
|
||||
gMonPalette_DoubleQuestionMark, 268,
|
||||
gMonPalette_DoubleQuestionMark, 269,
|
||||
gMonPalette_DoubleQuestionMark, 270,
|
||||
gMonPalette_DoubleQuestionMark, 271,
|
||||
gMonPalette_DoubleQuestionMark, 272,
|
||||
gMonPalette_DoubleQuestionMark, 273,
|
||||
gMonPalette_DoubleQuestionMark, 274,
|
||||
gMonPalette_DoubleQuestionMark, 275,
|
||||
gMonPalette_DoubleQuestionMark, 276,
|
||||
gMonPalette_Treecko, 277,
|
||||
gMonPalette_Grovyle, 278,
|
||||
gMonPalette_Sceptile, 279,
|
||||
gMonPalette_Torchic, 280,
|
||||
gMonPalette_Combusken, 281,
|
||||
gMonPalette_Blaziken, 282,
|
||||
gMonPalette_Mudkip, 283,
|
||||
gMonPalette_Marshtomp, 284,
|
||||
gMonPalette_Swampert, 285,
|
||||
gMonPalette_Poochyena, 286,
|
||||
gMonPalette_Mightyena, 287,
|
||||
gMonPalette_Zigzagoon, 288,
|
||||
gMonPalette_Linoone, 289,
|
||||
gMonPalette_Wurmple, 290,
|
||||
gMonPalette_Silcoon, 291,
|
||||
gMonPalette_Beautifly, 292,
|
||||
gMonPalette_Cascoon, 293,
|
||||
gMonPalette_Dustox, 294,
|
||||
gMonPalette_Lotad, 295,
|
||||
gMonPalette_Lombre, 296,
|
||||
gMonPalette_Ludicolo, 297,
|
||||
gMonPalette_Seedot, 298,
|
||||
gMonPalette_Nuzleaf, 299,
|
||||
gMonPalette_Shiftry, 300,
|
||||
gMonPalette_Nincada, 301,
|
||||
gMonPalette_Ninjask, 302,
|
||||
gMonPalette_Shedinja, 303,
|
||||
gMonPalette_Taillow, 304,
|
||||
gMonPalette_Swellow, 305,
|
||||
gMonPalette_Shroomish, 306,
|
||||
gMonPalette_Breloom, 307,
|
||||
gMonPalette_Spinda, 308,
|
||||
gMonPalette_Wingull, 309,
|
||||
gMonPalette_Pelipper, 310,
|
||||
gMonPalette_Surskit, 311,
|
||||
gMonPalette_Masquerain, 312,
|
||||
gMonPalette_Wailmer, 313,
|
||||
gMonPalette_Wailord, 314,
|
||||
gMonPalette_Skitty, 315,
|
||||
gMonPalette_Delcatty, 316,
|
||||
gMonPalette_Kecleon, 317,
|
||||
gMonPalette_Baltoy, 318,
|
||||
gMonPalette_Claydol, 319,
|
||||
gMonPalette_Nosepass, 320,
|
||||
gMonPalette_Torkoal, 321,
|
||||
gMonPalette_Sableye, 322,
|
||||
gMonPalette_Barboach, 323,
|
||||
gMonPalette_Whiscash, 324,
|
||||
gMonPalette_Luvdisc, 325,
|
||||
gMonPalette_Corphish, 326,
|
||||
gMonPalette_Crawdaunt, 327,
|
||||
gMonPalette_Feebas, 328,
|
||||
gMonPalette_Milotic, 329,
|
||||
gMonPalette_Carvanha, 330,
|
||||
gMonPalette_Sharpedo, 331,
|
||||
gMonPalette_Trapinch, 332,
|
||||
gMonPalette_Vibrava, 333,
|
||||
gMonPalette_Flygon, 334,
|
||||
gMonPalette_Makuhita, 335,
|
||||
gMonPalette_Hariyama, 336,
|
||||
gMonPalette_Electrike, 337,
|
||||
gMonPalette_Manectric, 338,
|
||||
gMonPalette_Numel, 339,
|
||||
gMonPalette_Camerupt, 340,
|
||||
gMonPalette_Spheal, 341,
|
||||
gMonPalette_Sealeo, 342,
|
||||
gMonPalette_Walrein, 343,
|
||||
gMonPalette_Cacnea, 344,
|
||||
gMonPalette_Cacturne, 345,
|
||||
gMonPalette_Snorunt, 346,
|
||||
gMonPalette_Glalie, 347,
|
||||
gMonPalette_Lunatone, 348,
|
||||
gMonPalette_Solrock, 349,
|
||||
gMonPalette_Azurill, 350,
|
||||
gMonPalette_Spoink, 351,
|
||||
gMonPalette_Grumpig, 352,
|
||||
gMonPalette_Plusle, 353,
|
||||
gMonPalette_Minun, 354,
|
||||
gMonPalette_Mawile, 355,
|
||||
gMonPalette_Meditite, 356,
|
||||
gMonPalette_Medicham, 357,
|
||||
gMonPalette_Swablu, 358,
|
||||
gMonPalette_Altaria, 359,
|
||||
gMonPalette_Wynaut, 360,
|
||||
gMonPalette_Duskull, 361,
|
||||
gMonPalette_Dusclops, 362,
|
||||
gMonPalette_Roselia, 363,
|
||||
gMonPalette_Slakoth, 364,
|
||||
gMonPalette_Vigoroth, 365,
|
||||
gMonPalette_Slaking, 366,
|
||||
gMonPalette_Gulpin, 367,
|
||||
gMonPalette_Swalot, 368,
|
||||
gMonPalette_Tropius, 369,
|
||||
gMonPalette_Whismur, 370,
|
||||
gMonPalette_Loudred, 371,
|
||||
gMonPalette_Exploud, 372,
|
||||
gMonPalette_Clamperl, 373,
|
||||
gMonPalette_Huntail, 374,
|
||||
gMonPalette_Gorebyss, 375,
|
||||
gMonPalette_Absol, 376,
|
||||
gMonPalette_Shuppet, 377,
|
||||
gMonPalette_Banette, 378,
|
||||
gMonPalette_Seviper, 379,
|
||||
gMonPalette_Zangoose, 380,
|
||||
gMonPalette_Relicanth, 381,
|
||||
gMonPalette_Aron, 382,
|
||||
gMonPalette_Lairon, 383,
|
||||
gMonPalette_Aggron, 384,
|
||||
gMonPalette_Castform, 385,
|
||||
gMonPalette_Volbeat, 386,
|
||||
gMonPalette_Illumise, 387,
|
||||
gMonPalette_Lileep, 388,
|
||||
gMonPalette_Cradily, 389,
|
||||
gMonPalette_Anorith, 390,
|
||||
gMonPalette_Armaldo, 391,
|
||||
gMonPalette_Ralts, 392,
|
||||
gMonPalette_Kirlia, 393,
|
||||
gMonPalette_Gardevoir, 394,
|
||||
gMonPalette_Bagon, 395,
|
||||
gMonPalette_Shelgon, 396,
|
||||
gMonPalette_Salamence, 397,
|
||||
gMonPalette_Beldum, 398,
|
||||
gMonPalette_Metang, 399,
|
||||
gMonPalette_Metagross, 400,
|
||||
gMonPalette_Regirock, 401,
|
||||
gMonPalette_Regice, 402,
|
||||
gMonPalette_Registeel, 403,
|
||||
gMonPalette_Kyogre, 404,
|
||||
gMonPalette_Groudon, 405,
|
||||
gMonPalette_Rayquaza, 406,
|
||||
gMonPalette_Latias, 407,
|
||||
gMonPalette_Latios, 408,
|
||||
gMonPalette_Jirachi, 409,
|
||||
gMonPalette_Deoxys, 410,
|
||||
gMonPalette_Chimecho, 411,
|
||||
gMonPalette_Egg, 412,
|
||||
gMonPalette_Unown, 413,
|
||||
gMonPalette_Unown, 414,
|
||||
gMonPalette_Unown, 415,
|
||||
gMonPalette_Unown, 416,
|
||||
gMonPalette_Unown, 417,
|
||||
gMonPalette_Unown, 418,
|
||||
gMonPalette_Unown, 419,
|
||||
gMonPalette_Unown, 420,
|
||||
gMonPalette_Unown, 421,
|
||||
gMonPalette_Unown, 422,
|
||||
gMonPalette_Unown, 423,
|
||||
gMonPalette_Unown, 424,
|
||||
gMonPalette_Unown, 425,
|
||||
gMonPalette_Unown, 426,
|
||||
gMonPalette_Unown, 427,
|
||||
gMonPalette_Unown, 428,
|
||||
gMonPalette_Unown, 429,
|
||||
gMonPalette_Unown, 430,
|
||||
gMonPalette_Unown, 431,
|
||||
gMonPalette_Unown, 432,
|
||||
gMonPalette_Unown, 433,
|
||||
gMonPalette_Unown, 434,
|
||||
gMonPalette_Unown, 435,
|
||||
gMonPalette_Unown, 436,
|
||||
gMonPalette_Unown, 437,
|
||||
gMonPalette_Unown, 438,
|
||||
gMonPalette_Unown, 439,
|
||||
};
|
||||
@@ -0,0 +1,443 @@
|
||||
const struct CompressedSpritePalette gMonShinyPaletteTable[] =
|
||||
{
|
||||
gMonShinyPalette_CircledQuestionMark, 500,
|
||||
gMonShinyPalette_Bulbasaur, 501,
|
||||
gMonShinyPalette_Ivysaur, 502,
|
||||
gMonShinyPalette_Venusaur, 503,
|
||||
gMonShinyPalette_Charmander, 504,
|
||||
gMonShinyPalette_Charmeleon, 505,
|
||||
gMonShinyPalette_Charizard, 506,
|
||||
gMonShinyPalette_Squirtle, 507,
|
||||
gMonShinyPalette_Wartortle, 508,
|
||||
gMonShinyPalette_Blastoise, 509,
|
||||
gMonShinyPalette_Caterpie, 510,
|
||||
gMonShinyPalette_Metapod, 511,
|
||||
gMonShinyPalette_Butterfree, 512,
|
||||
gMonShinyPalette_Weedle, 513,
|
||||
gMonShinyPalette_Kakuna, 514,
|
||||
gMonShinyPalette_Beedrill, 515,
|
||||
gMonShinyPalette_Pidgey, 516,
|
||||
gMonShinyPalette_Pidgeotto, 517,
|
||||
gMonShinyPalette_Pidgeot, 518,
|
||||
gMonShinyPalette_Rattata, 519,
|
||||
gMonShinyPalette_Raticate, 520,
|
||||
gMonShinyPalette_Spearow, 521,
|
||||
gMonShinyPalette_Fearow, 522,
|
||||
gMonShinyPalette_Ekans, 523,
|
||||
gMonShinyPalette_Arbok, 524,
|
||||
gMonShinyPalette_Pikachu, 525,
|
||||
gMonShinyPalette_Raichu, 526,
|
||||
gMonShinyPalette_Sandshrew, 527,
|
||||
gMonShinyPalette_Sandslash, 528,
|
||||
gMonShinyPalette_NidoranF, 529,
|
||||
gMonShinyPalette_Nidorina, 530,
|
||||
gMonShinyPalette_Nidoqueen, 531,
|
||||
gMonShinyPalette_NidoranM, 532,
|
||||
gMonShinyPalette_Nidorino, 533,
|
||||
gMonShinyPalette_Nidoking, 534,
|
||||
gMonShinyPalette_Clefairy, 535,
|
||||
gMonShinyPalette_Clefable, 536,
|
||||
gMonShinyPalette_Vulpix, 537,
|
||||
gMonShinyPalette_Ninetales, 538,
|
||||
gMonShinyPalette_Jigglypuff, 539,
|
||||
gMonShinyPalette_Wigglytuff, 540,
|
||||
gMonShinyPalette_Zubat, 541,
|
||||
gMonShinyPalette_Golbat, 542,
|
||||
gMonShinyPalette_Oddish, 543,
|
||||
gMonShinyPalette_Gloom, 544,
|
||||
gMonShinyPalette_Vileplume, 545,
|
||||
gMonShinyPalette_Paras, 546,
|
||||
gMonShinyPalette_Parasect, 547,
|
||||
gMonShinyPalette_Venonat, 548,
|
||||
gMonShinyPalette_Venomoth, 549,
|
||||
gMonShinyPalette_Diglett, 550,
|
||||
gMonShinyPalette_Dugtrio, 551,
|
||||
gMonShinyPalette_Meowth, 552,
|
||||
gMonShinyPalette_Persian, 553,
|
||||
gMonShinyPalette_Psyduck, 554,
|
||||
gMonShinyPalette_Golduck, 555,
|
||||
gMonShinyPalette_Mankey, 556,
|
||||
gMonShinyPalette_Primeape, 557,
|
||||
gMonShinyPalette_Growlithe, 558,
|
||||
gMonShinyPalette_Arcanine, 559,
|
||||
gMonShinyPalette_Poliwag, 560,
|
||||
gMonShinyPalette_Poliwhirl, 561,
|
||||
gMonShinyPalette_Poliwrath, 562,
|
||||
gMonShinyPalette_Abra, 563,
|
||||
gMonShinyPalette_Kadabra, 564,
|
||||
gMonShinyPalette_Alakazam, 565,
|
||||
gMonShinyPalette_Machop, 566,
|
||||
gMonShinyPalette_Machoke, 567,
|
||||
gMonShinyPalette_Machamp, 568,
|
||||
gMonShinyPalette_Bellsprout, 569,
|
||||
gMonShinyPalette_Weepinbell, 570,
|
||||
gMonShinyPalette_Victreebel, 571,
|
||||
gMonShinyPalette_Tentacool, 572,
|
||||
gMonShinyPalette_Tentacruel, 573,
|
||||
gMonShinyPalette_Geodude, 574,
|
||||
gMonShinyPalette_Graveler, 575,
|
||||
gMonShinyPalette_Golem, 576,
|
||||
gMonShinyPalette_Ponyta, 577,
|
||||
gMonShinyPalette_Rapidash, 578,
|
||||
gMonShinyPalette_Slowpoke, 579,
|
||||
gMonShinyPalette_Slowbro, 580,
|
||||
gMonShinyPalette_Magnemite, 581,
|
||||
gMonShinyPalette_Magneton, 582,
|
||||
gMonShinyPalette_Farfetchd, 583,
|
||||
gMonShinyPalette_Doduo, 584,
|
||||
gMonShinyPalette_Dodrio, 585,
|
||||
gMonShinyPalette_Seel, 586,
|
||||
gMonShinyPalette_Dewgong, 587,
|
||||
gMonShinyPalette_Grimer, 588,
|
||||
gMonShinyPalette_Muk, 589,
|
||||
gMonShinyPalette_Shellder, 590,
|
||||
gMonShinyPalette_Cloyster, 591,
|
||||
gMonShinyPalette_Gastly, 592,
|
||||
gMonShinyPalette_Haunter, 593,
|
||||
gMonShinyPalette_Gengar, 594,
|
||||
gMonShinyPalette_Onix, 595,
|
||||
gMonShinyPalette_Drowzee, 596,
|
||||
gMonShinyPalette_Hypno, 597,
|
||||
gMonShinyPalette_Krabby, 598,
|
||||
gMonShinyPalette_Kingler, 599,
|
||||
gMonShinyPalette_Voltorb, 600,
|
||||
gMonShinyPalette_Electrode, 601,
|
||||
gMonShinyPalette_Exeggcute, 602,
|
||||
gMonShinyPalette_Exeggutor, 603,
|
||||
gMonShinyPalette_Cubone, 604,
|
||||
gMonShinyPalette_Marowak, 605,
|
||||
gMonShinyPalette_Hitmonlee, 606,
|
||||
gMonShinyPalette_Hitmonchan, 607,
|
||||
gMonShinyPalette_Lickitung, 608,
|
||||
gMonShinyPalette_Koffing, 609,
|
||||
gMonShinyPalette_Weezing, 610,
|
||||
gMonShinyPalette_Rhyhorn, 611,
|
||||
gMonShinyPalette_Rhydon, 612,
|
||||
gMonShinyPalette_Chansey, 613,
|
||||
gMonShinyPalette_Tangela, 614,
|
||||
gMonShinyPalette_Kangaskhan, 615,
|
||||
gMonShinyPalette_Horsea, 616,
|
||||
gMonShinyPalette_Seadra, 617,
|
||||
gMonShinyPalette_Goldeen, 618,
|
||||
gMonShinyPalette_Seaking, 619,
|
||||
gMonShinyPalette_Staryu, 620,
|
||||
gMonShinyPalette_Starmie, 621,
|
||||
gMonShinyPalette_Mrmime, 622,
|
||||
gMonShinyPalette_Scyther, 623,
|
||||
gMonShinyPalette_Jynx, 624,
|
||||
gMonShinyPalette_Electabuzz, 625,
|
||||
gMonShinyPalette_Magmar, 626,
|
||||
gMonShinyPalette_Pinsir, 627,
|
||||
gMonShinyPalette_Tauros, 628,
|
||||
gMonShinyPalette_Magikarp, 629,
|
||||
gMonShinyPalette_Gyarados, 630,
|
||||
gMonShinyPalette_Lapras, 631,
|
||||
gMonShinyPalette_Ditto, 632,
|
||||
gMonShinyPalette_Eevee, 633,
|
||||
gMonShinyPalette_Vaporeon, 634,
|
||||
gMonShinyPalette_Jolteon, 635,
|
||||
gMonShinyPalette_Flareon, 636,
|
||||
gMonShinyPalette_Porygon, 637,
|
||||
gMonShinyPalette_Omanyte, 638,
|
||||
gMonShinyPalette_Omastar, 639,
|
||||
gMonShinyPalette_Kabuto, 640,
|
||||
gMonShinyPalette_Kabutops, 641,
|
||||
gMonShinyPalette_Aerodactyl, 642,
|
||||
gMonShinyPalette_Snorlax, 643,
|
||||
gMonShinyPalette_Articuno, 644,
|
||||
gMonShinyPalette_Zapdos, 645,
|
||||
gMonShinyPalette_Moltres, 646,
|
||||
gMonShinyPalette_Dratini, 647,
|
||||
gMonShinyPalette_Dragonair, 648,
|
||||
gMonShinyPalette_Dragonite, 649,
|
||||
gMonShinyPalette_Mewtwo, 650,
|
||||
gMonShinyPalette_Mew, 651,
|
||||
gMonShinyPalette_Chikorita, 652,
|
||||
gMonShinyPalette_Bayleef, 653,
|
||||
gMonShinyPalette_Meganium, 654,
|
||||
gMonShinyPalette_Cyndaquil, 655,
|
||||
gMonShinyPalette_Quilava, 656,
|
||||
gMonShinyPalette_Typhlosion, 657,
|
||||
gMonShinyPalette_Totodile, 658,
|
||||
gMonShinyPalette_Croconaw, 659,
|
||||
gMonShinyPalette_Feraligatr, 660,
|
||||
gMonShinyPalette_Sentret, 661,
|
||||
gMonShinyPalette_Furret, 662,
|
||||
gMonShinyPalette_Hoothoot, 663,
|
||||
gMonShinyPalette_Noctowl, 664,
|
||||
gMonShinyPalette_Ledyba, 665,
|
||||
gMonShinyPalette_Ledian, 666,
|
||||
gMonShinyPalette_Spinarak, 667,
|
||||
gMonShinyPalette_Ariados, 668,
|
||||
gMonShinyPalette_Crobat, 669,
|
||||
gMonShinyPalette_Chinchou, 670,
|
||||
gMonShinyPalette_Lanturn, 671,
|
||||
gMonShinyPalette_Pichu, 672,
|
||||
gMonShinyPalette_Cleffa, 673,
|
||||
gMonShinyPalette_Igglybuff, 674,
|
||||
gMonShinyPalette_Togepi, 675,
|
||||
gMonShinyPalette_Togetic, 676,
|
||||
gMonShinyPalette_Natu, 677,
|
||||
gMonShinyPalette_Xatu, 678,
|
||||
gMonShinyPalette_Mareep, 679,
|
||||
gMonShinyPalette_Flaaffy, 680,
|
||||
gMonShinyPalette_Ampharos, 681,
|
||||
gMonShinyPalette_Bellossom, 682,
|
||||
gMonShinyPalette_Marill, 683,
|
||||
gMonShinyPalette_Azumarill, 684,
|
||||
gMonShinyPalette_Sudowoodo, 685,
|
||||
gMonShinyPalette_Politoed, 686,
|
||||
gMonShinyPalette_Hoppip, 687,
|
||||
gMonShinyPalette_Skiploom, 688,
|
||||
gMonShinyPalette_Jumpluff, 689,
|
||||
gMonShinyPalette_Aipom, 690,
|
||||
gMonShinyPalette_Sunkern, 691,
|
||||
gMonShinyPalette_Sunflora, 692,
|
||||
gMonShinyPalette_Yanma, 693,
|
||||
gMonShinyPalette_Wooper, 694,
|
||||
gMonShinyPalette_Quagsire, 695,
|
||||
gMonShinyPalette_Espeon, 696,
|
||||
gMonShinyPalette_Umbreon, 697,
|
||||
gMonShinyPalette_Murkrow, 698,
|
||||
gMonShinyPalette_Slowking, 699,
|
||||
gMonShinyPalette_Misdreavus, 700,
|
||||
gMonShinyPalette_Unown, 701,
|
||||
gMonShinyPalette_Wobbuffet, 702,
|
||||
gMonShinyPalette_Girafarig, 703,
|
||||
gMonShinyPalette_Pineco, 704,
|
||||
gMonShinyPalette_Forretress, 705,
|
||||
gMonShinyPalette_Dunsparce, 706,
|
||||
gMonShinyPalette_Gligar, 707,
|
||||
gMonShinyPalette_Steelix, 708,
|
||||
gMonShinyPalette_Snubbull, 709,
|
||||
gMonShinyPalette_Granbull, 710,
|
||||
gMonShinyPalette_Qwilfish, 711,
|
||||
gMonShinyPalette_Scizor, 712,
|
||||
gMonShinyPalette_Shuckle, 713,
|
||||
gMonShinyPalette_Heracross, 714,
|
||||
gMonShinyPalette_Sneasel, 715,
|
||||
gMonShinyPalette_Teddiursa, 716,
|
||||
gMonShinyPalette_Ursaring, 717,
|
||||
gMonShinyPalette_Slugma, 718,
|
||||
gMonShinyPalette_Magcargo, 719,
|
||||
gMonShinyPalette_Swinub, 720,
|
||||
gMonShinyPalette_Piloswine, 721,
|
||||
gMonShinyPalette_Corsola, 722,
|
||||
gMonShinyPalette_Remoraid, 723,
|
||||
gMonShinyPalette_Octillery, 724,
|
||||
gMonShinyPalette_Delibird, 725,
|
||||
gMonShinyPalette_Mantine, 726,
|
||||
gMonShinyPalette_Skarmory, 727,
|
||||
gMonShinyPalette_Houndour, 728,
|
||||
gMonShinyPalette_Houndoom, 729,
|
||||
gMonShinyPalette_Kingdra, 730,
|
||||
gMonShinyPalette_Phanpy, 731,
|
||||
gMonShinyPalette_Donphan, 732,
|
||||
gMonShinyPalette_Porygon2, 733,
|
||||
gMonShinyPalette_Stantler, 734,
|
||||
gMonShinyPalette_Smeargle, 735,
|
||||
gMonShinyPalette_Tyrogue, 736,
|
||||
gMonShinyPalette_Hitmontop, 737,
|
||||
gMonShinyPalette_Smoochum, 738,
|
||||
gMonShinyPalette_Elekid, 739,
|
||||
gMonShinyPalette_Magby, 740,
|
||||
gMonShinyPalette_Miltank, 741,
|
||||
gMonShinyPalette_Blissey, 742,
|
||||
gMonShinyPalette_Raikou, 743,
|
||||
gMonShinyPalette_Entei, 744,
|
||||
gMonShinyPalette_Suicune, 745,
|
||||
gMonShinyPalette_Larvitar, 746,
|
||||
gMonShinyPalette_Pupitar, 747,
|
||||
gMonShinyPalette_Tyranitar, 748,
|
||||
gMonShinyPalette_Lugia, 749,
|
||||
gMonShinyPalette_HoOh, 750,
|
||||
gMonShinyPalette_Celebi, 751,
|
||||
gMonShinyPalette_DoubleQuestionMark, 752,
|
||||
gMonShinyPalette_DoubleQuestionMark, 753,
|
||||
gMonShinyPalette_DoubleQuestionMark, 754,
|
||||
gMonShinyPalette_DoubleQuestionMark, 755,
|
||||
gMonShinyPalette_DoubleQuestionMark, 756,
|
||||
gMonShinyPalette_DoubleQuestionMark, 757,
|
||||
gMonShinyPalette_DoubleQuestionMark, 758,
|
||||
gMonShinyPalette_DoubleQuestionMark, 759,
|
||||
gMonShinyPalette_DoubleQuestionMark, 760,
|
||||
gMonShinyPalette_DoubleQuestionMark, 761,
|
||||
gMonShinyPalette_DoubleQuestionMark, 762,
|
||||
gMonShinyPalette_DoubleQuestionMark, 763,
|
||||
gMonShinyPalette_DoubleQuestionMark, 764,
|
||||
gMonShinyPalette_DoubleQuestionMark, 765,
|
||||
gMonShinyPalette_DoubleQuestionMark, 766,
|
||||
gMonShinyPalette_DoubleQuestionMark, 767,
|
||||
gMonShinyPalette_DoubleQuestionMark, 768,
|
||||
gMonShinyPalette_DoubleQuestionMark, 769,
|
||||
gMonShinyPalette_DoubleQuestionMark, 770,
|
||||
gMonShinyPalette_DoubleQuestionMark, 771,
|
||||
gMonShinyPalette_DoubleQuestionMark, 772,
|
||||
gMonShinyPalette_DoubleQuestionMark, 773,
|
||||
gMonShinyPalette_DoubleQuestionMark, 774,
|
||||
gMonShinyPalette_DoubleQuestionMark, 775,
|
||||
gMonShinyPalette_DoubleQuestionMark, 776,
|
||||
gMonShinyPalette_Treecko, 777,
|
||||
gMonShinyPalette_Grovyle, 778,
|
||||
gMonShinyPalette_Sceptile, 779,
|
||||
gMonShinyPalette_Torchic, 780,
|
||||
gMonShinyPalette_Combusken, 781,
|
||||
gMonShinyPalette_Blaziken, 782,
|
||||
gMonShinyPalette_Mudkip, 783,
|
||||
gMonShinyPalette_Marshtomp, 784,
|
||||
gMonShinyPalette_Swampert, 785,
|
||||
gMonShinyPalette_Poochyena, 786,
|
||||
gMonShinyPalette_Mightyena, 787,
|
||||
gMonShinyPalette_Zigzagoon, 788,
|
||||
gMonShinyPalette_Linoone, 789,
|
||||
gMonShinyPalette_Wurmple, 790,
|
||||
gMonShinyPalette_Silcoon, 791,
|
||||
gMonShinyPalette_Beautifly, 792,
|
||||
gMonShinyPalette_Cascoon, 793,
|
||||
gMonShinyPalette_Dustox, 794,
|
||||
gMonShinyPalette_Lotad, 795,
|
||||
gMonShinyPalette_Lombre, 796,
|
||||
gMonShinyPalette_Ludicolo, 797,
|
||||
gMonShinyPalette_Seedot, 798,
|
||||
gMonShinyPalette_Nuzleaf, 799,
|
||||
gMonShinyPalette_Shiftry, 800,
|
||||
gMonShinyPalette_Nincada, 801,
|
||||
gMonShinyPalette_Ninjask, 802,
|
||||
gMonShinyPalette_Shedinja, 803,
|
||||
gMonShinyPalette_Taillow, 804,
|
||||
gMonShinyPalette_Swellow, 805,
|
||||
gMonShinyPalette_Shroomish, 806,
|
||||
gMonShinyPalette_Breloom, 807,
|
||||
gMonShinyPalette_Spinda, 808,
|
||||
gMonShinyPalette_Wingull, 809,
|
||||
gMonShinyPalette_Pelipper, 810,
|
||||
gMonShinyPalette_Surskit, 811,
|
||||
gMonShinyPalette_Masquerain, 812,
|
||||
gMonShinyPalette_Wailmer, 813,
|
||||
gMonShinyPalette_Wailord, 814,
|
||||
gMonShinyPalette_Skitty, 815,
|
||||
gMonShinyPalette_Delcatty, 816,
|
||||
gMonShinyPalette_Kecleon, 817,
|
||||
gMonShinyPalette_Baltoy, 818,
|
||||
gMonShinyPalette_Claydol, 819,
|
||||
gMonShinyPalette_Nosepass, 820,
|
||||
gMonShinyPalette_Torkoal, 821,
|
||||
gMonShinyPalette_Sableye, 822,
|
||||
gMonShinyPalette_Barboach, 823,
|
||||
gMonShinyPalette_Whiscash, 824,
|
||||
gMonShinyPalette_Luvdisc, 825,
|
||||
gMonShinyPalette_Corphish, 826,
|
||||
gMonShinyPalette_Crawdaunt, 827,
|
||||
gMonShinyPalette_Feebas, 828,
|
||||
gMonShinyPalette_Milotic, 829,
|
||||
gMonShinyPalette_Carvanha, 830,
|
||||
gMonShinyPalette_Sharpedo, 831,
|
||||
gMonShinyPalette_Trapinch, 832,
|
||||
gMonShinyPalette_Vibrava, 833,
|
||||
gMonShinyPalette_Flygon, 834,
|
||||
gMonShinyPalette_Makuhita, 835,
|
||||
gMonShinyPalette_Hariyama, 836,
|
||||
gMonShinyPalette_Electrike, 837,
|
||||
gMonShinyPalette_Manectric, 838,
|
||||
gMonShinyPalette_Numel, 839,
|
||||
gMonShinyPalette_Camerupt, 840,
|
||||
gMonShinyPalette_Spheal, 841,
|
||||
gMonShinyPalette_Sealeo, 842,
|
||||
gMonShinyPalette_Walrein, 843,
|
||||
gMonShinyPalette_Cacnea, 844,
|
||||
gMonShinyPalette_Cacturne, 845,
|
||||
gMonShinyPalette_Snorunt, 846,
|
||||
gMonShinyPalette_Glalie, 847,
|
||||
gMonShinyPalette_Lunatone, 848,
|
||||
gMonShinyPalette_Solrock, 849,
|
||||
gMonShinyPalette_Azurill, 850,
|
||||
gMonShinyPalette_Spoink, 851,
|
||||
gMonShinyPalette_Grumpig, 852,
|
||||
gMonShinyPalette_Plusle, 853,
|
||||
gMonShinyPalette_Minun, 854,
|
||||
gMonShinyPalette_Mawile, 855,
|
||||
gMonShinyPalette_Meditite, 856,
|
||||
gMonShinyPalette_Medicham, 857,
|
||||
gMonShinyPalette_Swablu, 858,
|
||||
gMonShinyPalette_Altaria, 859,
|
||||
gMonShinyPalette_Wynaut, 860,
|
||||
gMonShinyPalette_Duskull, 861,
|
||||
gMonShinyPalette_Dusclops, 862,
|
||||
gMonShinyPalette_Roselia, 863,
|
||||
gMonShinyPalette_Slakoth, 864,
|
||||
gMonShinyPalette_Vigoroth, 865,
|
||||
gMonShinyPalette_Slaking, 866,
|
||||
gMonShinyPalette_Gulpin, 867,
|
||||
gMonShinyPalette_Swalot, 868,
|
||||
gMonShinyPalette_Tropius, 869,
|
||||
gMonShinyPalette_Whismur, 870,
|
||||
gMonShinyPalette_Loudred, 871,
|
||||
gMonShinyPalette_Exploud, 872,
|
||||
gMonShinyPalette_Clamperl, 873,
|
||||
gMonShinyPalette_Huntail, 874,
|
||||
gMonShinyPalette_Gorebyss, 875,
|
||||
gMonShinyPalette_Absol, 876,
|
||||
gMonShinyPalette_Shuppet, 877,
|
||||
gMonShinyPalette_Banette, 878,
|
||||
gMonShinyPalette_Seviper, 879,
|
||||
gMonShinyPalette_Zangoose, 880,
|
||||
gMonShinyPalette_Relicanth, 881,
|
||||
gMonShinyPalette_Aron, 882,
|
||||
gMonShinyPalette_Lairon, 883,
|
||||
gMonShinyPalette_Aggron, 884,
|
||||
gMonShinyPalette_Castform, 885,
|
||||
gMonShinyPalette_Volbeat, 886,
|
||||
gMonShinyPalette_Illumise, 887,
|
||||
gMonShinyPalette_Lileep, 888,
|
||||
gMonShinyPalette_Cradily, 889,
|
||||
gMonShinyPalette_Anorith, 890,
|
||||
gMonShinyPalette_Armaldo, 891,
|
||||
gMonShinyPalette_Ralts, 892,
|
||||
gMonShinyPalette_Kirlia, 893,
|
||||
gMonShinyPalette_Gardevoir, 894,
|
||||
gMonShinyPalette_Bagon, 895,
|
||||
gMonShinyPalette_Shelgon, 896,
|
||||
gMonShinyPalette_Salamence, 897,
|
||||
gMonShinyPalette_Beldum, 898,
|
||||
gMonShinyPalette_Metang, 899,
|
||||
gMonShinyPalette_Metagross, 900,
|
||||
gMonShinyPalette_Regirock, 901,
|
||||
gMonShinyPalette_Regice, 902,
|
||||
gMonShinyPalette_Registeel, 903,
|
||||
gMonShinyPalette_Kyogre, 904,
|
||||
gMonShinyPalette_Groudon, 905,
|
||||
gMonShinyPalette_Rayquaza, 906,
|
||||
gMonShinyPalette_Latias, 907,
|
||||
gMonShinyPalette_Latios, 908,
|
||||
gMonShinyPalette_Jirachi, 909,
|
||||
gMonShinyPalette_Deoxys, 910,
|
||||
gMonShinyPalette_Chimecho, 911,
|
||||
gMonPalette_Egg, 912,
|
||||
gMonShinyPalette_Unown, 913,
|
||||
gMonShinyPalette_Unown, 914,
|
||||
gMonShinyPalette_Unown, 915,
|
||||
gMonShinyPalette_Unown, 916,
|
||||
gMonShinyPalette_Unown, 917,
|
||||
gMonShinyPalette_Unown, 918,
|
||||
gMonShinyPalette_Unown, 919,
|
||||
gMonShinyPalette_Unown, 920,
|
||||
gMonShinyPalette_Unown, 921,
|
||||
gMonShinyPalette_Unown, 922,
|
||||
gMonShinyPalette_Unown, 923,
|
||||
gMonShinyPalette_Unown, 924,
|
||||
gMonShinyPalette_Unown, 925,
|
||||
gMonShinyPalette_Unown, 926,
|
||||
gMonShinyPalette_Unown, 927,
|
||||
gMonShinyPalette_Unown, 928,
|
||||
gMonShinyPalette_Unown, 929,
|
||||
gMonShinyPalette_Unown, 930,
|
||||
gMonShinyPalette_Unown, 931,
|
||||
gMonShinyPalette_Unown, 932,
|
||||
gMonShinyPalette_Unown, 933,
|
||||
gMonShinyPalette_Unown, 934,
|
||||
gMonShinyPalette_Unown, 935,
|
||||
gMonShinyPalette_Unown, 936,
|
||||
gMonShinyPalette_Unown, 937,
|
||||
gMonShinyPalette_Unown, 938,
|
||||
gMonShinyPalette_Unown, 939,
|
||||
};
|
||||
@@ -0,0 +1,446 @@
|
||||
const struct CompressedSpriteSheet gMonStillFrontPicTable[] =
|
||||
{ //.data .size .tag
|
||||
gMonStillFrontPic_CircledQuestionMark, 0x800, 0,
|
||||
gMonStillFrontPic_Bulbasaur, 0x800, 1,
|
||||
gMonStillFrontPic_Ivysaur, 0x800, 2,
|
||||
gMonStillFrontPic_Venusaur, 0x800, 3,
|
||||
gMonStillFrontPic_Charmander, 0x800, 4,
|
||||
gMonStillFrontPic_Charmeleon, 0x800, 5,
|
||||
gMonStillFrontPic_Charizard, 0x800, 6,
|
||||
gMonStillFrontPic_Squirtle, 0x800, 7,
|
||||
gMonStillFrontPic_Wartortle, 0x800, 8,
|
||||
gMonStillFrontPic_Blastoise, 0x800, 9,
|
||||
gMonStillFrontPic_Caterpie, 0x800, 10,
|
||||
gMonStillFrontPic_Metapod, 0x800, 11,
|
||||
gMonStillFrontPic_Butterfree, 0x800, 12,
|
||||
gMonStillFrontPic_Weedle, 0x800, 13,
|
||||
gMonStillFrontPic_Kakuna, 0x800, 14,
|
||||
gMonStillFrontPic_Beedrill, 0x800, 15,
|
||||
gMonStillFrontPic_Pidgey, 0x800, 16,
|
||||
gMonStillFrontPic_Pidgeotto, 0x800, 17,
|
||||
gMonStillFrontPic_Pidgeot, 0x800, 18,
|
||||
gMonStillFrontPic_Rattata, 0x800, 19,
|
||||
gMonStillFrontPic_Raticate, 0x800, 20,
|
||||
gMonStillFrontPic_Spearow, 0x800, 21,
|
||||
gMonStillFrontPic_Fearow, 0x800, 22,
|
||||
gMonStillFrontPic_Ekans, 0x800, 23,
|
||||
gMonStillFrontPic_Arbok, 0x800, 24,
|
||||
gMonStillFrontPic_Pikachu, 0x800, 25,
|
||||
gMonStillFrontPic_Raichu, 0x800, 26,
|
||||
gMonStillFrontPic_Sandshrew, 0x800, 27,
|
||||
gMonStillFrontPic_Sandslash, 0x800, 28,
|
||||
gMonStillFrontPic_NidoranF, 0x800, 29,
|
||||
gMonStillFrontPic_Nidorina, 0x800, 30,
|
||||
gMonStillFrontPic_Nidoqueen, 0x800, 31,
|
||||
gMonStillFrontPic_NidoranM, 0x800, 32,
|
||||
gMonStillFrontPic_Nidorino, 0x800, 33,
|
||||
gMonStillFrontPic_Nidoking, 0x800, 34,
|
||||
gMonStillFrontPic_Clefairy, 0x800, 35,
|
||||
gMonStillFrontPic_Clefable, 0x800, 36,
|
||||
gMonStillFrontPic_Vulpix, 0x800, 37,
|
||||
gMonStillFrontPic_Ninetales, 0x800, 38,
|
||||
gMonStillFrontPic_Jigglypuff, 0x800, 39,
|
||||
gMonStillFrontPic_Wigglytuff, 0x800, 40,
|
||||
gMonStillFrontPic_Zubat, 0x800, 41,
|
||||
gMonStillFrontPic_Golbat, 0x800, 42,
|
||||
gMonStillFrontPic_Oddish, 0x800, 43,
|
||||
gMonStillFrontPic_Gloom, 0x800, 44,
|
||||
gMonStillFrontPic_Vileplume, 0x800, 45,
|
||||
gMonStillFrontPic_Paras, 0x800, 46,
|
||||
gMonStillFrontPic_Parasect, 0x800, 47,
|
||||
gMonStillFrontPic_Venonat, 0x800, 48,
|
||||
gMonStillFrontPic_Venomoth, 0x800, 49,
|
||||
gMonStillFrontPic_Diglett, 0x800, 50,
|
||||
gMonStillFrontPic_Dugtrio, 0x800, 51,
|
||||
gMonStillFrontPic_Meowth, 0x800, 52,
|
||||
gMonStillFrontPic_Persian, 0x800, 53,
|
||||
gMonStillFrontPic_Psyduck, 0x800, 54,
|
||||
gMonStillFrontPic_Golduck, 0x800, 55,
|
||||
gMonStillFrontPic_Mankey, 0x800, 56,
|
||||
gMonStillFrontPic_Primeape, 0x800, 57,
|
||||
gMonStillFrontPic_Growlithe, 0x800, 58,
|
||||
gMonStillFrontPic_Arcanine, 0x800, 59,
|
||||
gMonStillFrontPic_Poliwag, 0x800, 60,
|
||||
gMonStillFrontPic_Poliwhirl, 0x800, 61,
|
||||
gMonStillFrontPic_Poliwrath, 0x800, 62,
|
||||
gMonStillFrontPic_Abra, 0x800, 63,
|
||||
gMonStillFrontPic_Kadabra, 0x800, 64,
|
||||
gMonStillFrontPic_Alakazam, 0x800, 65,
|
||||
gMonStillFrontPic_Machop, 0x800, 66,
|
||||
gMonStillFrontPic_Machoke, 0x800, 67,
|
||||
gMonStillFrontPic_Machamp, 0x800, 68,
|
||||
gMonStillFrontPic_Bellsprout, 0x800, 69,
|
||||
gMonStillFrontPic_Weepinbell, 0x800, 70,
|
||||
gMonStillFrontPic_Victreebel, 0x800, 71,
|
||||
gMonStillFrontPic_Tentacool, 0x800, 72,
|
||||
gMonStillFrontPic_Tentacruel, 0x800, 73,
|
||||
gMonStillFrontPic_Geodude, 0x800, 74,
|
||||
gMonStillFrontPic_Graveler, 0x800, 75,
|
||||
gMonStillFrontPic_Golem, 0x800, 76,
|
||||
gMonStillFrontPic_Ponyta, 0x800, 77,
|
||||
gMonStillFrontPic_Rapidash, 0x800, 78,
|
||||
gMonStillFrontPic_Slowpoke, 0x800, 79,
|
||||
gMonStillFrontPic_Slowbro, 0x800, 80,
|
||||
gMonStillFrontPic_Magnemite, 0x800, 81,
|
||||
gMonStillFrontPic_Magneton, 0x800, 82,
|
||||
gMonStillFrontPic_Farfetchd, 0x800, 83,
|
||||
gMonStillFrontPic_Doduo, 0x800, 84,
|
||||
gMonStillFrontPic_Dodrio, 0x800, 85,
|
||||
gMonStillFrontPic_Seel, 0x800, 86,
|
||||
gMonStillFrontPic_Dewgong, 0x800, 87,
|
||||
gMonStillFrontPic_Grimer, 0x800, 88,
|
||||
gMonStillFrontPic_Muk, 0x800, 89,
|
||||
gMonStillFrontPic_Shellder, 0x800, 90,
|
||||
gMonStillFrontPic_Cloyster, 0x800, 91,
|
||||
gMonStillFrontPic_Gastly, 0x800, 92,
|
||||
gMonStillFrontPic_Haunter, 0x800, 93,
|
||||
gMonStillFrontPic_Gengar, 0x800, 94,
|
||||
gMonStillFrontPic_Onix, 0x800, 95,
|
||||
gMonStillFrontPic_Drowzee, 0x800, 96,
|
||||
gMonStillFrontPic_Hypno, 0x800, 97,
|
||||
gMonStillFrontPic_Krabby, 0x800, 98,
|
||||
gMonStillFrontPic_Kingler, 0x800, 99,
|
||||
gMonStillFrontPic_Voltorb, 0x800, 100,
|
||||
gMonStillFrontPic_Electrode, 0x800, 101,
|
||||
gMonStillFrontPic_Exeggcute, 0x800, 102,
|
||||
gMonStillFrontPic_Exeggutor, 0x800, 103,
|
||||
gMonStillFrontPic_Cubone, 0x800, 104,
|
||||
gMonStillFrontPic_Marowak, 0x800, 105,
|
||||
gMonStillFrontPic_Hitmonlee, 0x800, 106,
|
||||
gMonStillFrontPic_Hitmonchan, 0x800, 107,
|
||||
gMonStillFrontPic_Lickitung, 0x800, 108,
|
||||
gMonStillFrontPic_Koffing, 0x800, 109,
|
||||
gMonStillFrontPic_Weezing, 0x800, 110,
|
||||
gMonStillFrontPic_Rhyhorn, 0x800, 111,
|
||||
gMonStillFrontPic_Rhydon, 0x800, 112,
|
||||
gMonStillFrontPic_Chansey, 0x800, 113,
|
||||
gMonStillFrontPic_Tangela, 0x800, 114,
|
||||
gMonStillFrontPic_Kangaskhan, 0x800, 115,
|
||||
gMonStillFrontPic_Horsea, 0x800, 116,
|
||||
gMonStillFrontPic_Seadra, 0x800, 117,
|
||||
gMonStillFrontPic_Goldeen, 0x800, 118,
|
||||
gMonStillFrontPic_Seaking, 0x800, 119,
|
||||
gMonStillFrontPic_Staryu, 0x800, 120,
|
||||
gMonStillFrontPic_Starmie, 0x800, 121,
|
||||
gMonStillFrontPic_Mrmime, 0x800, 122,
|
||||
gMonStillFrontPic_Scyther, 0x800, 123,
|
||||
gMonStillFrontPic_Jynx, 0x800, 124,
|
||||
gMonStillFrontPic_Electabuzz, 0x800, 125,
|
||||
gMonStillFrontPic_Magmar, 0x800, 126,
|
||||
gMonStillFrontPic_Pinsir, 0x800, 127,
|
||||
gMonStillFrontPic_Tauros, 0x800, 128,
|
||||
gMonStillFrontPic_Magikarp, 0x800, 129,
|
||||
gMonStillFrontPic_Gyarados, 0x800, 130,
|
||||
gMonStillFrontPic_Lapras, 0x800, 131,
|
||||
gMonStillFrontPic_Ditto, 0x800, 132,
|
||||
gMonStillFrontPic_Eevee, 0x800, 133,
|
||||
gMonStillFrontPic_Vaporeon, 0x800, 134,
|
||||
gMonStillFrontPic_Jolteon, 0x800, 135,
|
||||
gMonStillFrontPic_Flareon, 0x800, 136,
|
||||
gMonStillFrontPic_Porygon, 0x800, 137,
|
||||
gMonStillFrontPic_Omanyte, 0x800, 138,
|
||||
gMonStillFrontPic_Omastar, 0x800, 139,
|
||||
gMonStillFrontPic_Kabuto, 0x800, 140,
|
||||
gMonStillFrontPic_Kabutops, 0x800, 141,
|
||||
gMonStillFrontPic_Aerodactyl, 0x800, 142,
|
||||
gMonStillFrontPic_Snorlax, 0x800, 143,
|
||||
gMonStillFrontPic_Articuno, 0x800, 144,
|
||||
gMonStillFrontPic_Zapdos, 0x800, 145,
|
||||
gMonStillFrontPic_Moltres, 0x800, 146,
|
||||
gMonStillFrontPic_Dratini, 0x800, 147,
|
||||
gMonStillFrontPic_Dragonair, 0x800, 148,
|
||||
gMonStillFrontPic_Dragonite, 0x800, 149,
|
||||
gMonStillFrontPic_Mewtwo, 0x800, 150,
|
||||
gMonStillFrontPic_Mew, 0x800, 151,
|
||||
// Gen II
|
||||
gMonStillFrontPic_Chikorita, 0x800, 152,
|
||||
gMonStillFrontPic_Bayleef, 0x800, 153,
|
||||
gMonStillFrontPic_Meganium, 0x800, 154,
|
||||
gMonStillFrontPic_Cyndaquil, 0x800, 155,
|
||||
gMonStillFrontPic_Quilava, 0x800, 156,
|
||||
gMonStillFrontPic_Typhlosion, 0x800, 157,
|
||||
gMonStillFrontPic_Totodile, 0x800, 158,
|
||||
gMonStillFrontPic_Croconaw, 0x800, 159,
|
||||
gMonStillFrontPic_Feraligatr, 0x800, 160,
|
||||
gMonStillFrontPic_Sentret, 0x800, 161,
|
||||
gMonStillFrontPic_Furret, 0x800, 162,
|
||||
gMonStillFrontPic_Hoothoot, 0x800, 163,
|
||||
gMonStillFrontPic_Noctowl, 0x800, 164,
|
||||
gMonStillFrontPic_Ledyba, 0x800, 165,
|
||||
gMonStillFrontPic_Ledian, 0x800, 166,
|
||||
gMonStillFrontPic_Spinarak, 0x800, 167,
|
||||
gMonStillFrontPic_Ariados, 0x800, 168,
|
||||
gMonStillFrontPic_Crobat, 0x800, 169,
|
||||
gMonStillFrontPic_Chinchou, 0x800, 170,
|
||||
gMonStillFrontPic_Lanturn, 0x800, 171,
|
||||
gMonStillFrontPic_Pichu, 0x800, 172,
|
||||
gMonStillFrontPic_Cleffa, 0x800, 173,
|
||||
gMonStillFrontPic_Igglybuff, 0x800, 174,
|
||||
gMonStillFrontPic_Togepi, 0x800, 175,
|
||||
gMonStillFrontPic_Togetic, 0x800, 176,
|
||||
gMonStillFrontPic_Natu, 0x800, 177,
|
||||
gMonStillFrontPic_Xatu, 0x800, 178,
|
||||
gMonStillFrontPic_Mareep, 0x800, 179,
|
||||
gMonStillFrontPic_Flaaffy, 0x800, 180,
|
||||
gMonStillFrontPic_Ampharos, 0x800, 181,
|
||||
gMonStillFrontPic_Bellossom, 0x800, 182,
|
||||
gMonStillFrontPic_Marill, 0x800, 183,
|
||||
gMonStillFrontPic_Azumarill, 0x800, 184,
|
||||
gMonStillFrontPic_Sudowoodo, 0x800, 185,
|
||||
gMonStillFrontPic_Politoed, 0x800, 186,
|
||||
gMonStillFrontPic_Hoppip, 0x800, 187,
|
||||
gMonStillFrontPic_Skiploom, 0x800, 188,
|
||||
gMonStillFrontPic_Jumpluff, 0x800, 189,
|
||||
gMonStillFrontPic_Aipom, 0x800, 190,
|
||||
gMonStillFrontPic_Sunkern, 0x800, 191,
|
||||
gMonStillFrontPic_Sunflora, 0x800, 192,
|
||||
gMonStillFrontPic_Yanma, 0x800, 193,
|
||||
gMonStillFrontPic_Wooper, 0x800, 194,
|
||||
gMonStillFrontPic_Quagsire, 0x800, 195,
|
||||
gMonStillFrontPic_Espeon, 0x800, 196,
|
||||
gMonStillFrontPic_Umbreon, 0x800, 197,
|
||||
gMonStillFrontPic_Murkrow, 0x800, 198,
|
||||
gMonStillFrontPic_Slowking, 0x800, 199,
|
||||
gMonStillFrontPic_Misdreavus, 0x800, 200,
|
||||
gMonStillFrontPic_UnownA, 0x800, 201,
|
||||
gMonStillFrontPic_Wobbuffet, 0x800, 202,
|
||||
gMonStillFrontPic_Girafarig, 0x800, 203,
|
||||
gMonStillFrontPic_Pineco, 0x800, 204,
|
||||
gMonStillFrontPic_Forretress, 0x800, 205,
|
||||
gMonStillFrontPic_Dunsparce, 0x800, 206,
|
||||
gMonStillFrontPic_Gligar, 0x800, 207,
|
||||
gMonStillFrontPic_Steelix, 0x800, 208,
|
||||
gMonStillFrontPic_Snubbull, 0x800, 209,
|
||||
gMonStillFrontPic_Granbull, 0x800, 210,
|
||||
gMonStillFrontPic_Qwilfish, 0x800, 211,
|
||||
gMonStillFrontPic_Scizor, 0x800, 212,
|
||||
gMonStillFrontPic_Shuckle, 0x800, 213,
|
||||
gMonStillFrontPic_Heracross, 0x800, 214,
|
||||
gMonStillFrontPic_Sneasel, 0x800, 215,
|
||||
gMonStillFrontPic_Teddiursa, 0x800, 216,
|
||||
gMonStillFrontPic_Ursaring, 0x800, 217,
|
||||
gMonStillFrontPic_Slugma, 0x800, 218,
|
||||
gMonStillFrontPic_Magcargo, 0x800, 219,
|
||||
gMonStillFrontPic_Swinub, 0x800, 220,
|
||||
gMonStillFrontPic_Piloswine, 0x800, 221,
|
||||
gMonStillFrontPic_Corsola, 0x800, 222,
|
||||
gMonStillFrontPic_Remoraid, 0x800, 223,
|
||||
gMonStillFrontPic_Octillery, 0x800, 224,
|
||||
gMonStillFrontPic_Delibird, 0x800, 225,
|
||||
gMonStillFrontPic_Mantine, 0x800, 226,
|
||||
gMonStillFrontPic_Skarmory, 0x800, 227,
|
||||
gMonStillFrontPic_Houndour, 0x800, 228,
|
||||
gMonStillFrontPic_Houndoom, 0x800, 229,
|
||||
gMonStillFrontPic_Kingdra, 0x800, 230,
|
||||
gMonStillFrontPic_Phanpy, 0x800, 231,
|
||||
gMonStillFrontPic_Donphan, 0x800, 232,
|
||||
gMonStillFrontPic_Porygon2, 0x800, 233,
|
||||
gMonStillFrontPic_Stantler, 0x800, 234,
|
||||
gMonStillFrontPic_Smeargle, 0x800, 235,
|
||||
gMonStillFrontPic_Tyrogue, 0x800, 236,
|
||||
gMonStillFrontPic_Hitmontop, 0x800, 237,
|
||||
gMonStillFrontPic_Smoochum, 0x800, 238,
|
||||
gMonStillFrontPic_Elekid, 0x800, 239,
|
||||
gMonStillFrontPic_Magby, 0x800, 240,
|
||||
gMonStillFrontPic_Miltank, 0x800, 241,
|
||||
gMonStillFrontPic_Blissey, 0x800, 242,
|
||||
gMonStillFrontPic_Raikou, 0x800, 243,
|
||||
gMonStillFrontPic_Entei, 0x800, 244,
|
||||
gMonStillFrontPic_Suicune, 0x800, 245,
|
||||
gMonStillFrontPic_Larvitar, 0x800, 246,
|
||||
gMonStillFrontPic_Pupitar, 0x800, 247,
|
||||
gMonStillFrontPic_Tyranitar, 0x800, 248,
|
||||
gMonStillFrontPic_Lugia, 0x800, 249,
|
||||
gMonStillFrontPic_HoOh, 0x800, 250,
|
||||
gMonStillFrontPic_Celebi, 0x800, 251,
|
||||
// Empty slots
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 252,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 253,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 254,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 255,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 256,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 257,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 258,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 259,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 260,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 261,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 262,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 263,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 264,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 265,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 266,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 267,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 268,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 269,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 270,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 271,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 272,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 273,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 274,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 275,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 276,
|
||||
// Gen III
|
||||
gMonStillFrontPic_Treecko, 0x800, 277,
|
||||
gMonStillFrontPic_Grovyle, 0x800, 278,
|
||||
gMonStillFrontPic_Sceptile, 0x800, 279,
|
||||
gMonStillFrontPic_Torchic, 0x800, 280,
|
||||
gMonStillFrontPic_Combusken, 0x800, 281,
|
||||
gMonStillFrontPic_Blaziken, 0x800, 282,
|
||||
gMonStillFrontPic_Mudkip, 0x800, 283,
|
||||
gMonStillFrontPic_Marshtomp, 0x800, 284,
|
||||
gMonStillFrontPic_Swampert, 0x800, 285,
|
||||
gMonStillFrontPic_Poochyena, 0x800, 286,
|
||||
gMonStillFrontPic_Mightyena, 0x800, 287,
|
||||
gMonStillFrontPic_Zigzagoon, 0x800, 288,
|
||||
gMonStillFrontPic_Linoone, 0x800, 289,
|
||||
gMonStillFrontPic_Wurmple, 0x800, 290,
|
||||
gMonStillFrontPic_Silcoon, 0x800, 291,
|
||||
gMonStillFrontPic_Beautifly, 0x800, 292,
|
||||
gMonStillFrontPic_Cascoon, 0x800, 293,
|
||||
gMonStillFrontPic_Dustox, 0x800, 294,
|
||||
gMonStillFrontPic_Lotad, 0x800, 295,
|
||||
gMonStillFrontPic_Lombre, 0x800, 296,
|
||||
gMonStillFrontPic_Ludicolo, 0x800, 297,
|
||||
gMonStillFrontPic_Seedot, 0x800, 298,
|
||||
gMonStillFrontPic_Nuzleaf, 0x800, 299,
|
||||
gMonStillFrontPic_Shiftry, 0x800, 300,
|
||||
gMonStillFrontPic_Nincada, 0x800, 301,
|
||||
gMonStillFrontPic_Ninjask, 0x800, 302,
|
||||
gMonStillFrontPic_Shedinja, 0x800, 303,
|
||||
gMonStillFrontPic_Taillow, 0x800, 304,
|
||||
gMonStillFrontPic_Swellow, 0x800, 305,
|
||||
gMonStillFrontPic_Shroomish, 0x800, 306,
|
||||
gMonStillFrontPic_Breloom, 0x800, 307,
|
||||
gMonStillFrontPic_Spinda, 0x800, 308,
|
||||
gMonStillFrontPic_Wingull, 0x800, 309,
|
||||
gMonStillFrontPic_Pelipper, 0x800, 310,
|
||||
gMonStillFrontPic_Surskit, 0x800, 311,
|
||||
gMonStillFrontPic_Masquerain, 0x800, 312,
|
||||
gMonStillFrontPic_Wailmer, 0x800, 313,
|
||||
gMonStillFrontPic_Wailord, 0x800, 314,
|
||||
gMonStillFrontPic_Skitty, 0x800, 315,
|
||||
gMonStillFrontPic_Delcatty, 0x800, 316,
|
||||
gMonStillFrontPic_Kecleon, 0x800, 317,
|
||||
gMonStillFrontPic_Baltoy, 0x800, 318,
|
||||
gMonStillFrontPic_Claydol, 0x800, 319,
|
||||
gMonStillFrontPic_Nosepass, 0x800, 320,
|
||||
gMonStillFrontPic_Torkoal, 0x800, 321,
|
||||
gMonStillFrontPic_Sableye, 0x800, 322,
|
||||
gMonStillFrontPic_Barboach, 0x800, 323,
|
||||
gMonStillFrontPic_Whiscash, 0x800, 324,
|
||||
gMonStillFrontPic_Luvdisc, 0x800, 325,
|
||||
gMonStillFrontPic_Corphish, 0x800, 326,
|
||||
gMonStillFrontPic_Crawdaunt, 0x800, 327,
|
||||
gMonStillFrontPic_Feebas, 0x800, 328,
|
||||
gMonStillFrontPic_Milotic, 0x800, 329,
|
||||
gMonStillFrontPic_Carvanha, 0x800, 330,
|
||||
gMonStillFrontPic_Sharpedo, 0x800, 331,
|
||||
gMonStillFrontPic_Trapinch, 0x800, 332,
|
||||
gMonStillFrontPic_Vibrava, 0x800, 333,
|
||||
gMonStillFrontPic_Flygon, 0x800, 334,
|
||||
gMonStillFrontPic_Makuhita, 0x800, 335,
|
||||
gMonStillFrontPic_Hariyama, 0x800, 336,
|
||||
gMonStillFrontPic_Electrike, 0x800, 337,
|
||||
gMonStillFrontPic_Manectric, 0x800, 338,
|
||||
gMonStillFrontPic_Numel, 0x800, 339,
|
||||
gMonStillFrontPic_Camerupt, 0x800, 340,
|
||||
gMonStillFrontPic_Spheal, 0x800, 341,
|
||||
gMonStillFrontPic_Sealeo, 0x800, 342,
|
||||
gMonStillFrontPic_Walrein, 0x800, 343,
|
||||
gMonStillFrontPic_Cacnea, 0x800, 344,
|
||||
gMonStillFrontPic_Cacturne, 0x800, 345,
|
||||
gMonStillFrontPic_Snorunt, 0x800, 346,
|
||||
gMonStillFrontPic_Glalie, 0x800, 347,
|
||||
gMonStillFrontPic_Lunatone, 0x800, 348,
|
||||
gMonStillFrontPic_Solrock, 0x800, 349,
|
||||
gMonStillFrontPic_Azurill, 0x800, 350,
|
||||
gMonStillFrontPic_Spoink, 0x800, 351,
|
||||
gMonStillFrontPic_Grumpig, 0x800, 352,
|
||||
gMonStillFrontPic_Plusle, 0x800, 353,
|
||||
gMonStillFrontPic_Minun, 0x800, 354,
|
||||
gMonStillFrontPic_Mawile, 0x800, 355,
|
||||
gMonStillFrontPic_Meditite, 0x800, 356,
|
||||
gMonStillFrontPic_Medicham, 0x800, 357,
|
||||
gMonStillFrontPic_Swablu, 0x800, 358,
|
||||
gMonStillFrontPic_Altaria, 0x800, 359,
|
||||
gMonStillFrontPic_Wynaut, 0x800, 360,
|
||||
gMonStillFrontPic_Duskull, 0x800, 361,
|
||||
gMonStillFrontPic_Dusclops, 0x800, 362,
|
||||
gMonStillFrontPic_Roselia, 0x800, 363,
|
||||
gMonStillFrontPic_Slakoth, 0x800, 364,
|
||||
gMonStillFrontPic_Vigoroth, 0x800, 365,
|
||||
gMonStillFrontPic_Slaking, 0x800, 366,
|
||||
gMonStillFrontPic_Gulpin, 0x800, 367,
|
||||
gMonStillFrontPic_Swalot, 0x800, 368,
|
||||
gMonStillFrontPic_Tropius, 0x800, 369,
|
||||
gMonStillFrontPic_Whismur, 0x800, 370,
|
||||
gMonStillFrontPic_Loudred, 0x800, 371,
|
||||
gMonStillFrontPic_Exploud, 0x800, 372,
|
||||
gMonStillFrontPic_Clamperl, 0x800, 373,
|
||||
gMonStillFrontPic_Huntail, 0x800, 374,
|
||||
gMonStillFrontPic_Gorebyss, 0x800, 375,
|
||||
gMonStillFrontPic_Absol, 0x800, 376,
|
||||
gMonStillFrontPic_Shuppet, 0x800, 377,
|
||||
gMonStillFrontPic_Banette, 0x800, 378,
|
||||
gMonStillFrontPic_Seviper, 0x800, 379,
|
||||
gMonStillFrontPic_Zangoose, 0x800, 380,
|
||||
gMonStillFrontPic_Relicanth, 0x800, 381,
|
||||
gMonStillFrontPic_Aron, 0x800, 382,
|
||||
gMonStillFrontPic_Lairon, 0x800, 383,
|
||||
gMonStillFrontPic_Aggron, 0x800, 384,
|
||||
gMonStillFrontPic_Castform, 0x800, 385,
|
||||
gMonStillFrontPic_Volbeat, 0x800, 386,
|
||||
gMonStillFrontPic_Illumise, 0x800, 387,
|
||||
gMonStillFrontPic_Lileep, 0x800, 388,
|
||||
gMonStillFrontPic_Cradily, 0x800, 389,
|
||||
gMonStillFrontPic_Anorith, 0x800, 390,
|
||||
gMonStillFrontPic_Armaldo, 0x800, 391,
|
||||
gMonStillFrontPic_Ralts, 0x800, 392,
|
||||
gMonStillFrontPic_Kirlia, 0x800, 393,
|
||||
gMonStillFrontPic_Gardevoir, 0x800, 394,
|
||||
gMonStillFrontPic_Bagon, 0x800, 395,
|
||||
gMonStillFrontPic_Shelgon, 0x800, 396,
|
||||
gMonStillFrontPic_Salamence, 0x800, 397,
|
||||
gMonStillFrontPic_Beldum, 0x800, 398,
|
||||
gMonStillFrontPic_Metang, 0x800, 399,
|
||||
gMonStillFrontPic_Metagross, 0x800, 400,
|
||||
gMonStillFrontPic_Regirock, 0x800, 401,
|
||||
gMonStillFrontPic_Regice, 0x800, 402,
|
||||
gMonStillFrontPic_Registeel, 0x800, 403,
|
||||
gMonStillFrontPic_Kyogre, 0x800, 404,
|
||||
gMonStillFrontPic_Groudon, 0x800, 405,
|
||||
gMonStillFrontPic_Rayquaza, 0x800, 406,
|
||||
gMonStillFrontPic_Latias, 0x800, 407,
|
||||
gMonStillFrontPic_Latios, 0x800, 408,
|
||||
gMonStillFrontPic_Jirachi, 0x800, 409,
|
||||
gMonStillFrontPic_Deoxys, 0x800, 410,
|
||||
gMonStillFrontPic_Chimecho, 0x800, 411,
|
||||
gMonStillFrontPic_Egg, 0x800, 412,
|
||||
gMonStillFrontPic_UnownB, 0x800, 413,
|
||||
gMonStillFrontPic_UnownC, 0x800, 414,
|
||||
gMonStillFrontPic_UnownD, 0x800, 415,
|
||||
gMonStillFrontPic_UnownE, 0x800, 416,
|
||||
gMonStillFrontPic_UnownF, 0x800, 417,
|
||||
gMonStillFrontPic_UnownG, 0x800, 418,
|
||||
gMonStillFrontPic_UnownH, 0x800, 419,
|
||||
gMonStillFrontPic_UnownI, 0x800, 420,
|
||||
gMonStillFrontPic_UnownJ, 0x800, 421,
|
||||
gMonStillFrontPic_UnownK, 0x800, 422,
|
||||
gMonStillFrontPic_UnownL, 0x800, 423,
|
||||
gMonStillFrontPic_UnownM, 0x800, 424,
|
||||
gMonStillFrontPic_UnownN, 0x800, 425,
|
||||
gMonStillFrontPic_UnownO, 0x800, 426,
|
||||
gMonStillFrontPic_UnownP, 0x800, 427,
|
||||
gMonStillFrontPic_UnownQ, 0x800, 428,
|
||||
gMonStillFrontPic_UnownR, 0x800, 429,
|
||||
gMonStillFrontPic_UnownS, 0x800, 430,
|
||||
gMonStillFrontPic_UnownT, 0x800, 431,
|
||||
gMonStillFrontPic_UnownU, 0x800, 432,
|
||||
gMonStillFrontPic_UnownV, 0x800, 433,
|
||||
gMonStillFrontPic_UnownW, 0x800, 434,
|
||||
gMonStillFrontPic_UnownX, 0x800, 435,
|
||||
gMonStillFrontPic_UnownY, 0x800, 436,
|
||||
gMonStillFrontPic_UnownZ, 0x800, 437,
|
||||
gMonStillFrontPic_UnownExclamationMark, 0x800, 438,
|
||||
gMonStillFrontPic_UnownQuestionMark, 0x800, 439,
|
||||
};
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,421 @@
|
||||
#ifndef GUARD_DATA_REGION_MAP_REGION_MAP_ENTRIES_H
|
||||
#define GUARD_DATA_REGION_MAP_REGION_MAP_ENTRIES_H
|
||||
|
||||
static const u8 sMapName_LittlerootTown[] = _("LITTLEROOT TOWN");
|
||||
static const u8 sMapName_OldaleTown[] = _("OLDALE TOWN");
|
||||
static const u8 sMapName_DewfordTown[] = _("DEWFORD TOWN");
|
||||
static const u8 sMapName_LavaridgeTown[] = _("LAVARIDGE TOWN");
|
||||
static const u8 sMapName_FallarborTown[] = _("FALLARBOR TOWN");
|
||||
static const u8 sMapName_VerdanturfTown[] = _("VERDANTURF TOWN");
|
||||
static const u8 sMapName_PacifidlogTown[] = _("PACIFIDLOG TOWN");
|
||||
static const u8 sMapName_PetalburgCity[] = _("PETALBURG CITY");
|
||||
static const u8 sMapName_SlateportCity[] = _("SLATEPORT CITY");
|
||||
static const u8 sMapName_MauvilleCity[] = _("MAUVILLE CITY");
|
||||
static const u8 sMapName_RustboroCity[] = _("RUSTBORO CITY");
|
||||
static const u8 sMapName_FortreeCity[] = _("FORTREE CITY");
|
||||
static const u8 sMapName_LilycoveCity[] = _("LILYCOVE CITY");
|
||||
static const u8 sMapName_MossdeepCity[] = _("MOSSDEEP CITY");
|
||||
static const u8 sMapName_SootopolisCity[] = _("SOOTOPOLIS CITY");
|
||||
static const u8 sMapName_EverGrandeCity[] = _("EVER GRANDE CITY");
|
||||
static const u8 sMapName_Route101[] = _("ROUTE 101");
|
||||
static const u8 sMapName_Route102[] = _("ROUTE 102");
|
||||
static const u8 sMapName_Route103[] = _("ROUTE 103");
|
||||
static const u8 sMapName_Route104[] = _("ROUTE 104");
|
||||
static const u8 sMapName_Route105[] = _("ROUTE 105");
|
||||
static const u8 sMapName_Route106[] = _("ROUTE 106");
|
||||
static const u8 sMapName_Route107[] = _("ROUTE 107");
|
||||
static const u8 sMapName_Route108[] = _("ROUTE 108");
|
||||
static const u8 sMapName_Route109[] = _("ROUTE 109");
|
||||
static const u8 sMapName_Route110[] = _("ROUTE 110");
|
||||
static const u8 sMapName_Route111[] = _("ROUTE 111");
|
||||
static const u8 sMapName_Route112[] = _("ROUTE 112");
|
||||
static const u8 sMapName_Route113[] = _("ROUTE 113");
|
||||
static const u8 sMapName_Route114[] = _("ROUTE 114");
|
||||
static const u8 sMapName_Route115[] = _("ROUTE 115");
|
||||
static const u8 sMapName_Route116[] = _("ROUTE 116");
|
||||
static const u8 sMapName_Route117[] = _("ROUTE 117");
|
||||
static const u8 sMapName_Route118[] = _("ROUTE 118");
|
||||
static const u8 sMapName_Route119[] = _("ROUTE 119");
|
||||
static const u8 sMapName_Route120[] = _("ROUTE 120");
|
||||
static const u8 sMapName_Route121[] = _("ROUTE 121");
|
||||
static const u8 sMapName_Route122[] = _("ROUTE 122");
|
||||
static const u8 sMapName_Route123[] = _("ROUTE 123");
|
||||
static const u8 sMapName_Route124[] = _("ROUTE 124");
|
||||
static const u8 sMapName_Route125[] = _("ROUTE 125");
|
||||
static const u8 sMapName_Route126[] = _("ROUTE 126");
|
||||
static const u8 sMapName_Route127[] = _("ROUTE 127");
|
||||
static const u8 sMapName_Route128[] = _("ROUTE 128");
|
||||
static const u8 sMapName_Route129[] = _("ROUTE 129");
|
||||
static const u8 sMapName_Route130[] = _("ROUTE 130");
|
||||
static const u8 sMapName_Route131[] = _("ROUTE 131");
|
||||
static const u8 sMapName_Route132[] = _("ROUTE 132");
|
||||
static const u8 sMapName_Route133[] = _("ROUTE 133");
|
||||
static const u8 sMapName_Route134[] = _("ROUTE 134");
|
||||
static const u8 sMapName_Underwater[] = _("UNDERWATER");
|
||||
static const u8 sMapName_GraniteCave[] = _("GRANITE CAVE");
|
||||
static const u8 sMapName_MtChimney[] = _("MT. CHIMNEY");
|
||||
static const u8 sMapName_SafariZone[] = _("SAFARI ZONE");
|
||||
static const u8 sMapName_BattleFrontier[] = _("BATTLE FRONTIER");
|
||||
static const u8 sMapName_PetalburgWoods[] = _("PETALBURG WOODS");
|
||||
static const u8 sMapName_RusturfTunnel[] = _("RUSTURF TUNNEL");
|
||||
static const u8 sMapName_AbandonedShip[] = _("ABANDONED SHIP");
|
||||
static const u8 sMapName_NewMauville[] = _("NEW MAUVILLE");
|
||||
static const u8 sMapName_MeteorFalls[] = _("METEOR FALLS");
|
||||
static const u8 sMapName_MtPyre[] = _("MT. PYRE");
|
||||
// This was the Aqua or Magma hideout in Ruby/Sapphire, but each team has a
|
||||
// hideout in Emerald with their own new region map entries, and this name
|
||||
// doesn't seem to be used anymore.
|
||||
static const u8 sMapName_AquaHideoutOld[] = _("{AQUA} HIDEOUT");
|
||||
static const u8 sMapName_ShoalCave[] = _("SHOAL CAVE");
|
||||
static const u8 sMapName_SeafloorCavern[] = _("SEAFLOOR CAVERN");
|
||||
static const u8 sMapName_VictoryRoad[] = _("VICTORY ROAD");
|
||||
static const u8 sMapName_MirageIsland[] = _("MIRAGE ISLAND");
|
||||
static const u8 sMapName_CaveOfOrigin[] = _("CAVE OF ORIGIN");
|
||||
static const u8 sMapName_SouthernIsland[] = _("SOUTHERN ISLAND");
|
||||
static const u8 sMapName_FieryPath[] = _("FIERY PATH");
|
||||
static const u8 sMapName_JaggedPass[] = _("JAGGED PASS");
|
||||
static const u8 sMapName_SealedChamber[] = _("SEALED CHAMBER");
|
||||
static const u8 sMapName_ScorchedSlab[] = _("SCORCHED SLAB");
|
||||
static const u8 sMapName_IslandCave[] = _("ISLAND CAVE");
|
||||
static const u8 sMapName_DesertRuins[] = _("DESERT RUINS");
|
||||
static const u8 sMapName_AncientTomb[] = _("ANCIENT TOMB");
|
||||
static const u8 sMapName_InsideOfTruck[] = _("INSIDE OF TRUCK");
|
||||
static const u8 sMapName_SkyPillar[] = _("SKY PILLAR");
|
||||
static const u8 sMapName_SecretBase[] = _("SECRET BASE");
|
||||
static const u8 sMapName_None[] = _("");
|
||||
static const u8 sMapName_PalletTown[] = _("PALLET TOWN");
|
||||
static const u8 sMapName_ViridianCity[] = _("VIRIDIAN CITY");
|
||||
static const u8 sMapName_PewterCity[] = _("PEWTER CITY");
|
||||
static const u8 sMapName_CeruleanCity[] = _("CERULEAN CITY");
|
||||
static const u8 sMapName_LavenderTown[] = _("LAVENDER TOWN");
|
||||
static const u8 sMapName_VermilionCity[] = _("VERMILION CITY");
|
||||
static const u8 sMapName_CeladonCity[] = _("CELADON CITY");
|
||||
static const u8 sMapName_FuchsiaCity[] = _("FUCHSIA CITY");
|
||||
static const u8 sMapName_CinnabarIsland[] = _("CINNABAR ISLAND");
|
||||
static const u8 sMapName_IndigoPlateau[] = _("INDIGO PLATEAU");
|
||||
static const u8 sMapName_SaffronCity[] = _("SAFFRON CITY");
|
||||
static const u8 sMapName_Route4[] = _("ROUTE 4");
|
||||
static const u8 sMapName_Route10[] = _("ROUTE 10");
|
||||
static const u8 sMapName_Route1[] = _("ROUTE 1");
|
||||
static const u8 sMapName_Route2[] = _("ROUTE 2");
|
||||
static const u8 sMapName_Route3[] = _("ROUTE 3");
|
||||
static const u8 sMapName_Route4_2[] = _("ROUTE 4");
|
||||
static const u8 sMapName_Route5[] = _("ROUTE 5");
|
||||
static const u8 sMapName_Route6[] = _("ROUTE 6");
|
||||
static const u8 sMapName_Route7[] = _("ROUTE 7");
|
||||
static const u8 sMapName_Route8[] = _("ROUTE 8");
|
||||
static const u8 sMapName_Route9[] = _("ROUTE 9");
|
||||
static const u8 sMapName_Route10_2[] = _("ROUTE 10");
|
||||
static const u8 sMapName_Route11[] = _("ROUTE 11");
|
||||
static const u8 sMapName_Route12[] = _("ROUTE 12");
|
||||
static const u8 sMapName_Route13[] = _("ROUTE 13");
|
||||
static const u8 sMapName_Route14[] = _("ROUTE 14");
|
||||
static const u8 sMapName_Route15[] = _("ROUTE 15");
|
||||
static const u8 sMapName_Route16[] = _("ROUTE 16");
|
||||
static const u8 sMapName_Route17[] = _("ROUTE 17");
|
||||
static const u8 sMapName_Route18[] = _("ROUTE 18");
|
||||
static const u8 sMapName_Route19[] = _("ROUTE 19");
|
||||
static const u8 sMapName_Route20[] = _("ROUTE 20");
|
||||
static const u8 sMapName_Route21[] = _("ROUTE 21");
|
||||
static const u8 sMapName_Route22[] = _("ROUTE 22");
|
||||
static const u8 sMapName_Route23[] = _("ROUTE 23");
|
||||
static const u8 sMapName_Route24[] = _("ROUTE 24");
|
||||
static const u8 sMapName_Route25[] = _("ROUTE 25");
|
||||
static const u8 sMapName_ViridianForest[] = _("VIRIDIAN FOREST");
|
||||
static const u8 sMapName_MtMoon[] = _("MT. MOON");
|
||||
static const u8 sMapName_SSAnne[] = _("S.S. ANNE");
|
||||
static const u8 sMapName_UndergroundPath[] = _("UNDERGROUND PATH");
|
||||
static const u8 sMapName_UndergroundPath2[] = _("UNDERGROUND PATH");
|
||||
static const u8 sMapName_DiglettsCave[] = _("DIGLETT’S CAVE");
|
||||
static const u8 sMapName_KantoVictoryRoad[] = _("VICTORY ROAD");
|
||||
static const u8 sMapName_RocketHideout[] = _("ROCKET HIDEOUT");
|
||||
static const u8 sMapName_SilphCo[] = _("SILPH CO.");
|
||||
static const u8 sMapName_PokemonMansion[] = _("POKéMON MANSION");
|
||||
static const u8 sMapName_KantoSafariZone[] = _("SAFARI ZONE");
|
||||
static const u8 sMapName_PokemonLeague[] = _("POKéMON LEAGUE");
|
||||
static const u8 sMapName_RockTunnel[] = _("ROCK TUNNEL");
|
||||
static const u8 sMapName_SeafoamIslands[] = _("SEAFOAM ISLANDS");
|
||||
static const u8 sMapName_PokemonTower[] = _("POKéMON TOWER");
|
||||
static const u8 sMapName_CeruleanCave[] = _("CERULEAN CAVE");
|
||||
static const u8 sMapName_PowerPlant[] = _("POWER PLANT");
|
||||
static const u8 sMapName_OneIsland[] = _("ONE ISLAND");
|
||||
static const u8 sMapName_TwoIsland[] = _("TWO ISLAND");
|
||||
static const u8 sMapName_ThreeIsland[] = _("THREE ISLAND");
|
||||
static const u8 sMapName_FourIsland[] = _("FOUR ISLAND");
|
||||
static const u8 sMapName_FiveIsland[] = _("FIVE ISLAND");
|
||||
static const u8 sMapName_SevenIsland[] = _("SEVEN ISLAND");
|
||||
static const u8 sMapName_SixIsland[] = _("SIX ISLAND");
|
||||
static const u8 sMapName_KindleRoad[] = _("KINDLE ROAD");
|
||||
static const u8 sMapName_TreasureBeach[] = _("TREASURE BEACH");
|
||||
static const u8 sMapName_CapeBrink[] = _("CAPE BRINK");
|
||||
static const u8 sMapName_BondBridge[] = _("BOND BRIDGE");
|
||||
static const u8 sMapName_ThreeIslePort[] = _("THREE ISLE PORT");
|
||||
static const u8 sMapName_SeviiIsle6[] = _("SEVII ISLE 6");
|
||||
static const u8 sMapName_SeviiIsle7[] = _("SEVII ISLE 7");
|
||||
static const u8 sMapName_SeviiIsle8[] = _("SEVII ISLE 8");
|
||||
static const u8 sMapName_SeviiIsle9[] = _("SEVII ISLE 9");
|
||||
static const u8 sMapName_ResortGorgeous[] = _("RESORT GORGEOUS");
|
||||
static const u8 sMapName_WaterLabyrinth[] = _("WATER LABYRINTH");
|
||||
static const u8 sMapName_FiveIsleMeadow[] = _("FIVE ISLE MEADOW");
|
||||
static const u8 sMapName_MemorialPillar[] = _("MEMORIAL PILLAR");
|
||||
static const u8 sMapName_OutcastIsland[] = _("OUTCAST ISLAND");
|
||||
static const u8 sMapName_GreenPath[] = _("GREEN PATH");
|
||||
static const u8 sMapName_WaterPath[] = _("WATER PATH");
|
||||
static const u8 sMapName_RuinValley[] = _("RUIN VALLEY");
|
||||
static const u8 sMapName_TrainerTower[] = _("TRAINER TOWER");
|
||||
static const u8 sMapName_CanyonEntrance[] = _("CANYON ENTRANCE");
|
||||
static const u8 sMapName_SevaultCanyon[] = _("SEVAULT CANYON");
|
||||
static const u8 sMapName_TanobyRuins[] = _("TANOBY RUINS");
|
||||
static const u8 sMapName_SeviiIsle22[] = _("SEVII ISLE 22");
|
||||
static const u8 sMapName_SeviiIsle23[] = _("SEVII ISLE 23");
|
||||
static const u8 sMapName_SeviiIsle24[] = _("SEVII ISLE 24");
|
||||
static const u8 sMapName_NavelRock[] = _("NAVEL ROCK");
|
||||
static const u8 sMapName_MtEmber[] = _("MT. EMBER");
|
||||
static const u8 sMapName_BerryForest[] = _("BERRY FOREST");
|
||||
static const u8 sMapName_IcefallCave[] = _("ICEFALL CAVE");
|
||||
static const u8 sMapName_RocketWarehouse[] = _("ROCKET WAREHOUSE");
|
||||
static const u8 sMapName_TrainerTower2[] = _("TRAINER TOWER");
|
||||
static const u8 sMapName_DottedHole[] = _("DOTTED HOLE");
|
||||
static const u8 sMapName_LostCave[] = _("LOST CAVE");
|
||||
static const u8 sMapName_PatternBush[] = _("PATTERN BUSH");
|
||||
static const u8 sMapName_AlteringCave[] = _("ALTERING CAVE");
|
||||
static const u8 sMapName_TanobyChambers[] = _("TANOBY CHAMBERS");
|
||||
static const u8 sMapName_ThreeIslePath[] = _("THREE ISLE PATH");
|
||||
static const u8 sMapName_TanobyKey[] = _("TANOBY KEY");
|
||||
static const u8 sMapName_BirthIsland[] = _("BIRTH ISLAND");
|
||||
static const u8 sMapName_MoneanChamber[] = _("MONEAN CHAMBER");
|
||||
static const u8 sMapName_LiptooChamber[] = _("LIPTOO CHAMBER");
|
||||
static const u8 sMapName_WeepthChamber[] = _("WEEPTH CHAMBER");
|
||||
static const u8 sMapName_DilfordChamber[] = _("DILFORD CHAMBER");
|
||||
static const u8 sMapName_ScufibChamber[] = _("SCUFIB CHAMBER");
|
||||
static const u8 sMapName_RixyChamber[] = _("RIXY CHAMBER");
|
||||
static const u8 sMapName_ViapoisChamber[] = _("VIAPOIS CHAMBER");
|
||||
static const u8 sMapName_EmberSpa[] = _("EMBER SPA");
|
||||
static const u8 sMapName_SpecialArea[] = _("SPECIAL AREA");
|
||||
static const u8 sMapName_AquaHideout[] = _("AQUA HIDEOUT");
|
||||
static const u8 sMapName_MagmaHideout[] = _("MAGMA HIDEOUT");
|
||||
static const u8 sMapName_MirageTower[] = _("MIRAGE TOWER");
|
||||
static const u8 sMapName_FarawayIsland[] = _("FARAWAY ISLAND");
|
||||
static const u8 sMapName_ArtisanCave[] = _("ARTISAN CAVE");
|
||||
static const u8 sMapName_MarineCave[] = _("MARINE CAVE");
|
||||
static const u8 sMapName_TerraCave[] = _("TERRA CAVE");
|
||||
static const u8 sMapName_DesertUnderpass[] = _("DESERT UNDERPASS");
|
||||
static const u8 sMapName_TrainerHill[] = _("TRAINER HILL");
|
||||
|
||||
const struct RegionMapLocation gRegionMapEntries[] = {
|
||||
{ 4, 11, 1, 1, sMapName_LittlerootTown},
|
||||
{ 4, 9, 1, 1, sMapName_OldaleTown},
|
||||
{ 2, 14, 1, 1, sMapName_DewfordTown},
|
||||
{ 5, 3, 1, 1, sMapName_LavaridgeTown},
|
||||
{ 3, 0, 1, 1, sMapName_FallarborTown},
|
||||
{ 4, 6, 1, 1, sMapName_VerdanturfTown},
|
||||
{17, 10, 1, 1, sMapName_PacifidlogTown},
|
||||
{ 1, 9, 1, 1, sMapName_PetalburgCity},
|
||||
{ 8, 10, 1, 2, sMapName_SlateportCity},
|
||||
{ 8, 6, 2, 1, sMapName_MauvilleCity},
|
||||
{ 0, 5, 1, 2, sMapName_RustboroCity},
|
||||
{12, 0, 1, 1, sMapName_FortreeCity},
|
||||
{18, 3, 2, 1, sMapName_LilycoveCity},
|
||||
{24, 5, 2, 1, sMapName_MossdeepCity},
|
||||
{21, 7, 1, 1, sMapName_SootopolisCity},
|
||||
{27, 8, 1, 2, sMapName_EverGrandeCity},
|
||||
{ 4, 10, 1, 1, sMapName_Route101},
|
||||
{ 2, 9, 2, 1, sMapName_Route102},
|
||||
{ 4, 8, 4, 1, sMapName_Route103},
|
||||
{ 0, 7, 1, 3, sMapName_Route104},
|
||||
{ 0, 10, 1, 3, sMapName_Route105},
|
||||
{ 0, 13, 2, 1, sMapName_Route106},
|
||||
{ 3, 14, 3, 1, sMapName_Route107},
|
||||
{ 6, 14, 2, 1, sMapName_Route108},
|
||||
{ 8, 12, 1, 3, sMapName_Route109},
|
||||
{ 8, 7, 1, 3, sMapName_Route110},
|
||||
{ 8, 0, 1, 6, sMapName_Route111},
|
||||
{ 6, 3, 2, 1, sMapName_Route112},
|
||||
{ 4, 0, 4, 1, sMapName_Route113},
|
||||
{ 1, 0, 2, 3, sMapName_Route114},
|
||||
{ 0, 2, 1, 3, sMapName_Route115},
|
||||
{ 1, 5, 4, 1, sMapName_Route116},
|
||||
{ 5, 6, 3, 1, sMapName_Route117},
|
||||
{10, 6, 2, 1, sMapName_Route118},
|
||||
{11, 0, 1, 6, sMapName_Route119},
|
||||
{13, 0, 1, 4, sMapName_Route120},
|
||||
{14, 3, 4, 1, sMapName_Route121},
|
||||
{16, 4, 1, 2, sMapName_Route122},
|
||||
{12, 6, 5, 1, sMapName_Route123},
|
||||
{20, 3, 4, 3, sMapName_Route124},
|
||||
{24, 3, 2, 2, sMapName_Route125},
|
||||
{20, 6, 3, 3, sMapName_Route126},
|
||||
{23, 6, 3, 3, sMapName_Route127},
|
||||
{23, 9, 4, 1, sMapName_Route128},
|
||||
{24, 10, 2, 1, sMapName_Route129},
|
||||
{21, 10, 3, 1, sMapName_Route130},
|
||||
{18, 10, 3, 1, sMapName_Route131},
|
||||
{15, 10, 2, 1, sMapName_Route132},
|
||||
{12, 10, 3, 1, sMapName_Route133},
|
||||
{ 9, 10, 3, 1, sMapName_Route134},
|
||||
{20, 3, 4, 3, sMapName_Underwater},
|
||||
{20, 6, 3, 3, sMapName_Underwater},
|
||||
{23, 6, 3, 3, sMapName_Underwater},
|
||||
{23, 9, 4, 1, sMapName_Underwater},
|
||||
{21, 7, 1, 1, sMapName_Underwater},
|
||||
{ 1, 13, 1, 1, sMapName_GraniteCave},
|
||||
{ 6, 2, 1, 1, sMapName_MtChimney},
|
||||
{16, 2, 1, 1, sMapName_SafariZone},
|
||||
{22, 12, 1, 1, sMapName_BattleFrontier},
|
||||
{ 0, 8, 1, 1, sMapName_PetalburgWoods},
|
||||
{ 2, 5, 1, 1, sMapName_RusturfTunnel},
|
||||
{ 6, 14, 1, 1, sMapName_AbandonedShip},
|
||||
{ 8, 7, 1, 1, sMapName_NewMauville},
|
||||
{ 0, 3, 1, 1, sMapName_MeteorFalls},
|
||||
{ 1, 2, 1, 1, sMapName_MeteorFalls},
|
||||
{16, 4, 1, 1, sMapName_MtPyre},
|
||||
{19, 3, 1, 1, sMapName_AquaHideoutOld},
|
||||
{24, 4, 1, 1, sMapName_ShoalCave},
|
||||
{24, 9, 1, 1, sMapName_SeafloorCavern},
|
||||
{24, 9, 1, 1, sMapName_Underwater},
|
||||
{27, 9, 1, 1, sMapName_VictoryRoad},
|
||||
{17, 10, 1, 1, sMapName_MirageIsland},
|
||||
{21, 7, 1, 1, sMapName_CaveOfOrigin},
|
||||
{12, 14, 1, 1, sMapName_SouthernIsland},
|
||||
{ 6, 3, 1, 1, sMapName_FieryPath},
|
||||
{ 7, 3, 1, 1, sMapName_FieryPath},
|
||||
{ 6, 3, 1, 1, sMapName_JaggedPass},
|
||||
{ 7, 2, 1, 1, sMapName_JaggedPass},
|
||||
{11, 10, 1, 1, sMapName_SealedChamber},
|
||||
{11, 10, 1, 1, sMapName_Underwater},
|
||||
{13, 0, 1, 1, sMapName_ScorchedSlab},
|
||||
{ 0, 10, 1, 1, sMapName_IslandCave},
|
||||
{ 8, 3, 1, 1, sMapName_DesertRuins},
|
||||
{13, 2, 1, 1, sMapName_AncientTomb},
|
||||
{ 0, 0, 1, 1, sMapName_InsideOfTruck},
|
||||
{19, 10, 1, 1, sMapName_SkyPillar},
|
||||
{ 0, 0, 1, 1, sMapName_SecretBase},
|
||||
{ 0, 0, 1, 1, sMapName_None},
|
||||
{ 0, 0, 1, 1, sMapName_PalletTown},
|
||||
{ 0, 0, 1, 1, sMapName_ViridianCity},
|
||||
{ 0, 0, 1, 1, sMapName_PewterCity},
|
||||
{ 0, 0, 1, 1, sMapName_CeruleanCity},
|
||||
{ 0, 0, 1, 1, sMapName_LavenderTown},
|
||||
{ 0, 0, 1, 1, sMapName_VermilionCity},
|
||||
{ 0, 0, 1, 1, sMapName_CeladonCity},
|
||||
{ 0, 0, 1, 1, sMapName_FuchsiaCity},
|
||||
{ 0, 0, 1, 1, sMapName_CinnabarIsland},
|
||||
{ 0, 0, 1, 1, sMapName_IndigoPlateau},
|
||||
{ 0, 0, 1, 1, sMapName_SaffronCity},
|
||||
{ 0, 0, 1, 1, sMapName_Route4},
|
||||
{ 0, 0, 1, 1, sMapName_Route10},
|
||||
{ 0, 0, 1, 1, sMapName_Route1},
|
||||
{ 0, 0, 1, 1, sMapName_Route2},
|
||||
{ 0, 0, 1, 1, sMapName_Route3},
|
||||
{ 0, 0, 1, 1, sMapName_Route4_2},
|
||||
{ 0, 0, 1, 1, sMapName_Route5},
|
||||
{ 0, 0, 1, 1, sMapName_Route6},
|
||||
{ 0, 0, 1, 1, sMapName_Route7},
|
||||
{ 0, 0, 1, 1, sMapName_Route8},
|
||||
{ 0, 0, 1, 1, sMapName_Route9},
|
||||
{ 0, 0, 1, 1, sMapName_Route10_2},
|
||||
{ 0, 0, 1, 1, sMapName_Route11},
|
||||
{ 0, 0, 1, 1, sMapName_Route12},
|
||||
{ 0, 0, 1, 1, sMapName_Route13},
|
||||
{ 0, 0, 1, 1, sMapName_Route14},
|
||||
{ 0, 0, 1, 1, sMapName_Route15},
|
||||
{ 0, 0, 1, 1, sMapName_Route16},
|
||||
{ 0, 0, 1, 1, sMapName_Route17},
|
||||
{ 0, 0, 1, 1, sMapName_Route18},
|
||||
{ 0, 0, 1, 1, sMapName_Route19},
|
||||
{ 0, 0, 1, 1, sMapName_Route20},
|
||||
{ 0, 0, 1, 1, sMapName_Route21},
|
||||
{ 0, 0, 1, 1, sMapName_Route22},
|
||||
{ 0, 0, 1, 1, sMapName_Route23},
|
||||
{ 0, 0, 1, 1, sMapName_Route24},
|
||||
{ 0, 0, 1, 1, sMapName_Route25},
|
||||
{ 0, 0, 1, 1, sMapName_ViridianForest},
|
||||
{ 0, 0, 1, 1, sMapName_MtMoon},
|
||||
{ 0, 0, 1, 1, sMapName_SSAnne},
|
||||
{ 0, 0, 1, 1, sMapName_UndergroundPath},
|
||||
{ 0, 0, 1, 1, sMapName_UndergroundPath2},
|
||||
{ 0, 0, 1, 1, sMapName_DiglettsCave},
|
||||
{ 0, 0, 1, 1, sMapName_KantoVictoryRoad},
|
||||
{ 0, 0, 1, 1, sMapName_RocketHideout},
|
||||
{ 0, 0, 1, 1, sMapName_SilphCo},
|
||||
{ 0, 0, 1, 1, sMapName_PokemonMansion},
|
||||
{ 0, 0, 1, 1, sMapName_KantoSafariZone},
|
||||
{ 0, 0, 1, 1, sMapName_PokemonLeague},
|
||||
{ 0, 0, 1, 1, sMapName_RockTunnel},
|
||||
{ 0, 0, 1, 1, sMapName_SeafoamIslands},
|
||||
{ 0, 0, 1, 1, sMapName_PokemonTower},
|
||||
{ 0, 0, 1, 1, sMapName_CeruleanCave},
|
||||
{ 0, 0, 1, 1, sMapName_PowerPlant},
|
||||
{ 0, 0, 1, 1, sMapName_OneIsland},
|
||||
{ 0, 0, 1, 1, sMapName_TwoIsland},
|
||||
{ 0, 0, 1, 1, sMapName_ThreeIsland},
|
||||
{ 0, 0, 1, 1, sMapName_FourIsland},
|
||||
{ 0, 0, 1, 1, sMapName_FiveIsland},
|
||||
{ 0, 0, 1, 1, sMapName_SevenIsland},
|
||||
{ 0, 0, 1, 1, sMapName_SixIsland},
|
||||
{ 0, 0, 1, 1, sMapName_KindleRoad},
|
||||
{ 0, 0, 1, 1, sMapName_TreasureBeach},
|
||||
{ 0, 0, 1, 1, sMapName_CapeBrink},
|
||||
{ 0, 0, 1, 1, sMapName_BondBridge},
|
||||
{ 0, 0, 1, 1, sMapName_ThreeIslePort},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle6},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle7},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle8},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle9},
|
||||
{ 0, 0, 1, 1, sMapName_ResortGorgeous},
|
||||
{ 0, 0, 1, 1, sMapName_WaterLabyrinth},
|
||||
{ 0, 0, 1, 1, sMapName_FiveIsleMeadow},
|
||||
{ 0, 0, 1, 1, sMapName_MemorialPillar},
|
||||
{ 0, 0, 1, 1, sMapName_OutcastIsland},
|
||||
{ 0, 0, 1, 1, sMapName_GreenPath},
|
||||
{ 0, 0, 1, 1, sMapName_WaterPath},
|
||||
{ 0, 0, 1, 1, sMapName_RuinValley},
|
||||
{ 0, 0, 1, 1, sMapName_TrainerTower},
|
||||
{ 0, 0, 1, 1, sMapName_CanyonEntrance},
|
||||
{ 0, 0, 1, 1, sMapName_SevaultCanyon},
|
||||
{ 0, 0, 1, 1, sMapName_TanobyRuins},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle22},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle23},
|
||||
{ 0, 0, 1, 1, sMapName_SeviiIsle24},
|
||||
{ 0, 0, 1, 1, sMapName_NavelRock},
|
||||
{ 0, 0, 1, 1, sMapName_MtEmber},
|
||||
{ 0, 0, 1, 1, sMapName_BerryForest},
|
||||
{ 0, 0, 1, 1, sMapName_IcefallCave},
|
||||
{ 0, 0, 1, 1, sMapName_RocketWarehouse},
|
||||
{ 0, 0, 1, 1, sMapName_TrainerTower2},
|
||||
{ 0, 0, 1, 1, sMapName_DottedHole},
|
||||
{ 0, 0, 1, 1, sMapName_LostCave},
|
||||
{ 0, 0, 1, 1, sMapName_PatternBush},
|
||||
{ 0, 0, 1, 1, sMapName_AlteringCave},
|
||||
{ 0, 0, 1, 1, sMapName_TanobyChambers},
|
||||
{ 0, 0, 1, 1, sMapName_ThreeIslePath},
|
||||
{ 0, 0, 1, 1, sMapName_TanobyKey},
|
||||
{ 0, 0, 1, 1, sMapName_BirthIsland},
|
||||
{ 0, 0, 1, 1, sMapName_MoneanChamber},
|
||||
{ 0, 0, 1, 1, sMapName_LiptooChamber},
|
||||
{ 0, 0, 1, 1, sMapName_WeepthChamber},
|
||||
{ 0, 0, 1, 1, sMapName_DilfordChamber},
|
||||
{ 0, 0, 1, 1, sMapName_ScufibChamber},
|
||||
{ 0, 0, 1, 1, sMapName_RixyChamber},
|
||||
{ 0, 0, 1, 1, sMapName_ViapoisChamber},
|
||||
{ 0, 0, 1, 1, sMapName_EmberSpa},
|
||||
{ 0, 0, 1, 1, sMapName_SpecialArea},
|
||||
{19, 3, 1, 1, sMapName_AquaHideout},
|
||||
{ 6, 3, 1, 1, sMapName_MagmaHideout},
|
||||
{ 8, 2, 1, 1, sMapName_MirageTower},
|
||||
{ 0, 0, 1, 1, sMapName_BirthIsland},
|
||||
{ 0, 0, 1, 1, sMapName_FarawayIsland},
|
||||
{22, 12, 1, 1, sMapName_ArtisanCave},
|
||||
{ 0, 0, 1, 1, sMapName_MarineCave},
|
||||
{ 0, 0, 1, 1, sMapName_Underwater},
|
||||
{ 0, 0, 1, 1, sMapName_TerraCave},
|
||||
{ 0, 10, 1, 3, sMapName_Underwater},
|
||||
{24, 3, 2, 2, sMapName_Underwater},
|
||||
{24, 10, 2, 1, sMapName_Underwater},
|
||||
{ 2, 0, 1, 1, sMapName_DesertUnderpass},
|
||||
{ 6, 8, 1, 1, sMapName_AlteringCave},
|
||||
{ 0, 0, 1, 1, sMapName_NavelRock},
|
||||
{ 8, 4, 1, 1, sMapName_TrainerHill}
|
||||
};
|
||||
|
||||
#endif //GUARD_DATA_REGION_MAP_REGION_MAP_ENTRIES_H
|
||||
@@ -0,0 +1,247 @@
|
||||
#ifndef POKEEMERALD_DATA_TEXT_ABILITIES_H
|
||||
#define POKEEMERALD_DATA_TEXT_ABILITIES_H
|
||||
|
||||
static const u8 gNoneAbilityDescription[] = _("No special ability.");
|
||||
static const u8 gStenchAbilityDescription[] = _("Helps repel wild POKéMON.");
|
||||
static const u8 gDrizzleAbilityDescription[] = _("Summons rain in battle.");
|
||||
static const u8 gSpeedBoostAbilityDescription[] = _("Gradually boosts SPEED.");
|
||||
static const u8 gBattleArmorAbilityDescription[] = _("Blocks critical hits.");
|
||||
static const u8 gSturdyAbilityDescription[] = _("Negates 1-hit KO attacks.");
|
||||
static const u8 gDampAbilityDescription[] = _("Prevents self-destruction.");
|
||||
static const u8 gLimberAbilityDescription[] = _("Prevents paralysis.");
|
||||
static const u8 gSandVeilAbilityDescription[] = _("Ups evasion in a sandstorm.");
|
||||
static const u8 gStaticAbilityDescription[] = _("Paralyzes on contact.");
|
||||
static const u8 gVoltAbsorbAbilityDescription[] = _("Turns electricity into HP.");
|
||||
static const u8 gWaterAbsorbAbilityDescription[] = _("Changes water into HP.");
|
||||
static const u8 gObliviousAbilityDescription[] = _("Prevents attraction.");
|
||||
static const u8 gCloudNineAbilityDescription[] = _("Negates weather effects.");
|
||||
static const u8 gCompoundEyesAbilityDescription[] = _("Raises accuracy.");
|
||||
static const u8 gInsomniaAbilityDescription[] = _("Prevents sleep.");
|
||||
static const u8 gColorChangeAbilityDescription[] = _("Changes type to foe’s move.");
|
||||
static const u8 gImmunityAbilityDescription[] = _("Prevents poisoning.");
|
||||
static const u8 gFlashFireAbilityDescription[] = _("Powers up if hit by fire.");
|
||||
static const u8 gShieldDustAbilityDescription[] = _("Prevents added effects.");
|
||||
static const u8 gOwnTempoAbilityDescription[] = _("Prevents confusion.");
|
||||
static const u8 gSuctionCupsAbilityDescription[] = _("Firmly anchors the body.");
|
||||
static const u8 gIntimidateAbilityDescription[] = _("Lowers the foe’s ATTACK.");
|
||||
static const u8 gShadowTagAbilityDescription[] = _("Prevents the foe’s escape.");
|
||||
static const u8 gRoughSkinAbilityDescription[] = _("Hurts to touch.");
|
||||
static const u8 gWonderGuardAbilityDescription[] = _("“Super effective” hits.");
|
||||
static const u8 gLevitateAbilityDescription[] = _("Not hit by GROUND attacks.");
|
||||
static const u8 gEffectSporeAbilityDescription[] = _("Leaves spores on contact.");
|
||||
static const u8 gSynchronizeAbilityDescription[] = _("Passes on status problems.");
|
||||
static const u8 gClearBodyAbilityDescription[] = _("Prevents ability reduction.");
|
||||
static const u8 gNaturalCureAbilityDescription[] = _("Heals upon switching out.");
|
||||
static const u8 gLightningRodAbilityDescription[] = _("Draws electrical moves.");
|
||||
static const u8 gSereneGraceAbilityDescription[] = _("Promotes added effects.");
|
||||
static const u8 gSwiftSwimAbilityDescription[] = _("Raises SPEED in rain.");
|
||||
static const u8 gChlorophyllAbilityDescription[] = _("Raises SPEED in sunshine.");
|
||||
static const u8 gIlluminateAbilityDescription[] = _("Encounter rate increases.");
|
||||
static const u8 gTraceAbilityDescription[] = _("Copies special ability.");
|
||||
static const u8 gHugePowerAbilityDescription[] = _("Raises ATTACK.");
|
||||
static const u8 gPoisonPointAbilityDescription[] = _("Poisons foe on contact.");
|
||||
static const u8 gInnerFocusAbilityDescription[] = _("Prevents flinching.");
|
||||
static const u8 gMagmaArmorAbilityDescription[] = _("Prevents freezing.");
|
||||
static const u8 gWaterVeilAbilityDescription[] = _("Prevents burns.");
|
||||
static const u8 gMagnetPullAbilityDescription[] = _("Traps STEEL-type POKéMON.");
|
||||
static const u8 gSoundproofAbilityDescription[] = _("Avoids sound-based moves.");
|
||||
static const u8 gRainDishAbilityDescription[] = _("Slight HP recovery in rain.");
|
||||
static const u8 gSandStreamAbilityDescription[] = _("Summons a sandstorm.");
|
||||
static const u8 gPressureAbilityDescription[] = _("Raises foe’s PP usage.");
|
||||
static const u8 gThickFatAbilityDescription[] = _("Heat-and-cold protection.");
|
||||
static const u8 gEarlyBirdAbilityDescription[] = _("Awakens quickly from sleep.");
|
||||
static const u8 gFlameBodyAbilityDescription[] = _("Burns the foe on contact.");
|
||||
static const u8 gRunAwayAbilityDescription[] = _("Makes escaping easier.");
|
||||
static const u8 gKeenEyeAbilityDescription[] = _("Prevents loss of accuracy.");
|
||||
static const u8 gHyperCutterAbilityDescription[] = _("Prevents ATTACK reduction.");
|
||||
static const u8 gPickupAbilityDescription[] = _("May pick up items.");
|
||||
static const u8 gTruantAbilityDescription[] = _("Moves only every two turns.");
|
||||
static const u8 gHustleAbilityDescription[] = _("Trades accuracy for power.");
|
||||
static const u8 gCuteCharmAbilityDescription[] = _("Infatuates on contact.");
|
||||
static const u8 gPlusAbilityDescription[] = _("Powers up with MINUS.");
|
||||
static const u8 gMinusAbilityDescription[] = _("Powers up with PLUS.");
|
||||
static const u8 gForecastAbilityDescription[] = _("Changes with the weather.");
|
||||
static const u8 gStickyHoldAbilityDescription[] = _("Prevents item theft.");
|
||||
static const u8 gShedSkinAbilityDescription[] = _("Heals the body by shedding.");
|
||||
static const u8 gGutsAbilityDescription[] = _("Ups ATTACK if suffering.");
|
||||
static const u8 gMarvelScaleAbilityDescription[] = _("Ups DEFENSE if suffering.");
|
||||
static const u8 gLiquidOozeAbilityDescription[] = _("Draining causes injury.");
|
||||
static const u8 gOvergrowAbilityDescription[] = _("Ups GRASS moves in a pinch.");
|
||||
static const u8 gBlazeAbilityDescription[] = _("Ups FIRE moves in a pinch.");
|
||||
static const u8 gTorrentAbilityDescription[] = _("Ups WATER moves in a pinch.");
|
||||
static const u8 gSwarmAbilityDescription[] = _("Ups BUG moves in a pinch.");
|
||||
static const u8 gRockHeadAbilityDescription[] = _("Prevents recoil damage.");
|
||||
static const u8 gDroughtAbilityDescription[] = _("Summons sunlight in battle.");
|
||||
static const u8 gArenaTrapAbilityDescription[] = _("Prevents fleeing.");
|
||||
static const u8 gVitalSpiritAbilityDescription[] = _("Prevents sleep.");
|
||||
static const u8 gWhiteSmokeAbilityDescription[] = _("Prevents ability reduction.");
|
||||
static const u8 gPurePowerAbilityDescription[] = _("Raises ATTACK.");
|
||||
static const u8 gShellArmorAbilityDescription[] = _("Blocks critical hits.");
|
||||
static const u8 gCacophonyAbilityDescription[] = _("Avoids sound-based moves.");
|
||||
static const u8 gAirLockAbilityDescription[] = _("Negates weather effects.");
|
||||
|
||||
const u8 gAbilityNames[ABILITIES_COUNT][ABILITY_NAME_LENGTH + 1] =
|
||||
{
|
||||
_("-------"),
|
||||
_("STENCH"),
|
||||
_("DRIZZLE"),
|
||||
_("SPEED BOOST"),
|
||||
_("BATTLE ARMOR"),
|
||||
_("STURDY"),
|
||||
_("DAMP"),
|
||||
_("LIMBER"),
|
||||
_("SAND VEIL"),
|
||||
_("STATIC"),
|
||||
_("VOLT ABSORB"),
|
||||
_("WATER ABSORB"),
|
||||
_("OBLIVIOUS"),
|
||||
_("CLOUD NINE"),
|
||||
_("COMPOUNDEYES"),
|
||||
_("INSOMNIA"),
|
||||
_("COLOR CHANGE"),
|
||||
_("IMMUNITY"),
|
||||
_("FLASH FIRE"),
|
||||
_("SHIELD DUST"),
|
||||
_("OWN TEMPO"),
|
||||
_("SUCTION CUPS"),
|
||||
_("INTIMIDATE"),
|
||||
_("SHADOW TAG"),
|
||||
_("ROUGH SKIN"),
|
||||
_("WONDER GUARD"),
|
||||
_("LEVITATE"),
|
||||
_("EFFECT SPORE"),
|
||||
_("SYNCHRONIZE"),
|
||||
_("CLEAR BODY"),
|
||||
_("NATURAL CURE"),
|
||||
_("LIGHTNINGROD"),
|
||||
_("SERENE GRACE"),
|
||||
_("SWIFT SWIM"),
|
||||
_("CHLOROPHYLL"),
|
||||
_("ILLUMINATE"),
|
||||
_("TRACE"),
|
||||
_("HUGE POWER"),
|
||||
_("POISON POINT"),
|
||||
_("INNER FOCUS"),
|
||||
_("MAGMA ARMOR"),
|
||||
_("WATER VEIL"),
|
||||
_("MAGNET PULL"),
|
||||
_("SOUNDPROOF"),
|
||||
_("RAIN DISH"),
|
||||
_("SAND STREAM"),
|
||||
_("PRESSURE"),
|
||||
_("THICK FAT"),
|
||||
_("EARLY BIRD"),
|
||||
_("FLAME BODY"),
|
||||
_("RUN AWAY"),
|
||||
_("KEEN EYE"),
|
||||
_("HYPER CUTTER"),
|
||||
_("PICKUP"),
|
||||
_("TRUANT"),
|
||||
_("HUSTLE"),
|
||||
_("CUTE CHARM"),
|
||||
_("PLUS"),
|
||||
_("MINUS"),
|
||||
_("FORECAST"),
|
||||
_("STICKY HOLD"),
|
||||
_("SHED SKIN"),
|
||||
_("GUTS"),
|
||||
_("MARVEL SCALE"),
|
||||
_("LIQUID OOZE"),
|
||||
_("OVERGROW"),
|
||||
_("BLAZE"),
|
||||
_("TORRENT"),
|
||||
_("SWARM"),
|
||||
_("ROCK HEAD"),
|
||||
_("DROUGHT"),
|
||||
_("ARENA TRAP"),
|
||||
_("VITAL SPIRIT"),
|
||||
_("WHITE SMOKE"),
|
||||
_("PURE POWER"),
|
||||
_("SHELL ARMOR"),
|
||||
_("CACOPHONY"),
|
||||
_("AIR LOCK"),
|
||||
};
|
||||
|
||||
const u8 *const gAbilityDescriptionPointers[ABILITIES_COUNT] =
|
||||
{
|
||||
gNoneAbilityDescription,
|
||||
gStenchAbilityDescription,
|
||||
gDrizzleAbilityDescription,
|
||||
gSpeedBoostAbilityDescription,
|
||||
gBattleArmorAbilityDescription,
|
||||
gSturdyAbilityDescription,
|
||||
gDampAbilityDescription,
|
||||
gLimberAbilityDescription,
|
||||
gSandVeilAbilityDescription,
|
||||
gStaticAbilityDescription,
|
||||
gVoltAbsorbAbilityDescription,
|
||||
gWaterAbsorbAbilityDescription,
|
||||
gObliviousAbilityDescription,
|
||||
gCloudNineAbilityDescription,
|
||||
gCompoundEyesAbilityDescription,
|
||||
gInsomniaAbilityDescription,
|
||||
gColorChangeAbilityDescription,
|
||||
gImmunityAbilityDescription,
|
||||
gFlashFireAbilityDescription,
|
||||
gShieldDustAbilityDescription,
|
||||
gOwnTempoAbilityDescription,
|
||||
gSuctionCupsAbilityDescription,
|
||||
gIntimidateAbilityDescription,
|
||||
gShadowTagAbilityDescription,
|
||||
gRoughSkinAbilityDescription,
|
||||
gWonderGuardAbilityDescription,
|
||||
gLevitateAbilityDescription,
|
||||
gEffectSporeAbilityDescription,
|
||||
gSynchronizeAbilityDescription,
|
||||
gClearBodyAbilityDescription,
|
||||
gNaturalCureAbilityDescription,
|
||||
gLightningRodAbilityDescription,
|
||||
gSereneGraceAbilityDescription,
|
||||
gSwiftSwimAbilityDescription,
|
||||
gChlorophyllAbilityDescription,
|
||||
gIlluminateAbilityDescription,
|
||||
gTraceAbilityDescription,
|
||||
gHugePowerAbilityDescription,
|
||||
gPoisonPointAbilityDescription,
|
||||
gInnerFocusAbilityDescription,
|
||||
gMagmaArmorAbilityDescription,
|
||||
gWaterVeilAbilityDescription,
|
||||
gMagnetPullAbilityDescription,
|
||||
gSoundproofAbilityDescription,
|
||||
gRainDishAbilityDescription,
|
||||
gSandStreamAbilityDescription,
|
||||
gPressureAbilityDescription,
|
||||
gThickFatAbilityDescription,
|
||||
gEarlyBirdAbilityDescription,
|
||||
gFlameBodyAbilityDescription,
|
||||
gRunAwayAbilityDescription,
|
||||
gKeenEyeAbilityDescription,
|
||||
gHyperCutterAbilityDescription,
|
||||
gPickupAbilityDescription,
|
||||
gTruantAbilityDescription,
|
||||
gHustleAbilityDescription,
|
||||
gCuteCharmAbilityDescription,
|
||||
gPlusAbilityDescription,
|
||||
gMinusAbilityDescription,
|
||||
gForecastAbilityDescription,
|
||||
gStickyHoldAbilityDescription,
|
||||
gShedSkinAbilityDescription,
|
||||
gGutsAbilityDescription,
|
||||
gMarvelScaleAbilityDescription,
|
||||
gLiquidOozeAbilityDescription,
|
||||
gOvergrowAbilityDescription,
|
||||
gBlazeAbilityDescription,
|
||||
gTorrentAbilityDescription,
|
||||
gSwarmAbilityDescription,
|
||||
gRockHeadAbilityDescription,
|
||||
gDroughtAbilityDescription,
|
||||
gArenaTrapAbilityDescription,
|
||||
gVitalSpiritAbilityDescription,
|
||||
gWhiteSmokeAbilityDescription,
|
||||
gPurePowerAbilityDescription,
|
||||
gShellArmorAbilityDescription,
|
||||
gCacophonyAbilityDescription,
|
||||
gAirLockAbilityDescription,
|
||||
};
|
||||
|
||||
#endif // POKEEMERALD_DATA_TEXT_ABILITIES_H
|
||||
@@ -0,0 +1,329 @@
|
||||
#ifndef POKEEMERALD_DATA_TEXT_ITEM_DESCRIPTIONS_H
|
||||
#define POKEEMERALD_DATA_TEXT_ITEM_DESCRIPTIONS_H
|
||||
const u8 gDummyItemDescription[] = _("?????");
|
||||
//Pokeballs
|
||||
const u8 gMasterBallItemDescription[] = _("The best BALL that\ncatches a POKéMON\nwithout fail.");
|
||||
const u8 gUltraBallItemDescription[] = _("A better BALL with\na higher catch rate\nthan a GREAT BALL.");
|
||||
const u8 gGreatBallItemDescription[] = _("A good BALL with a\nhigher catch rate\nthan a POKé BALL.");
|
||||
const u8 gPokeBallItemDescription[] = _("A tool used for\ncatching wild\nPOKéMON.");
|
||||
const u8 gSafariBallItemDescription[] = _("A special BALL that\nis used only in the\nSAFARI ZONE.");
|
||||
const u8 gNetBallItemDescription[] = _("A BALL that works\nwell on WATER- and\nBUG-type POKéMON.");
|
||||
const u8 gDiveBallItemDescription[] = _("A BALL that works\nbetter on POKéMON\non the ocean floor.");
|
||||
const u8 gNestBallItemDescription[] = _("A BALL that works\nbetter on weaker\nPOKéMON.");
|
||||
const u8 gRepeatBallItemDescription[] = _("A BALL that works\nbetter on POKéMON\ncaught before.");
|
||||
const u8 gTimerBallItemDescription[] = _("A BALL that gains\npower in battles\ntaking many turns.");
|
||||
const u8 gLuxuryBallItemDescription[] = _("A cozy BALL that\nmakes POKéMON\nmore friendly.");
|
||||
const u8 gPremierBallItemDescription[] = _("A rare BALL made\nin commemoration\nof some event.");
|
||||
//Medicine
|
||||
const u8 gPotionItemDescription[] = _("Restores the HP of\na POKéMON by\n20 points.");
|
||||
const u8 gAntidoteItemDescription[] = _("Heals a poisoned\nPOKéMON.");
|
||||
const u8 gBurnHealItemDescription[] = _("Heals POKéMON\nof a burn.");
|
||||
const u8 gIceHealItemDescription[] = _("Defrosts a frozen\nPOKéMON.");
|
||||
const u8 gAwakeningItemDescription[] = _("Awakens a sleeping\nPOKéMON.");
|
||||
const u8 gParalyzeHealItemDescription[] = _("Heals a paralyzed\nPOKéMON.");
|
||||
const u8 gFullRestoreItemDescription[] = _("Fully restores the\nHP and status of a\nPOKéMON.");
|
||||
const u8 gMaxPotionItemDescription[] = _("Fully restores the\nHP of a POKéMON.");
|
||||
const u8 gHyperPotionItemDescription[] = _("Restores the HP of\na POKéMON by\n200 points.");
|
||||
const u8 gSuperPotionItemDescription[] = _("Restores the HP of\na POKéMON by\n50 points.");
|
||||
const u8 gFullHealItemDescription[] = _("Heals all the\nstatus problems of\none POKéMON.");
|
||||
const u8 gReviveItemDescription[] = _("Revives a fainted\nPOKéMON with half\nits HP.");
|
||||
const u8 gMaxReviveItemDescription[] = _("Revives a fainted\nPOKéMON with all\nits HP.");
|
||||
const u8 gFreshWaterItemDescription[] = _("A mineral water\nthat restores HP\nby 50 points.");
|
||||
const u8 gSodaPopItemDescription[] = _("A fizzy soda drink\nthat restores HP\nby 60 points.");
|
||||
const u8 gLemonadeItemDescription[] = _("A very sweet drink\nthat restores HP\nby 80 points.");
|
||||
const u8 gMoomooMilkItemDescription[] = _("A nutritious milk\nthat restores HP\nby 100 points.");
|
||||
const u8 gEnergyPowderItemDescription[] = _("A bitter powder\nthat restores HP\nby 50 points.");
|
||||
const u8 gEnergyRootItemDescription[] = _("A bitter root\nthat restores HP\nby 200 points.");
|
||||
const u8 gHealPowderItemDescription[] = _("A bitter powder\nthat heals all\nstatus problems.");
|
||||
const u8 gRevivalHerbItemDescription[] = _("A very bitter herb\nthat revives a\nfainted POKéMON.");
|
||||
const u8 gEtherItemDescription[] = _("Restores the PP\nof a selected move\nby 10.");
|
||||
const u8 gMaxEtherItemDescription[] = _("Fully restores the\nPP of a selected\nmove.");
|
||||
const u8 gElixirItemDescription[] = _("Restores the PP\nof all moves by 10.");
|
||||
const u8 gMaxElixirItemDescription[] = _("Fully restores the\nPP of a POKéMON’s\nmoves.");
|
||||
const u8 gLavaCookieItemDescription[] = _("A local specialty\nthat heals all\nstatus problems.");
|
||||
const u8 gBlueFluteItemDescription[] = _("A glass flute that\nawakens sleeping\nPOKéMON.");
|
||||
const u8 gYellowFluteItemDescription[] = _("A glass flute that\nsnaps POKéMON\nout of confusion.");
|
||||
const u8 gRedFluteItemDescription[] = _("A glass flute that\nsnaps POKéMON\nout of attraction.");
|
||||
const u8 gBlackFluteItemDescription[] = _("A glass flute that\nkeeps away wild\nPOKéMON.");
|
||||
const u8 gWhiteFluteItemDescription[] = _("A glass flute that\nlures wild POKéMON.");
|
||||
const u8 gBerryJuiceItemDescription[] = _("A 100% pure juice\nthat restores HP\nby 20 points.");
|
||||
const u8 gSacredAshItemDescription[] = _("Fully revives and\nrestores all\nfainted POKéMON.");
|
||||
//Collectibles
|
||||
const u8 gShoalSaltItemDescription[] = _("Salt obtained from\ndeep inside the\nSHOAL CAVE.");
|
||||
const u8 gShoalShellItemDescription[] = _("A seashell found\ndeep inside the\nSHOAL CAVE.");
|
||||
const u8 gRedShardItemDescription[] = _("A shard from an\nancient item. Can\nbe sold cheaply.");
|
||||
const u8 gBlueShardItemDescription[] = _("A shard from an\nancient item. Can\nbe sold cheaply.");
|
||||
const u8 gYellowShardItemDescription[] = _("A shard from an\nancient item. Can\nbe sold cheaply.");
|
||||
const u8 gGreenShardItemDescription[] = _("A shard from an\nancient item. Can\nbe sold cheaply.");
|
||||
//Vitamins
|
||||
const u8 gHPUpItemDescription[] = _("Raises the base HP\nof one POKéMON.");
|
||||
const u8 gProteinItemDescription[] = _("Raises the base\nATTACK stat of one\nPOKéMON.");
|
||||
const u8 gIronItemDescription[] = _("Raises the base\nDEFENSE stat of\none POKéMON.");
|
||||
const u8 gCarbosItemDescription[] = _("Raises the base\nSPEED stat of one\nPOKéMON.");
|
||||
const u8 gCalciumItemDescription[] = _("Raises the base\nSP. ATK stat of one\nPOKéMON.");
|
||||
const u8 gRareCandyItemDescription[] = _("Raises the level\nof a POKéMON by\none.");
|
||||
const u8 gPPUpItemDescription[] = _("Raises the maximum\nPP of a selected\nmove.");
|
||||
const u8 gZincItemDescription[] = _("Raises the base\nSP. DEF stat of one\nPOKéMON.");
|
||||
const u8 gPPMaxItemDescription[] = _("Raises the PP of a\nmove to its maximum\npoints.");
|
||||
//Battle items
|
||||
const u8 gGuardSpecItemDescription[] = _("Prevents stat\nreduction when\nused in battle.");
|
||||
const u8 gDireHitItemDescription[] = _("Raises the\ncritical-hit ratio\nduring one battle.");
|
||||
const u8 gXAttackItemDescription[] = _("Raises the stat\nATTACK during one\nbattle.");
|
||||
const u8 gXDefendItemDescription[] = _("Raises the stat\nDEFENSE during one\nbattle.");
|
||||
const u8 gXSpeedItemDescription[] = _("Raises the stat\nSPEED during one\nbattle.");
|
||||
const u8 gXAccuracyItemDescription[] = _("Raises accuracy\nof attack moves\nduring one battle.");
|
||||
const u8 gXSpecialItemDescription[] = _("Raises the stat\nSP. ATK during one\nbattle.");
|
||||
const u8 gPokeDollItemDescription[] = _("Use to flee from\nany battle with\na wild POKéMON.");
|
||||
const u8 gFluffyTailItemDescription[] = _("Use to flee from\nany battle with\na wild POKéMON.");
|
||||
//Field items
|
||||
const u8 gSuperRepelItemDescription[] = _("Repels weak wild\nPOKéMON for 200\nsteps.");
|
||||
const u8 gMaxRepelItemDescription[] = _("Repels weak wild\nPOKéMON for 250\nsteps.");
|
||||
const u8 gEscapeRopeItemDescription[] = _("Use to escape\ninstantly from a\ncave or a dungeon.");
|
||||
const u8 gRepelItemDescription[] = _("Repels weak wild\nPOKéMON for 100\nsteps.");
|
||||
//Evolution stones
|
||||
const u8 gSunStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
const u8 gMoonStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
const u8 gFireStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
const u8 gThunderStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
const u8 gWaterStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
const u8 gLeafStoneItemDescription[] = _("Makes certain\nspecies of POKéMON\nevolve.");
|
||||
//Valuable items
|
||||
const u8 gTinyMushroomItemDescription[] = _("A plain mushroom\nthat would sell\nat a cheap price.");
|
||||
const u8 gBigMushroomItemDescription[] = _("A rare mushroom\nthat would sell at a\nhigh price.");
|
||||
const u8 gPearlItemDescription[] = _("A pretty pearl\nthat would sell at a\ncheap price.");
|
||||
const u8 gBigPearlItemDescription[] = _("A lovely large pearl\nthat would sell at a\nhigh price.");
|
||||
const u8 gStardustItemDescription[] = _("Beautiful red sand.\nCan be sold at a\nhigh price.");
|
||||
const u8 gStarPieceItemDescription[] = _("A red gem shard.\nIt would sell for a\nvery high price.");
|
||||
const u8 gNuggetItemDescription[] = _("A nugget of pure\ngold. Can be sold at\na high price.");
|
||||
const u8 gHeartScaleItemDescription[] = _("A lovely scale.\nIt is coveted by\ncollectors.");
|
||||
//Mail
|
||||
const u8 gOrangeMailItemDescription[] = _("A ZIGZAGOON-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gHarborMailItemDescription[] = _("A WINGULL-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gGlitterMailItemDescription[] = _("A PIKACHU-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gMechMailItemDescription[] = _("A MAGNEMITE-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gWoodMailItemDescription[] = _("A SLAKOTH-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gWaveMailItemDescription[] = _("A WAILMER-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gBeadMailItemDescription[] = _("MAIL featuring a\nsketch of the\nholding POKéMON.");
|
||||
const u8 gShadowMailItemDescription[] = _("A DUSKULL-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gTropicMailItemDescription[] = _("A BELLOSSOM-print\nMAIL to be held by\na POKéMON.");
|
||||
const u8 gDreamMailItemDescription[] = _("MAIL featuring a\nsketch of the\nholding POKéMON.");
|
||||
const u8 gFabMailItemDescription[] = _("A gorgeous-print\nMAIL to be held\nby a POKéMON.");
|
||||
const u8 gRetroMailItemDescription[] = _("MAIL featuring the\ndrawings of three\nPOKéMON.");
|
||||
//Berries
|
||||
const u8 gCheriBerryItemDescription[] = _("A hold item that\nheals paralysis\nin battle.");
|
||||
const u8 gChestoBerryItemDescription[] = _("A hold item that\nawakens POKéMON\nin battle.");
|
||||
const u8 gPechaBerryItemDescription[] = _("A hold item that\nheals poisoning\nin battle.");
|
||||
const u8 gRawstBerryItemDescription[] = _("A hold item that\nheals a burn in\nbattle.");
|
||||
const u8 gAspearBerryItemDescription[] = _("A hold item that\ndefrosts POKéMON\nin battle.");
|
||||
const u8 gLeppaBerryItemDescription[] = _("A hold item that\nrestores 10 PP in\nbattle.");
|
||||
const u8 gOranBerryItemDescription[] = _("A hold item that\nrestores 10 HP in\nbattle.");
|
||||
const u8 gPersimBerryItemDescription[] = _("A hold item that\nheals confusion\nin battle.");
|
||||
const u8 gLumBerryItemDescription[] = _("A hold item that\nheals any status\nproblem in battle.");
|
||||
const u8 gSitrusBerryItemDescription[] = _("A hold item that\nrestores 30 HP in\nbattle.");
|
||||
const u8 gFigyBerryItemDescription[] = _("A hold item that\nrestores HP but\nmay confuse.");
|
||||
const u8 gWikiBerryItemDescription[] = _("A hold item that\nrestores HP but\nmay confuse.");
|
||||
const u8 gMagoBerryItemDescription[] = _("A hold item that\nrestores HP but\nmay confuse.");
|
||||
const u8 gAguavBerryItemDescription[] = _("A hold item that\nrestores HP but\nmay confuse.");
|
||||
const u8 gIapapaBerryItemDescription[] = _("A hold item that\nrestores HP but\nmay confuse.");
|
||||
const u8 gRazzBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RAZZ.");
|
||||
const u8 gBlukBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BLUK.");
|
||||
const u8 gNanabBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NANAB.");
|
||||
const u8 gWepearBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WEPEAR.");
|
||||
const u8 gPinapBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PINAP.");
|
||||
const u8 gPomegBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase HP.");
|
||||
const u8 gKelpsyBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase ATTACK.");
|
||||
const u8 gQualotBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase DEFENSE.");
|
||||
const u8 gHondewBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase SP. ATK.");
|
||||
const u8 gGrepaBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase SP. DEF.");
|
||||
const u8 gTamatoBerryItemDescription[] = _("Makes a POKéMON\nfriendly but lowers\nbase SPEED.");
|
||||
const u8 gCornnBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow CORNN.");
|
||||
const u8 gMagostBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow MAGOST.");
|
||||
const u8 gRabutaBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RABUTA.");
|
||||
const u8 gNomelBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NOMEL.");
|
||||
const u8 gSpelonBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow SPELON.");
|
||||
const u8 gPamtreBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PAMTRE.");
|
||||
const u8 gWatmelBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WATMEL.");
|
||||
const u8 gDurinBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow DURIN.");
|
||||
const u8 gBelueBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BELUE.");
|
||||
const u8 gLiechiBerryItemDescription[] = _("A hold item that\nraises ATTACK in\na pinch.");
|
||||
const u8 gGanlonBerryItemDescription[] = _("A hold item that\nraises DEFENSE in\na pinch.");
|
||||
const u8 gSalacBerryItemDescription[] = _("A hold item that\nraises SPEED in\na pinch.");
|
||||
const u8 gPetayaBerryItemDescription[] = _("A hold item that\nraises SP. ATK in\na pinch.");
|
||||
const u8 gApicotBerryItemDescription[] = _("A hold item that\nraises SP. DEF in\na pinch.");
|
||||
const u8 gLansatBerryItemDescription[] = _("A hold item that\nups the critical-\nhit rate in a pinch.");
|
||||
const u8 gStarfBerryItemDescription[] = _("A hold item that\nsharply boosts a\nstat in a pinch.");
|
||||
const u8 gEnigmaBerryItemDescription[] = _("{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow a mystery.");
|
||||
//Hold items
|
||||
const u8 gBrightPowderItemDescription[] = _("A hold item that\ncasts a glare to\nreduce accuracy.");
|
||||
const u8 gWhiteHerbItemDescription[] = _("A hold item that\nrestores any\nlowered stat.");
|
||||
const u8 gMachoBraceItemDescription[] = _("A hold item that\npromotes growth,\nbut reduces SPEED.");
|
||||
const u8 gExpShareItemDescription[] = _("A hold item that\ngets EXP. points\nfrom battles.");
|
||||
const u8 gQuickClawItemDescription[] = _("A hold item that\noccasionally allows\nthe first strike.");
|
||||
const u8 gSootheBellItemDescription[] = _("A hold item that\ncalms spirits and\nfosters friendship.");
|
||||
const u8 gMentalHerbItemDescription[] = _("A hold item that\nsnaps POKéMON out\nof infatuation.");
|
||||
const u8 gChoiceBandItemDescription[] = _("Raises a move’s\npower, but permits\nonly that move.");
|
||||
const u8 gKingsRockItemDescription[] = _("A hold item that\nmay cause flinching\nwhen the foe is hit.");
|
||||
const u8 gSilverPowderItemDescription[] = _("A hold item that\nraises the power of\nBUG-type moves.");
|
||||
const u8 gAmuletCoinItemDescription[] = _("Doubles money in\nbattle if the\nholder takes part.");
|
||||
const u8 gCleanseTagItemDescription[] = _("A hold item that\nhelps repel wild\nPOKéMON.");
|
||||
const u8 gSoulDewItemDescription[] = _("Hold item: raises\nSP. ATK & SP. DEF of\nLATIOS & LATIAS.");
|
||||
const u8 gDeepSeaToothItemDescription[] = _("A hold item that\nraises the SP. ATK\nof CLAMPERL.");
|
||||
const u8 gDeepSeaScaleItemDescription[] = _("A hold item that\nraises the SP. DEF\nof CLAMPERL.");
|
||||
const u8 gSmokeBallItemDescription[] = _("A hold item that\nassures fleeing\nfrom wild POKéMON.");
|
||||
const u8 gEverstoneItemDescription[] = _("A wondrous hold\nitem that prevents\nevolution.");
|
||||
const u8 gFocusBandItemDescription[] = _("A hold item that\noccasionally\nprevents fainting.");
|
||||
const u8 gLuckyEggItemDescription[] = _("A hold item that\nboosts EXP. points\nearned in battle.");
|
||||
const u8 gScopeLensItemDescription[] = _("A hold item that\nimproves the\ncritical-hit rate.");
|
||||
const u8 gMetalCoatItemDescription[] = _("A hold item that\nraises the power of\nSTEEL-type moves.");
|
||||
const u8 gLeftoversItemDescription[] = _("A hold item that\ngradually restores\nHP in battle.");
|
||||
const u8 gDragonScaleItemDescription[] = _("A strange scale\nheld by DRAGON-\ntype POKéMON.");
|
||||
const u8 gLightBallItemDescription[] = _("A hold item that\nraises the SP. ATK\nof PIKACHU.");
|
||||
const u8 gSoftSandItemDescription[] = _("A hold item that\nraises the power of\nGROUND-type moves.");
|
||||
const u8 gHardStoneItemDescription[] = _("A hold item that\nraises the power of\nROCK-type moves.");
|
||||
const u8 gMiracleSeedItemDescription[] = _("A hold item that\nraises the power of\nGRASS-type moves.");
|
||||
const u8 gBlackGlassesItemDescription[] = _("A hold item that\nraises the power of\nDARK-type moves.");
|
||||
const u8 gBlackBeltItemDescription[] = _("A hold item that\nboosts FIGHTING-\ntype moves.");
|
||||
const u8 gMagnetItemDescription[] = _("A hold item that\nboosts ELECTRIC-\ntype moves.");
|
||||
const u8 gMysticWaterItemDescription[] = _("A hold item that\nraises the power of\nWATER-type moves.");
|
||||
const u8 gSharpBeakItemDescription[] = _("A hold item that\nraises the power of\nFLYING-type moves.");
|
||||
const u8 gPoisonBarbItemDescription[] = _("A hold item that\nraises the power of\nPOISON-type moves.");
|
||||
const u8 gNeverMeltIceItemDescription[] = _("A hold item that\nraises the power of\nICE-type moves.");
|
||||
const u8 gSpellTagItemDescription[] = _("A hold item that\nraises the power of\nGHOST-type moves.");
|
||||
const u8 gTwistedSpoonItemDescription[] = _("A hold item that\nboosts PSYCHIC-\ntype moves.");
|
||||
const u8 gCharcoalItemDescription[] = _("A hold item that\nraises the power of\nFIRE-type moves.");
|
||||
const u8 gDragonFangItemDescription[] = _("A hold item that\nraises the power of\nDRAGON-type moves.");
|
||||
const u8 gSilkScarfItemDescription[] = _("A hold item that\nraises the power of\nNORMAL-type moves.");
|
||||
const u8 gUpGradeItemDescription[] = _("A peculiar box made\nby SILPH CO.");
|
||||
const u8 gShellBellItemDescription[] = _("A hold item that\nrestores HP upon\nstriking the foe.");
|
||||
const u8 gSeaIncenseItemDescription[] = _("A hold item that\nslightly boosts\nWATER-type moves.");
|
||||
const u8 gLaxIncenseItemDescription[] = _("A hold item that\nslightly lowers the\nfoe’s accuracy.");
|
||||
const u8 gLuckyPunchItemDescription[] = _("A hold item that\nraises CHANSEY’s\ncritical-hit rate.");
|
||||
const u8 gMetalPowderItemDescription[] = _("A hold item that\nraises DITTO’s\nDEFENSE.");
|
||||
const u8 gThickClubItemDescription[] = _("A hold item that \nraises CUBONE or\nMAROWAK’s ATTACK.");
|
||||
const u8 gStickItemDescription[] = _("A hold item that\nraises FARFETCH’D’s\ncritical-hit ratio.");
|
||||
const u8 gRedScarfItemDescription[] = _("A hold item that\nraises COOL in\nCONTESTS.");
|
||||
const u8 gBlueScarfItemDescription[] = _("A hold item that\nraises BEAUTY in\nCONTESTS.");
|
||||
const u8 gPinkScarfItemDescription[] = _("A hold item that\nraises CUTE in\nCONTESTS.");
|
||||
const u8 gGreenScarfItemDescription[] = _("A hold item that\nraises SMART in\nCONTESTS.");
|
||||
const u8 gYellowScarfItemDescription[] = _("A hold item that\nraises TOUGH in\nCONTESTS.");
|
||||
//Key items
|
||||
const u8 gMachBikeItemDescription[] = _("A folding bicycle\nthat doubles your\nspeed or better.");
|
||||
const u8 gCoinCaseItemDescription[] = _("A case that holds\nup to 9,999 COINS.");
|
||||
const u8 gItemfinderItemDescription[] = _("A device that\nsignals an invisible\nitem by sound.");
|
||||
const u8 gOldRodItemDescription[] = _("Use by any body of\nwater to fish for\nwild POKéMON.");
|
||||
const u8 gGoodRodItemDescription[] = _("A decent fishing\nrod for catching\nwild POKéMON.");
|
||||
const u8 gSuperRodItemDescription[] = _("The best fishing\nrod for catching\nwild POKéMON.");
|
||||
const u8 gSSTicketItemDescription[] = _("The ticket required\nfor sailing on a\nferry.");
|
||||
const u8 gContestPassItemDescription[] = _("The pass required\nfor entering\nPOKéMON CONTESTS.");
|
||||
const u8 gWailmerPailItemDescription[] = _("A tool used for\nwatering BERRIES\nand plants.");
|
||||
const u8 gDevonGoodsItemDescription[] = _("A package that\ncontains DEVON’s\nmachine parts.");
|
||||
const u8 gSootSackItemDescription[] = _("A sack used to\ngather and hold\nvolcanic ash.");
|
||||
const u8 gBasementKeyItemDescription[] = _("The key for NEW\nMAUVILLE beneath\nMAUVILLE CITY.");
|
||||
const u8 gAcroBikeItemDescription[] = _("A folding bicycle\ncapable of jumps\nand wheelies.");
|
||||
const u8 gPokeblockCaseItemDescription[] = _("A case for holding\n{POKEBLOCK}S made with\na BERRY BLENDER.");
|
||||
const u8 gLetterItemDescription[] = _("A letter to STEVEN\nfrom the PRESIDENT\nof the DEVON CORP.");
|
||||
const u8 gEonTicketItemDescription[] = _("The ticket for a\nferry to a distant\nsouthern island.");
|
||||
const u8 gRedOrbItemDescription[] = _("A red, glowing orb\nsaid to contain an\nancient power.");
|
||||
const u8 gBlueOrbItemDescription[] = _("A blue, glowing orb\nsaid to contain an\nancient power.");
|
||||
const u8 gScannerItemDescription[] = _("A device found\ninside the\nABANDONED SHIP.");
|
||||
const u8 gGoGogglesItemDescription[] = _("Nifty goggles that\nprotect eyes from\ndesert sandstorms.");
|
||||
const u8 gMeteoriteItemDescription[] = _("A meteorite found\nat METEOR FALLS.");
|
||||
const u8 gRoom1KeyItemDescription[] = _("A key that opens a\ndoor inside the\nABANDONED SHIP.");
|
||||
const u8 gRoom2KeyItemDescription[] = _("A key that opens a\ndoor inside the\nABANDONED SHIP.");
|
||||
const u8 gRoom4KeyItemDescription[] = _("A key that opens a\ndoor inside the\nABANDONED SHIP.");
|
||||
const u8 gRoom6KeyItemDescription[] = _("A key that opens a\ndoor inside the\nABANDONED SHIP.");
|
||||
const u8 gStorageKeyItemDescription[] = _("The key to the\nstorage inside the\nABANDONED SHIP.");
|
||||
const u8 gRootFossilItemDescription[] = _("A fossil of an\nancient, seafloor-\ndwelling POKéMON.");
|
||||
const u8 gClawFossilItemDescription[] = _("A fossil of an\nancient, seafloor-\ndwelling POKéMON.");
|
||||
const u8 gDevonScopeItemDescription[] = _("A device by DEVON\nthat signals any\nunseeable POKéMON.");
|
||||
//TMs/HMs
|
||||
const u8 gTM01ItemDescription[] = _("Powerful, but makes\nthe user flinch if\nhit by the foe.");
|
||||
const u8 gTM02ItemDescription[] = _("Hooks and slashes\nthe foe with long,\nsharp claws.");
|
||||
const u8 gTM03ItemDescription[] = _("Generates an\nultrasonic wave\nthat may confuse.");
|
||||
const u8 gTM04ItemDescription[] = _("Raises SP. ATK and\nSP. DEF by focusing\nthe mind.");
|
||||
const u8 gTM05ItemDescription[] = _("A savage roar that\nmakes the foe flee \nto end the battle.");
|
||||
const u8 gTM06ItemDescription[] = _("Poisons the foe\nwith a toxin that\ngradually worsens.");
|
||||
const u8 gTM07ItemDescription[] = _("Creates a hailstorm\nthat damages all\ntypes except ICE.");
|
||||
const u8 gTM08ItemDescription[] = _("Bulks up the body\nto boost both\nATTACK & DEFENSE.");
|
||||
const u8 gTM09ItemDescription[] = _("Shoots 2 to 5 seeds\nin a row to strike\nthe foe.");
|
||||
const u8 gTM10ItemDescription[] = _("The attack power\nvaries among\ndifferent POKéMON.");
|
||||
const u8 gTM11ItemDescription[] = _("Raises the power of\nFIRE-type moves\nfor 5 turns.");
|
||||
const u8 gTM12ItemDescription[] = _("Enrages the foe so\nit can only use\nattack moves.");
|
||||
const u8 gTM13ItemDescription[] = _("Fires an icy cold\nbeam that may\nfreeze the foe.");
|
||||
const u8 gTM14ItemDescription[] = _("A brutal snow-and-\nwind attack that\nmay freeze the foe.");
|
||||
const u8 gTM15ItemDescription[] = _("Powerful, but needs\nrecharging the\nnext turn.");
|
||||
const u8 gTM16ItemDescription[] = _("Creates a wall of\nlight that lowers\nSP. ATK damage.");
|
||||
const u8 gTM17ItemDescription[] = _("Negates all damage,\nbut may fail if used\nin succession.");
|
||||
const u8 gTM18ItemDescription[] = _("Raises the power of\nWATER-type moves\nfor 5 turns.");
|
||||
const u8 gTM19ItemDescription[] = _("Recovers half the\nHP of the damage \nthis move inflicts.");
|
||||
const u8 gTM20ItemDescription[] = _("Prevents status\nabnormality with a\nmystical power.");
|
||||
const u8 gTM21ItemDescription[] = _("The less the user\nlikes you, the more\npowerful this move.");
|
||||
const u8 gTM22ItemDescription[] = _("Absorbs sunlight in\nthe 1st turn, then\nattacks next turn.");
|
||||
const u8 gTM23ItemDescription[] = _("Slams the foe with\na hard tail. It may\nlower DEFENSE.");
|
||||
const u8 gTM24ItemDescription[] = _("A powerful electric\nattack that may\ncause paralysis.");
|
||||
const u8 gTM25ItemDescription[] = _("Strikes the foe\nwith a thunderbolt.\nIt may paralyze.");
|
||||
const u8 gTM26ItemDescription[] = _("Causes a quake\nthat has no effect\non flying foes.");
|
||||
const u8 gTM27ItemDescription[] = _("The more the user\nlikes you, the more\npowerful this move.");
|
||||
const u8 gTM28ItemDescription[] = _("Digs underground\nthe 1st turn, then\nstrikes next turn.");
|
||||
const u8 gTM29ItemDescription[] = _("A powerful psychic\nattack that may\nlower SP. DEF.");
|
||||
const u8 gTM30ItemDescription[] = _("Hurls a dark lump\nat the foe. It may\nlower SP. DEF.");
|
||||
const u8 gTM31ItemDescription[] = _("Destroys barriers\nlike LIGHT SCREEN\nand causes damage.");
|
||||
const u8 gTM32ItemDescription[] = _("Creates illusory\ncopies to enhance\nelusiveness.");
|
||||
const u8 gTM33ItemDescription[] = _("Creates a wall of\nlight that weakens\nphysical attacks.");
|
||||
const u8 gTM34ItemDescription[] = _("Zaps the foe with a\njolt of electricity\nthat never misses.");
|
||||
const u8 gTM35ItemDescription[] = _("Looses a stream of\nfire that may burn\nthe foe.");
|
||||
const u8 gTM36ItemDescription[] = _("Hurls sludge at the\nfoe. It may poison\nthe foe.");
|
||||
const u8 gTM37ItemDescription[] = _("Causes a sandstorm\nthat hits the foe\nover several turns.");
|
||||
const u8 gTM38ItemDescription[] = _("A powerful fire\nattack that may\nburn the foe.");
|
||||
const u8 gTM39ItemDescription[] = _("Stops the foe from\nmoving with rocks.\nMay lower SPEED.");
|
||||
const u8 gTM40ItemDescription[] = _("An extremely fast\nattack that can’t\nbe avoided.");
|
||||
const u8 gTM41ItemDescription[] = _("Prevents the foe\nfrom using the same\nmove in a row.");
|
||||
const u8 gTM42ItemDescription[] = _("Raises ATTACK when\npoisoned, burned,\nor paralyzed.");
|
||||
const u8 gTM43ItemDescription[] = _("Adds an effect to\nattack depending\non the location.");
|
||||
const u8 gTM44ItemDescription[] = _("The user sleeps for\n2 turns to restore\nhealth and status.");
|
||||
const u8 gTM45ItemDescription[] = _("Makes it tough to\nattack a foe of the\nopposite gender.");
|
||||
const u8 gTM46ItemDescription[] = _("While attacking,\nit may steal the\nfoe’s held item.");
|
||||
const u8 gTM47ItemDescription[] = _("Spreads hard-\nedged wings and\nslams into the foe.");
|
||||
const u8 gTM48ItemDescription[] = _("Switches abilities\nwith the foe on the\nturn this is used.");
|
||||
const u8 gTM49ItemDescription[] = _("Steals the effects\nof the move the foe\nis trying to use.");
|
||||
const u8 gTM50ItemDescription[] = _("Enables full-power\nattack, but sharply\nlowers SP. ATK.");
|
||||
|
||||
const u8 gHM01ItemDescription[] = _("Attacks the foe\nwith sharp blades\nor claws.");
|
||||
const u8 gHM02ItemDescription[] = _("Flies up on the\nfirst turn, then\nattacks next turn.");
|
||||
const u8 gHM03ItemDescription[] = _("Creates a huge\nwave, then crashes\nit down on the foe.");
|
||||
const u8 gHM04ItemDescription[] = _("Builds enormous\npower, then slams\nthe foe.");
|
||||
const u8 gHM05ItemDescription[] = _("Looses a powerful\nblast of light that\nreduces accuracy.");
|
||||
const u8 gHM06ItemDescription[] = _("A rock-crushingly\ntough attack that\nmay lower DEFENSE.");
|
||||
const u8 gHM07ItemDescription[] = _("Attacks the foe\nwith enough power\nto climb waterfalls.");
|
||||
const u8 gHM08ItemDescription[] = _("Dives underwater\nthe 1st turn, then\nattacks next turn.");
|
||||
//FireRed/LeafGreen key items
|
||||
const u8 gOaksParcelItemDescription[] = _("A parcel for PROF.\nOAK from a POKéMON\nMART’s clerk.");
|
||||
const u8 gPokeFluteItemDescription[] = _("A sweet-sounding\nflute that awakens\nPOKéMON.");
|
||||
const u8 gSecretKeyItemDescription[] = _("The key to the\nCINNABAR ISLAND\nGYM’s entrance.");
|
||||
const u8 gBikeVoucherItemDescription[] = _("A voucher for\nobtaining a bicycle\nfrom the BIKE SHOP.");
|
||||
const u8 gGoldTeethItemDescription[] = _("Gold dentures lost\nby the SAFARI\nZONE’s WARDEN.");
|
||||
const u8 gOldAmberItemDescription[] = _("A stone containing\nthe genes of an\nancient POKéMON.");
|
||||
const u8 gCardKeyItemDescription[] = _("A card-type door\nkey used in SILPH\nCO’s office.");
|
||||
const u8 gLiftKeyItemDescription[] = _("An elevator key\nused in TEAM\nROCKET’s HIDEOUT.");
|
||||
const u8 gHelixFossilItemDescription[] = _("A piece of an\nancient marine\nPOKéMON’s seashell.");
|
||||
const u8 gDomeFossilItemDescription[] = _("A piece of an\nancient marine\nPOKéMON’s shell.");
|
||||
const u8 gSilphScopeItemDescription[] = _("SILPH CO’s scope\nmakes unseeable\nPOKéMON visible.");
|
||||
const u8 gBicycleItemDescription[] = _("A folding bicycle\nthat is faster than\nthe RUNNING SHOES.");
|
||||
const u8 gTownMapItemDescription[] = _("Can be viewed\nanytime. Shows your\npresent location.");
|
||||
const u8 gVSSeekerItemDescription[] = _("A rechargeable unit\nthat flags battle-\nready TRAINERS.");
|
||||
const u8 gFameCheckerItemDescription[] = _("Stores information\non famous people\nfor instant recall.");
|
||||
const u8 gTMCaseItemDescription[] = _("A convenient case \nthat holds TMs and\nHMs.");
|
||||
const u8 gBerryPouchItemDescription[] = _("A convenient\ncontainer that\nholds BERRIES.");
|
||||
const u8 gTeachyTVItemDescription[] = _("A TV set tuned to\nan advice program\nfor TRAINERS.");
|
||||
const u8 gTriPassItemDescription[] = _("A pass for ferries\nbetween ONE, TWO,\nand THREE ISLAND.");
|
||||
const u8 gRainbowPassItemDescription[] = _("For ferries serving\nVERMILION and the\nSEVII ISLANDS.");
|
||||
const u8 gTeaItemDescription[] = _("A thirst-quenching\ntea prepared by an\nold lady.");
|
||||
const u8 gMysticTicketItemDescription[] = _("A ticket required\nto board the ship\nto NAVEL ROCK.");
|
||||
const u8 gAuroraTicketItemDescription[] = _("A ticket required\nto board the ship\nto BIRTH ISLAND.");
|
||||
const u8 gPowderJarItemDescription[] = _("Stores BERRY\nPOWDER made using\na BERRY CRUSHER.");
|
||||
const u8 gRubyItemDescription[] = _("An exquisite, red-\nglowing gem that\nsymbolizes passion.");
|
||||
const u8 gSapphireItemDescription[] = _("A brilliant blue gem\nthat symbolizes\nhonesty.");
|
||||
//Emerald-specific key items
|
||||
const u8 gMagmaEmblemItemDescription[] = _("A medal-like item in\nthe same shape as\nTEAM MAGMA’s mark.");
|
||||
const u8 gOldSeaMapItemDescription[] = _("A faded sea chart\nthat shows the way\nto a certain island.");
|
||||
#endif // POKEEMERALD_DATA_TEXT_ITEM_DESCRIPTIONS_H
|
||||
@@ -0,0 +1,714 @@
|
||||
static const u8 sNullMoveDescription[] = _("");
|
||||
static const u8 sPoundMoveDescription[] = _("Pounds the foe with\nforelegs or tail.");
|
||||
static const u8 sKarateChopMoveDescription[] = _("A chopping attack with a\nhigh critical-hit ratio.");
|
||||
static const u8 sDoubleSlapMoveDescription[] = _("Repeatedly slaps the foe\n2 to 5 times.");
|
||||
static const u8 sCometPunchMoveDescription[] = _("Repeatedly punches the foe\n2 to 5 times.");
|
||||
static const u8 sMegaPunchMoveDescription[] = _("A strong punch thrown with\nincredible power.");
|
||||
static const u8 sPayDayMoveDescription[] = _("Throws coins at the foe.\nMoney is recovered after.");
|
||||
static const u8 sFirePunchMoveDescription[] = _("A fiery punch that may burn\nthe foe.");
|
||||
static const u8 sIcePunchMoveDescription[] = _("An icy punch that may\nfreeze the foe.");
|
||||
static const u8 sThunderPunchMoveDescription[] = _("An electrified punch that\nmay paralyze the foe.");
|
||||
static const u8 sScratchMoveDescription[] = _("Scratches the foe with\nsharp claws.");
|
||||
static const u8 sViceGripMoveDescription[] = _("Grips the foe with large and\npowerful pincers.");
|
||||
static const u8 sGuillotineMoveDescription[] = _("A powerful pincer attack\nthat may cause fainting.");
|
||||
static const u8 sRazorWindMoveDescription[] = _("A 2-turn move that strikes\nthe foe on the 2nd turn.");
|
||||
static const u8 sSwordsDanceMoveDescription[] = _("A fighting dance that\nsharply raises ATTACK.");
|
||||
static const u8 sCutMoveDescription[] = _("Cuts the foe with sharp\nscythes, claws, etc.");
|
||||
static const u8 sGustMoveDescription[] = _("Strikes the foe with a gust\nof wind whipped up by wings.");
|
||||
static const u8 sWingAttackMoveDescription[] = _("Strikes the foe with wings\nspread wide.");
|
||||
static const u8 sWhirlwindMoveDescription[] = _("Blows away the foe with\nwind and ends the battle.");
|
||||
static const u8 sFlyMoveDescription[] = _("Flies up on the first turn,\nthen strikes the next turn.");
|
||||
static const u8 sBindMoveDescription[] = _("Binds and squeezes the foe\nfor 2 to 5 turns.");
|
||||
static const u8 sSlamMoveDescription[] = _("Slams the foe with a long\ntail, vine, etc.");
|
||||
static const u8 sVineWhipMoveDescription[] = _("Strikes the foe with\nslender, whiplike vines.");
|
||||
static const u8 sStompMoveDescription[] = _("Stomps the enemy with a big\nfoot. May cause flinching.");
|
||||
static const u8 sDoubleKickMoveDescription[] = _("A double-kicking attack\nthat strikes the foe twice.");
|
||||
static const u8 sMegaKickMoveDescription[] = _("An extremely powerful kick\nwith intense force.");
|
||||
static const u8 sJumpKickMoveDescription[] = _("A strong jumping kick. May\nmiss and hurt the kicker.");
|
||||
static const u8 sRollingKickMoveDescription[] = _("A fast kick delivered from\na rapid spin.");
|
||||
static const u8 sSandAttackMoveDescription[] = _("Reduces the foe’s accuracy\nby hurling sand in its face.");
|
||||
static const u8 sHeadbuttMoveDescription[] = _("A ramming attack that may\ncause flinching.");
|
||||
static const u8 sHornAttackMoveDescription[] = _("Jabs the foe with sharp\nhorns.");
|
||||
static const u8 sFuryAttackMoveDescription[] = _("Jabs the foe 2 to 5 times\nwith sharp horns, etc.");
|
||||
static const u8 sHornDrillMoveDescription[] = _("A one-hit KO attack that\nuses a horn like a drill.");
|
||||
static const u8 sTackleMoveDescription[] = _("Charges the foe with a full-\nbody tackle.");
|
||||
static const u8 sBodySlamMoveDescription[] = _("A full-body slam that may\ncause paralysis.");
|
||||
static const u8 sWrapMoveDescription[] = _("Wraps and squeezes the foe\n2 to 5 times with vines, etc.");
|
||||
static const u8 sTakeDownMoveDescription[] = _("A reckless charge attack\nthat also hurts the user.");
|
||||
static const u8 sThrashMoveDescription[] = _("A rampage of 2 to 3 turns\nthat confuses the user.");
|
||||
static const u8 sDoubleEdgeMoveDescription[] = _("A life-risking tackle that\nalso hurts the user.");
|
||||
static const u8 sTailWhipMoveDescription[] = _("Wags the tail to lower the\nfoe’s DEFENSE.");
|
||||
static const u8 sPoisonStingMoveDescription[] = _("A toxic attack with barbs,\netc., that may poison.");
|
||||
static const u8 sTwineedleMoveDescription[] = _("Stingers on the forelegs\njab the foe twice.");
|
||||
static const u8 sPinMissileMoveDescription[] = _("Sharp pins are fired to\nstrike 2 to 5 times.");
|
||||
static const u8 sLeerMoveDescription[] = _("Frightens the foe with a\nleer to lower DEFENSE.");
|
||||
static const u8 sBiteMoveDescription[] = _("Bites with vicious fangs.\nMay cause flinching.");
|
||||
static const u8 sGrowlMoveDescription[] = _("Growls cutely to reduce the\nfoe’s ATTACK.");
|
||||
static const u8 sRoarMoveDescription[] = _("Makes the foe flee to end\nthe battle.");
|
||||
static const u8 sSingMoveDescription[] = _("A soothing song lulls the\nfoe into a deep slumber.");
|
||||
static const u8 sSupersonicMoveDescription[] = _("Emits bizarre sound waves\nthat may confuse the foe.");
|
||||
static const u8 sSonicBoomMoveDescription[] = _("Launches shock waves that\nalways inflict 20 HP damage.");
|
||||
static const u8 sDisableMoveDescription[] = _("Psychically disables one of\nthe foe’s moves.");
|
||||
static const u8 sAcidMoveDescription[] = _("Sprays a hide-melting acid.\nMay lower DEFENSE.");
|
||||
static const u8 sEmberMoveDescription[] = _("A weak fire attack that may\ninflict a burn.");
|
||||
static const u8 sFlamethrowerMoveDescription[] = _("A powerful fire attack that\nmay inflict a burn.");
|
||||
static const u8 sMistMoveDescription[] = _("Creates a mist that stops\nreduction of abilities.");
|
||||
static const u8 sWaterGunMoveDescription[] = _("Squirts water to attack\nthe foe.");
|
||||
static const u8 sHydroPumpMoveDescription[] = _("Blasts water at high power\nto strike the foe.");
|
||||
static const u8 sSurfMoveDescription[] = _("Creates a huge wave, then\ncrashes it down on the foe.");
|
||||
static const u8 sIceBeamMoveDescription[] = _("Blasts the foe with an icy\nbeam that may freeze it.");
|
||||
static const u8 sBlizzardMoveDescription[] = _("Hits the foe with an icy\nstorm that may freeze it.");
|
||||
static const u8 sPsybeamMoveDescription[] = _("Fires a peculiar ray that\nmay confuse the foe.");
|
||||
static const u8 sBubbleBeamMoveDescription[] = _("Forcefully sprays bubbles\nthat may lower SPEED.");
|
||||
static const u8 sAuroraBeamMoveDescription[] = _("Fires a rainbow-colored\nbeam that may lower ATTACK.");
|
||||
static const u8 sHyperBeamMoveDescription[] = _("Powerful, but leaves the\nuser immobile the next turn.");
|
||||
static const u8 sPeckMoveDescription[] = _("Attacks the foe with a\njabbing beak, etc.");
|
||||
static const u8 sDrillPeckMoveDescription[] = _("A corkscrewing attack with\nthe beak acting as a drill.");
|
||||
static const u8 sSubmissionMoveDescription[] = _("A reckless body slam that\nalso hurts the user.");
|
||||
static const u8 sLowKickMoveDescription[] = _("A kick that inflicts more\ndamage on heavier foes.");
|
||||
static const u8 sCounterMoveDescription[] = _("Retaliates any physical hit\nwith double the power.");
|
||||
static const u8 sSeismicTossMoveDescription[] = _("Inflicts damage identical\nto the user’s level.");
|
||||
static const u8 sStrengthMoveDescription[] = _("Builds enormous power,\nthen slams the foe.");
|
||||
static const u8 sAbsorbMoveDescription[] = _("An attack that absorbs\nhalf the damage inflicted.");
|
||||
static const u8 sMegaDrainMoveDescription[] = _("An attack that absorbs\nhalf the damage inflicted.");
|
||||
static const u8 sLeechSeedMoveDescription[] = _("Plants a seed on the foe to\nsteal HP on every turn.");
|
||||
static const u8 sGrowthMoveDescription[] = _("Forces the body to grow\nand heightens SP. ATK.");
|
||||
static const u8 sRazorLeafMoveDescription[] = _("Cuts the enemy with leaves.\nHigh critical-hit ratio.");
|
||||
static const u8 sSolarBeamMoveDescription[] = _("Absorbs light in one turn,\nthen attacks next turn.");
|
||||
static const u8 sPoisonPowderMoveDescription[] = _("Scatters a toxic powder\nthat may poison the foe.");
|
||||
static const u8 sStunSporeMoveDescription[] = _("Scatters a powder that may\nparalyze the foe.");
|
||||
static const u8 sSleepPowderMoveDescription[] = _("Scatters a powder that may\ncause the foe to sleep.");
|
||||
static const u8 sPetalDanceMoveDescription[] = _("A rampage of 2 to 3 turns\nthat confuses the user.");
|
||||
static const u8 sStringShotMoveDescription[] = _("Binds the foe with string\nto reduce its SPEED.");
|
||||
static const u8 sDragonRageMoveDescription[] = _("Launches shock waves that\nalways inflict 40 HP damage.");
|
||||
static const u8 sFireSpinMoveDescription[] = _("Traps the foe in a ring of\nfire for 2 to 5 turns.");
|
||||
static const u8 sThunderShockMoveDescription[] = _("An electrical attack that\nmay paralyze the foe.");
|
||||
static const u8 sThunderboltMoveDescription[] = _("A strong electrical attack\nthat may paralyze the foe.");
|
||||
static const u8 sThunderWaveMoveDescription[] = _("A weak jolt of electricity\nthat paralyzes the foe.");
|
||||
static const u8 sThunderMoveDescription[] = _("A lightning attack that may\ncause paralysis.");
|
||||
static const u8 sRockThrowMoveDescription[] = _("Throws small rocks to\nstrike the foe.");
|
||||
static const u8 sEarthquakeMoveDescription[] = _("A powerful quake, but has\nno effect on flying foes.");
|
||||
static const u8 sFissureMoveDescription[] = _("A one-hit KO move that\ndrops the foe in a fissure.");
|
||||
static const u8 sDigMoveDescription[] = _("Digs underground the first\nturn and strikes next turn.");
|
||||
static const u8 sToxicMoveDescription[] = _("Poisons the foe with an\nintensifying toxin.");
|
||||
static const u8 sConfusionMoveDescription[] = _("A psychic attack that may\ncause confusion.");
|
||||
static const u8 sPsychicMoveDescription[] = _("A powerful psychic attack\nthat may lower SP. DEF.");
|
||||
static const u8 sHypnosisMoveDescription[] = _("A hypnotizing move that\nmay induce sleep.");
|
||||
static const u8 sMeditateMoveDescription[] = _("Meditates in a peaceful\nfashion to raise ATTACK.");
|
||||
static const u8 sAgilityMoveDescription[] = _("Relaxes the body to sharply\nboost SPEED.");
|
||||
static const u8 sQuickAttackMoveDescription[] = _("An extremely fast attack\nthat always strikes first.");
|
||||
static const u8 sRageMoveDescription[] = _("Raises the user’s ATTACK\nevery time it is hit.");
|
||||
static const u8 sTeleportMoveDescription[] = _("A psychic move for fleeing\nfrom battle instantly.");
|
||||
static const u8 sNightShadeMoveDescription[] = _("Inflicts damage identical\nto the user’s level.");
|
||||
static const u8 sMimicMoveDescription[] = _("Copies a move used by the\nfoe during one battle.");
|
||||
static const u8 sScreechMoveDescription[] = _("Emits a screech to sharply\nreduce the foe’s DEFENSE.");
|
||||
static const u8 sDoubleTeamMoveDescription[] = _("Creates illusory copies to\nraise evasiveness.");
|
||||
static const u8 sRecoverMoveDescription[] = _("Recovers up to half the\nuser’s maximum HP.");
|
||||
static const u8 sHardenMoveDescription[] = _("Stiffens the body’s \nmuscles to raise DEFENSE.");
|
||||
static const u8 sMinimizeMoveDescription[] = _("Minimizes the user’s size\nto raise evasiveness.");
|
||||
static const u8 sSmokescreenMoveDescription[] = _("Lowers the foe’s accuracy\nusing smoke, ink, etc.");
|
||||
static const u8 sConfuseRayMoveDescription[] = _("A sinister ray that\nconfuses the foe.");
|
||||
static const u8 sWithdrawMoveDescription[] = _("Withdraws the body into its\nhard shell to raise DEFENSE.");
|
||||
static const u8 sDefenseCurlMoveDescription[] = _("Curls up to conceal weak\nspots and raise DEFENSE.");
|
||||
static const u8 sBarrierMoveDescription[] = _("Creates a barrier that\nsharply raises DEFENSE.");
|
||||
static const u8 sLightScreenMoveDescription[] = _("Creates a wall of light that\nlowers SP. ATK damage.");
|
||||
static const u8 sHazeMoveDescription[] = _("Creates a black haze that\neliminates all stat changes.");
|
||||
static const u8 sReflectMoveDescription[] = _("Creates a wall of light that\nweakens physical attacks.");
|
||||
static const u8 sFocusEnergyMoveDescription[] = _("Focuses power to raise the\ncritical-hit ratio.");
|
||||
static const u8 sBideMoveDescription[] = _("Endures attack for 2\nturns to retaliate double.");
|
||||
static const u8 sMetronomeMoveDescription[] = _("Waggles a finger to use any\nPOKéMON move at random.");
|
||||
static const u8 sMirrorMoveMoveDescription[] = _("Counters the foe’s attack\nwith the same move.");
|
||||
static const u8 sSelfDestructMoveDescription[] = _("Inflicts severe damage but\nmakes the user faint.");
|
||||
static const u8 sEggBombMoveDescription[] = _("An egg is forcibly hurled at\nthe foe.");
|
||||
static const u8 sLickMoveDescription[] = _("Licks with a long tongue to\ninjure. May also paralyze.");
|
||||
static const u8 sSmogMoveDescription[] = _("An exhaust-gas attack\nthat may also poison.");
|
||||
static const u8 sSludgeMoveDescription[] = _("Sludge is hurled to inflict\ndamage. May also poison.");
|
||||
static const u8 sBoneClubMoveDescription[] = _("Clubs the foe with a bone.\nMay cause flinching.");
|
||||
static const u8 sFireBlastMoveDescription[] = _("Incinerates everything it\nstrikes. May cause a burn.");
|
||||
static const u8 sWaterfallMoveDescription[] = _("Charges the foe with speed\nto climb waterfalls.");
|
||||
static const u8 sClampMoveDescription[] = _("Traps and squeezes the\nfoe for 2 to 5 turns.");
|
||||
static const u8 sSwiftMoveDescription[] = _("Sprays star-shaped rays\nthat never miss.");
|
||||
static const u8 sSkullBashMoveDescription[] = _("Tucks in the head, then\nattacks on the next turn.");
|
||||
static const u8 sSpikeCannonMoveDescription[] = _("Launches sharp spikes that\nstrike 2 to 5 times.");
|
||||
static const u8 sConstrictMoveDescription[] = _("Constricts to inflict pain.\nMay lower SPEED.");
|
||||
static const u8 sAmnesiaMoveDescription[] = _("Forgets about something\nand sharply raises SP. DEF.");
|
||||
static const u8 sKinesisMoveDescription[] = _("Distracts the foe.\nMay lower accuracy.");
|
||||
static const u8 sSoftBoiledMoveDescription[] = _("Recovers up to half the\nuser’s maximum HP.");
|
||||
static const u8 sHiJumpKickMoveDescription[] = _("A jumping knee kick. If it\nmisses, the user is hurt.");
|
||||
static const u8 sGlareMoveDescription[] = _("Intimidates and frightens\nthe foe into paralysis.");
|
||||
static const u8 sDreamEaterMoveDescription[] = _("Takes one half the damage\ninflicted on a sleeping foe.");
|
||||
static const u8 sPoisonGasMoveDescription[] = _("Envelops the foe in a toxic\ngas that may poison.");
|
||||
static const u8 sBarrageMoveDescription[] = _("Hurls round objects at the\nfoe 2 to 5 times.");
|
||||
static const u8 sLeechLifeMoveDescription[] = _("An attack that steals half\nthe damage inflicted.");
|
||||
static const u8 sLovelyKissMoveDescription[] = _("Demands a kiss with a scary\nface that induces sleep.");
|
||||
static const u8 sSkyAttackMoveDescription[] = _("Searches out weak spots,\nthen strikes the next turn.");
|
||||
static const u8 sTransformMoveDescription[] = _("Alters the user’s cells to\nbecome a copy of the foe.");
|
||||
static const u8 sBubbleMoveDescription[] = _("An attack using bubbles.\nMay lower the foe’s SPEED.");
|
||||
static const u8 sDizzyPunchMoveDescription[] = _("A rhythmic punch that may\nconfuse the foe.");
|
||||
static const u8 sSporeMoveDescription[] = _("Scatters a cloud of spores\nthat always induce sleep.");
|
||||
static const u8 sFlashMoveDescription[] = _("Looses a powerful blast of\nlight that cuts accuracy.");
|
||||
static const u8 sPsywaveMoveDescription[] = _("Attacks with a psychic\nwave of varying intensity.");
|
||||
static const u8 sSplashMoveDescription[] = _("It’s just a splash...\nHas no effect whatsoever.");
|
||||
static const u8 sAcidArmorMoveDescription[] = _("Liquifies the user’s body\nto sharply raise DEFENSE.");
|
||||
static const u8 sCrabhammerMoveDescription[] = _("Hammers with a pincer. Has a\nhigh critical-hit ratio.");
|
||||
static const u8 sExplosionMoveDescription[] = _("Inflicts severe damage but\nmakes the user faint.");
|
||||
static const u8 sFurySwipesMoveDescription[] = _("Rakes the foe with sharp\nclaws, etc., 2 to 5 times.");
|
||||
static const u8 sBonemerangMoveDescription[] = _("Throws a bone boomerang\nthat strikes twice.");
|
||||
static const u8 sRestMoveDescription[] = _("The user sleeps for 2 turns,\nrestoring HP and status.");
|
||||
static const u8 sRockSlideMoveDescription[] = _("Large boulders are hurled.\nMay cause flinching.");
|
||||
static const u8 sHyperFangMoveDescription[] = _("Attacks with sharp fangs.\nMay cause flinching.");
|
||||
static const u8 sSharpenMoveDescription[] = _("Reduces the polygon count\nand raises ATTACK.");
|
||||
static const u8 sConversionMoveDescription[] = _("Changes the user’s type\ninto a known move’s type.");
|
||||
static const u8 sTriAttackMoveDescription[] = _("Fires three types of beams\nat the same time.");
|
||||
static const u8 sSuperFangMoveDescription[] = _("Attacks with sharp fangs\nand cuts half the foe’s HP.");
|
||||
static const u8 sSlashMoveDescription[] = _("Slashes with claws, etc. Has\na high critical-hit ratio.");
|
||||
static const u8 sSubstituteMoveDescription[] = _("Creates a decoy using 1/4\nof the user’s maximum HP.");
|
||||
static const u8 sStruggleMoveDescription[] = _("Used only if all PP are gone.\nAlso hurts the user a little.");
|
||||
static const u8 sSketchMoveDescription[] = _("Copies the foe’s last move\npermanently.");
|
||||
static const u8 sTripleKickMoveDescription[] = _("Kicks the foe 3 times in a\nrow with rising intensity.");
|
||||
static const u8 sThiefMoveDescription[] = _("While attacking, it may\nsteal the foe’s held item.");
|
||||
static const u8 sSpiderWebMoveDescription[] = _("Ensnares the foe to stop it\nfrom fleeing or switching.");
|
||||
static const u8 sMindReaderMoveDescription[] = _("Senses the foe’s action to\nensure the next move’s hit.");
|
||||
static const u8 sNightmareMoveDescription[] = _("Inflicts 1/4 damage on a\nsleeping foe every turn.");
|
||||
static const u8 sFlameWheelMoveDescription[] = _("A fiery charge attack that\nmay inflict a burn.");
|
||||
static const u8 sSnoreMoveDescription[] = _("A loud attack that can be\nused only while asleep.");
|
||||
static const u8 sCurseMoveDescription[] = _("A move that functions\ndifferently for GHOSTS.");
|
||||
static const u8 sFlailMoveDescription[] = _("Inflicts more damage when\nthe user’s HP is down.");
|
||||
static const u8 sConversion2MoveDescription[] = _("Makes the user resistant\nto the last attack’s type.");
|
||||
static const u8 sAeroblastMoveDescription[] = _("Launches a vacuumed blast.\nHigh critical-hit ratio.");
|
||||
static const u8 sCottonSporeMoveDescription[] = _("Spores cling to the foe,\nsharply reducing SPEED.");
|
||||
static const u8 sReversalMoveDescription[] = _("Inflicts more damage when\nthe user’s HP is down.");
|
||||
static const u8 sSpiteMoveDescription[] = _("Spitefully cuts the PP\nof the foe’s last move.");
|
||||
static const u8 sPowderSnowMoveDescription[] = _("Blasts the foe with a snowy\ngust. May cause freezing.");
|
||||
static const u8 sProtectMoveDescription[] = _("Evades attack, but may fail\nif used in succession.");
|
||||
static const u8 sMachPunchMoveDescription[] = _("A punch is thrown at wicked\nspeed to strike first.");
|
||||
static const u8 sScaryFaceMoveDescription[] = _("Frightens with a scary face\nto sharply reduce SPEED.");
|
||||
static const u8 sFaintAttackMoveDescription[] = _("Draws the foe close, then\nstrikes without fail.");
|
||||
static const u8 sSweetKissMoveDescription[] = _("Demands a kiss with a cute\nlook. May cause confusion.");
|
||||
static const u8 sBellyDrumMoveDescription[] = _("Maximizes ATTACK while\nsacrificing HP.");
|
||||
static const u8 sSludgeBombMoveDescription[] = _("Sludge is hurled to inflict\ndamage. May also poison.");
|
||||
static const u8 sMudSlapMoveDescription[] = _("Hurls mud in the foe’s face\nto reduce its accuracy.");
|
||||
static const u8 sOctazookaMoveDescription[] = _("Fires a lump of ink to\ndamage and cut accuracy.");
|
||||
static const u8 sSpikesMoveDescription[] = _("Sets spikes that hurt a \nfoe switching in.");
|
||||
static const u8 sZapCannonMoveDescription[] = _("Powerful and sure to cause\nparalysis, but inaccurate.");
|
||||
static const u8 sForesightMoveDescription[] = _("Negates the foe’s efforts\nto heighten evasiveness.");
|
||||
static const u8 sDestinyBondMoveDescription[] = _("If the user faints, the foe\nis also made to faint.");
|
||||
static const u8 sPerishSongMoveDescription[] = _("Any POKéMON hearing this\nsong faints in 3 turns.");
|
||||
static const u8 sIcyWindMoveDescription[] = _("A chilling attack that\nlowers the foe’s SPEED.");
|
||||
static const u8 sDetectMoveDescription[] = _("Evades attack, but may fail\nif used in succession.");
|
||||
static const u8 sBoneRushMoveDescription[] = _("Strikes the foe with a bone\nin hand 2 to 5 times.");
|
||||
static const u8 sLockOnMoveDescription[] = _("Locks on to the foe to\nensure the next move hits.");
|
||||
static const u8 sOutrageMoveDescription[] = _("A rampage of 2 to 3 turns\nthat confuses the user.");
|
||||
static const u8 sSandstormMoveDescription[] = _("Causes a sandstorm that\nrages for several turns.");
|
||||
static const u8 sGigaDrainMoveDescription[] = _("An attack that steals half\nthe damage inflicted.");
|
||||
static const u8 sEndureMoveDescription[] = _("Endures any attack for\n1 turn, leaving at least 1HP.");
|
||||
static const u8 sCharmMoveDescription[] = _("Charms the foe and sharply\nreduces its ATTACK.");
|
||||
static const u8 sRolloutMoveDescription[] = _("An attack lasting 5 turns\nwith rising intensity.");
|
||||
static const u8 sFalseSwipeMoveDescription[] = _("An attack that leaves the\nfoe with at least 1 HP.");
|
||||
static const u8 sSwaggerMoveDescription[] = _("Confuses the foe, but also\nsharply raises ATTACK.");
|
||||
static const u8 sMilkDrinkMoveDescription[] = _("Recovers up to half the\nuser’s maximum HP.");
|
||||
static const u8 sSparkMoveDescription[] = _("An electrified tackle that\nmay paralyze the foe.");
|
||||
static const u8 sFuryCutterMoveDescription[] = _("An attack that intensifies\non each successive hit.");
|
||||
static const u8 sSteelWingMoveDescription[] = _("Strikes the foe with hard\nwings spread wide.");
|
||||
static const u8 sMeanLookMoveDescription[] = _("Fixes the foe with a mean\nlook that prevents escape.");
|
||||
static const u8 sAttractMoveDescription[] = _("Makes the opposite gender\nless likely to attack.");
|
||||
static const u8 sSleepTalkMoveDescription[] = _("Uses an available move\nrandomly while asleep.");
|
||||
static const u8 sHealBellMoveDescription[] = _("Chimes soothingly to heal\nall status abnormalities.");
|
||||
static const u8 sReturnMoveDescription[] = _("An attack that increases\nin power with friendship.");
|
||||
static const u8 sPresentMoveDescription[] = _("A gift in the form of a\nbomb. May restore HP.");
|
||||
static const u8 sFrustrationMoveDescription[] = _("An attack that is stronger\nif the TRAINER is disliked.");
|
||||
static const u8 sSafeguardMoveDescription[] = _("A mystical force prevents\nall status problems.");
|
||||
static const u8 sPainSplitMoveDescription[] = _("Adds the user and foe’s HP,\nthen shares them equally.");
|
||||
static const u8 sSacredFireMoveDescription[] = _("A mystical fire attack that\nmay inflict a burn.");
|
||||
static const u8 sMagnitudeMoveDescription[] = _("A ground-shaking attack\nof random intensity.");
|
||||
static const u8 sDynamicPunchMoveDescription[] = _("Powerful and sure to cause\nconfusion, but inaccurate.");
|
||||
static const u8 sMegahornMoveDescription[] = _("A brutal ramming attack\nusing out-thrust horns.");
|
||||
static const u8 sDragonBreathMoveDescription[] = _("Strikes the foe with an\nincredible blast of breath.");
|
||||
static const u8 sBatonPassMoveDescription[] = _("Switches out the user while\nkeeping effects in play.");
|
||||
static const u8 sEncoreMoveDescription[] = _("Makes the foe repeat its\nlast move over 2 to 6 turns.");
|
||||
static const u8 sPursuitMoveDescription[] = _("Inflicts bad damage if used\non a foe switching out.");
|
||||
static const u8 sRapidSpinMoveDescription[] = _("Spins the body at high\nspeed to strike the foe.");
|
||||
static const u8 sSweetScentMoveDescription[] = _("Allures the foe to reduce\nevasiveness.");
|
||||
static const u8 sIronTailMoveDescription[] = _("Attacks with a rock-hard\ntail. May lower DEFENSE.");
|
||||
static const u8 sMetalClawMoveDescription[] = _("A claw attack that may\nraise the user’s ATTACK.");
|
||||
static const u8 sVitalThrowMoveDescription[] = _("Makes the user’s move last,\nbut it never misses.");
|
||||
static const u8 sMorningSunMoveDescription[] = _("Restores HP. The amount\nvaries with the weather.");
|
||||
static const u8 sSynthesisMoveDescription[] = _("Restores HP. The amount\nvaries with the weather.");
|
||||
static const u8 sMoonlightMoveDescription[] = _("Restores HP. The amount\nvaries with the weather.");
|
||||
static const u8 sHiddenPowerMoveDescription[] = _("The effectiveness varies\nwith the user.");
|
||||
static const u8 sCrossChopMoveDescription[] = _("A double-chopping attack.\nHigh critical-hit ratio.");
|
||||
static const u8 sTwisterMoveDescription[] = _("Whips up a vicious twister\nto tear at the foe.");
|
||||
static const u8 sRainDanceMoveDescription[] = _("Boosts the power of WATER-\ntype moves for 5 turns.");
|
||||
static const u8 sSunnyDayMoveDescription[] = _("Boosts the power of FIRE-\ntype moves for 5 turns.");
|
||||
static const u8 sCrunchMoveDescription[] = _("Crunches with sharp fangs.\nMay lower SP. DEF.");
|
||||
static const u8 sMirrorCoatMoveDescription[] = _("Counters the foe’s special\nattack at double the power.");
|
||||
static const u8 sPsychUpMoveDescription[] = _("Copies the foe’s effect(s)\nand gives to the user.");
|
||||
static const u8 sExtremeSpeedMoveDescription[] = _("An extremely fast and\npowerful attack.");
|
||||
static const u8 sAncientPowerMoveDescription[] = _("An attack that may raise\nall stats.");
|
||||
static const u8 sShadowBallMoveDescription[] = _("Hurls a black blob that may\nlower the foe’s SP. DEF.");
|
||||
static const u8 sFutureSightMoveDescription[] = _("Heightens inner power to\nstrike 2 turns later.");
|
||||
static const u8 sRockSmashMoveDescription[] = _("A rock-crushing attack\nthat may lower DEFENSE.");
|
||||
static const u8 sWhirlpoolMoveDescription[] = _("Traps and hurts the foe in\na whirlpool for 2 to 5 turns.");
|
||||
static const u8 sBeatUpMoveDescription[] = _("Summons party POKéMON to\njoin in the attack.");
|
||||
static const u8 sFakeOutMoveDescription[] = _("A 1st-turn, 1st-strike move\nthat causes flinching.");
|
||||
static const u8 sUproarMoveDescription[] = _("Causes an uproar for 2 to 5\nturns and prevents sleep.");
|
||||
static const u8 sStockpileMoveDescription[] = _("Charges up power for up to\n3 turns.");
|
||||
static const u8 sSpitUpMoveDescription[] = _("Releases stockpiled power\n(the more the better).");
|
||||
static const u8 sSwallowMoveDescription[] = _("Absorbs stockpiled power\nand restores HP.");
|
||||
static const u8 sHeatWaveMoveDescription[] = _("Exhales a hot breath on the\nfoe. May inflict a burn.");
|
||||
static const u8 sHailMoveDescription[] = _("Summons a hailstorm that\nstrikes every turn.");
|
||||
static const u8 sTormentMoveDescription[] = _("Torments the foe and stops\nsuccessive use of a move.");
|
||||
static const u8 sFlatterMoveDescription[] = _("Confuses the foe, but\nraises its SP. ATK.");
|
||||
static const u8 sWillOWispMoveDescription[] = _("Inflicts a burn on the foe\nwith intense fire.");
|
||||
static const u8 sMementoMoveDescription[] = _("The user faints and lowers\nthe foe’s abilities.");
|
||||
static const u8 sFacadeMoveDescription[] = _("Boosts ATTACK when burned,\nparalyzed, or poisoned.");
|
||||
static const u8 sFocusPunchMoveDescription[] = _("A powerful loyalty attack.\nThe user flinches if hit.");
|
||||
static const u8 sSmellingSaltMoveDescription[] = _("Powerful against paralyzed\nfoes, but also heals them.");
|
||||
static const u8 sFollowMeMoveDescription[] = _("Draws attention to make\nfoes attack only the user.");
|
||||
static const u8 sNaturePowerMoveDescription[] = _("The type of attack varies\ndepending on the location.");
|
||||
static const u8 sChargeMoveDescription[] = _("Charges power to boost the\nelectric move used next.");
|
||||
static const u8 sTauntMoveDescription[] = _("Taunts the foe into only\nusing attack moves.");
|
||||
static const u8 sHelpingHandMoveDescription[] = _("Boosts the power of the\nrecipient’s moves.");
|
||||
static const u8 sTrickMoveDescription[] = _("Tricks the foe into trading\nheld items.");
|
||||
static const u8 sRolePlayMoveDescription[] = _("Mimics the target and\ncopies its special ability.");
|
||||
static const u8 sWishMoveDescription[] = _("A wish that restores HP.\nIt takes time to work.");
|
||||
static const u8 sAssistMoveDescription[] = _("Attacks randomly with one\nof the partner’s moves.");
|
||||
static const u8 sIngrainMoveDescription[] = _("Lays roots that restore HP.\nThe user can’t switch out.");
|
||||
static const u8 sSuperpowerMoveDescription[] = _("Boosts strength sharply,\nbut lowers abilities.");
|
||||
static const u8 sMagicCoatMoveDescription[] = _("Reflects special effects\nback to the attacker.");
|
||||
static const u8 sRecycleMoveDescription[] = _("Recycles a used item for\none more use.");
|
||||
static const u8 sRevengeMoveDescription[] = _("An attack that gains power\nif injured by the foe.");
|
||||
static const u8 sBrickBreakMoveDescription[] = _("Destroys barriers such as\nREFLECT and causes damage.");
|
||||
static const u8 sYawnMoveDescription[] = _("Lulls the foe into yawning,\nthen sleeping next turn.");
|
||||
static const u8 sKnockOffMoveDescription[] = _("Knocks down the foe’s held\nitem to prevent its use.");
|
||||
static const u8 sEndeavorMoveDescription[] = _("Gains power if the user’s HP\nis lower than the foe’s HP.");
|
||||
static const u8 sEruptionMoveDescription[] = _("The higher the user’s HP,\nthe more damage caused.");
|
||||
static const u8 sSkillSwapMoveDescription[] = _("The user swaps special\nabilities with the target.");
|
||||
static const u8 sImprisonMoveDescription[] = _("Prevents foes from using\nmoves known by the user.");
|
||||
static const u8 sRefreshMoveDescription[] = _("Heals poisoning, paralysis,\nor a burn.");
|
||||
static const u8 sGrudgeMoveDescription[] = _("If the user faints, deletes\nall PP of foe’s last move.");
|
||||
static const u8 sSnatchMoveDescription[] = _("Steals the effects of the\nmove the target uses next.");
|
||||
static const u8 sSecretPowerMoveDescription[] = _("An attack with effects\nthat vary by location.");
|
||||
static const u8 sDiveMoveDescription[] = _("Dives underwater the first\nturn and strikes next turn.");
|
||||
static const u8 sArmThrustMoveDescription[] = _("Straight-arm punches that\nstrike the foe 2 to 5 times.");
|
||||
static const u8 sCamouflageMoveDescription[] = _("Alters the POKéMON’s type\ndepending on the location.");
|
||||
static const u8 sTailGlowMoveDescription[] = _("Flashes a light that sharply\nraises SP. ATK.");
|
||||
static const u8 sLusterPurgeMoveDescription[] = _("Attacks with a burst of\nlight. May lower SP. DEF.");
|
||||
static const u8 sMistBallMoveDescription[] = _("Attacks with a flurry of\ndown. May lower SP. ATK.");
|
||||
static const u8 sFeatherDanceMoveDescription[] = _("Envelops the foe with down\nto sharply reduce ATTACK.");
|
||||
static const u8 sTeeterDanceMoveDescription[] = _("Confuses all POKéMON on\nthe scene.");
|
||||
static const u8 sBlazeKickMoveDescription[] = _("A kick with a high critical-\nhit ratio. May cause a burn.");
|
||||
static const u8 sMudSportMoveDescription[] = _("Covers the user in mud to\nraise electrical resistance.");
|
||||
static const u8 sIceBallMoveDescription[] = _("A 5-turn attack that gains\npower on successive hits.");
|
||||
static const u8 sNeedleArmMoveDescription[] = _("Attacks with thorny arms.\nMay cause flinching.");
|
||||
static const u8 sSlackOffMoveDescription[] = _("Slacks off and restores\nhalf the maximum HP.");
|
||||
static const u8 sHyperVoiceMoveDescription[] = _("A loud attack that uses\nsound waves to injure.");
|
||||
static const u8 sPoisonFangMoveDescription[] = _("A sharp-fanged attack.\nMay badly poison the foe.");
|
||||
static const u8 sCrushClawMoveDescription[] = _("Tears at the foe with sharp\nclaws. May lower DEFENSE.");
|
||||
static const u8 sBlastBurnMoveDescription[] = _("Powerful, but leaves the\nuser immobile the next turn.");
|
||||
static const u8 sHydroCannonMoveDescription[] = _("Powerful, but leaves the\nuser immobile the next turn.");
|
||||
static const u8 sMeteorMashMoveDescription[] = _("Fires a meteor-like punch.\nMay raise ATTACK.");
|
||||
static const u8 sAstonishMoveDescription[] = _("An attack that may shock\nthe foe into flinching.");
|
||||
static const u8 sWeatherBallMoveDescription[] = _("The move’s type and power\nchange with the weather.");
|
||||
static const u8 sAromatherapyMoveDescription[] = _("Heals all status problems\nwith a soothing scent.");
|
||||
static const u8 sFakeTearsMoveDescription[] = _("Feigns crying to sharply\nlower the foe’s SP. DEF.");
|
||||
static const u8 sAirCutterMoveDescription[] = _("Hacks with razorlike wind.\nHigh critical-hit ratio.");
|
||||
static const u8 sOverheatMoveDescription[] = _("Allows a full-power attack,\nbut sharply lowers SP. ATK.");
|
||||
static const u8 sOdorSleuthMoveDescription[] = _("Negates the foe’s efforts\nto heighten evasiveness.");
|
||||
static const u8 sRockTombMoveDescription[] = _("Stops the foe from moving\nwith rocks and cuts SPEED.");
|
||||
static const u8 sSilverWindMoveDescription[] = _("A powdery attack that may\nraise abilities.");
|
||||
static const u8 sMetalSoundMoveDescription[] = _("Emits a horrible screech\nthat sharply lowers SP. DEF.");
|
||||
static const u8 sGrassWhistleMoveDescription[] = _("Lulls the foe into sleep\nwith a pleasant melody.");
|
||||
static const u8 sTickleMoveDescription[] = _("Makes the foe laugh to\nlower ATTACK and DEFENSE.");
|
||||
static const u8 sCosmicPowerMoveDescription[] = _("Raises DEFENSE and SP. DEF\nwith a mystic power.");
|
||||
static const u8 sWaterSpoutMoveDescription[] = _("Inflicts more damage if the\nuser’s HP is high.");
|
||||
static const u8 sSignalBeamMoveDescription[] = _("A strange beam attack that\nmay confuse the foe.");
|
||||
static const u8 sShadowPunchMoveDescription[] = _("An unavoidable punch that\nis thrown from shadows.");
|
||||
static const u8 sExtrasensoryMoveDescription[] = _("Attacks with a peculiar\npower. May cause flinching.");
|
||||
static const u8 sSkyUppercutMoveDescription[] = _("An uppercut thrown as if\nleaping into the sky.");
|
||||
static const u8 sSandTombMoveDescription[] = _("Traps and hurts the foe in\nquicksand for 2 to 5 turns.");
|
||||
static const u8 sSheerColdMoveDescription[] = _("A chilling attack that\ncauses fainting if it hits.");
|
||||
static const u8 sMuddyWaterMoveDescription[] = _("Attacks with muddy water.\nMay lower accuracy.");
|
||||
static const u8 sBulletSeedMoveDescription[] = _("Shoots 2 to 5 seeds in a row\nto strike the foe.");
|
||||
static const u8 sAerialAceMoveDescription[] = _("An extremely speedy and\nunavoidable attack.");
|
||||
static const u8 sIcicleSpearMoveDescription[] = _("Attacks the foe by firing\n2 to 5 icicles in a row.");
|
||||
static const u8 sIronDefenseMoveDescription[] = _("Hardens the body’s surface\nto sharply raise DEFENSE.");
|
||||
static const u8 sBlockMoveDescription[] = _("Blocks the foe’s way to\nprevent escape.");
|
||||
static const u8 sHowlMoveDescription[] = _("Howls to raise the spirit\nand boosts ATTACK.");
|
||||
static const u8 sDragonClawMoveDescription[] = _("Slashes the foe with sharp\nclaws.");
|
||||
static const u8 sFrenzyPlantMoveDescription[] = _("Powerful, but leaves the\nuser immobile the next turn.");
|
||||
static const u8 sBulkUpMoveDescription[] = _("Bulks up the body to boost\nboth ATTACK and DEFENSE.");
|
||||
static const u8 sBounceMoveDescription[] = _("Bounces up, then down the\nnext turn. May paralyze.");
|
||||
static const u8 sMudShotMoveDescription[] = _("Hurls mud at the foe and\nreduces SPEED.");
|
||||
static const u8 sPoisonTailMoveDescription[] = _("Has a high critical-hit\nratio. May also poison.");
|
||||
static const u8 sCovetMoveDescription[] = _("Cutely begs to obtain an\nitem held by the foe.");
|
||||
static const u8 sVoltTackleMoveDescription[] = _("A life-risking tackle that\nslightly hurts the user.");
|
||||
static const u8 sMagicalLeafMoveDescription[] = _("Attacks with a strange leaf\nthat cannot be evaded.");
|
||||
static const u8 sWaterSportMoveDescription[] = _("The user becomes soaked to\nraise resistance to fire.");
|
||||
static const u8 sCalmMindMoveDescription[] = _("Raises SP. ATK and SP. DEF\nby focusing the mind.");
|
||||
static const u8 sLeafBladeMoveDescription[] = _("Slashes with a sharp leaf.\nHigh critical-hit ratio.");
|
||||
static const u8 sDragonDanceMoveDescription[] = _("A mystical dance that ups\nATTACK and SPEED.");
|
||||
static const u8 sRockBlastMoveDescription[] = _("Hurls boulders at the foe\n2 to 5 times in a row.");
|
||||
static const u8 sShockWaveMoveDescription[] = _("A fast and unavoidable\nelectric attack.");
|
||||
static const u8 sWaterPulseMoveDescription[] = _("Attacks with ultrasonic\nwaves. May confuse the foe.");
|
||||
static const u8 sDoomDesireMoveDescription[] = _("Summons strong sunlight to\nattack 2 turns later.");
|
||||
static const u8 sPsychoBoostMoveDescription[] = _("Allows a full-power attack,\nbut sharply lowers SP. ATK.");
|
||||
|
||||
// MOVE_NONE is ignored in this table. Make sure to always subtract 1 before getting the right pointer.
|
||||
const u8 *const gMoveDescriptionPointers[MOVES_COUNT - 1] =
|
||||
{
|
||||
[MOVE_POUND - 1] = sPoundMoveDescription,
|
||||
[MOVE_KARATE_CHOP - 1] = sKarateChopMoveDescription,
|
||||
[MOVE_DOUBLE_SLAP - 1] = sDoubleSlapMoveDescription,
|
||||
[MOVE_COMET_PUNCH - 1] = sCometPunchMoveDescription,
|
||||
[MOVE_MEGA_PUNCH - 1] = sMegaPunchMoveDescription,
|
||||
[MOVE_PAY_DAY - 1] = sPayDayMoveDescription,
|
||||
[MOVE_FIRE_PUNCH - 1] = sFirePunchMoveDescription,
|
||||
[MOVE_ICE_PUNCH - 1] = sIcePunchMoveDescription,
|
||||
[MOVE_THUNDER_PUNCH - 1] = sThunderPunchMoveDescription,
|
||||
[MOVE_SCRATCH - 1] = sScratchMoveDescription,
|
||||
[MOVE_VICE_GRIP - 1] = sViceGripMoveDescription,
|
||||
[MOVE_GUILLOTINE - 1] = sGuillotineMoveDescription,
|
||||
[MOVE_RAZOR_WIND - 1] = sRazorWindMoveDescription,
|
||||
[MOVE_SWORDS_DANCE - 1] = sSwordsDanceMoveDescription,
|
||||
[MOVE_CUT - 1] = sCutMoveDescription,
|
||||
[MOVE_GUST - 1] = sGustMoveDescription,
|
||||
[MOVE_WING_ATTACK - 1] = sWingAttackMoveDescription,
|
||||
[MOVE_WHIRLWIND - 1] = sWhirlwindMoveDescription,
|
||||
[MOVE_FLY - 1] = sFlyMoveDescription,
|
||||
[MOVE_BIND - 1] = sBindMoveDescription,
|
||||
[MOVE_SLAM - 1] = sSlamMoveDescription,
|
||||
[MOVE_VINE_WHIP - 1] = sVineWhipMoveDescription,
|
||||
[MOVE_STOMP - 1] = sStompMoveDescription,
|
||||
[MOVE_DOUBLE_KICK - 1] = sDoubleKickMoveDescription,
|
||||
[MOVE_MEGA_KICK - 1] = sMegaKickMoveDescription,
|
||||
[MOVE_JUMP_KICK - 1] = sJumpKickMoveDescription,
|
||||
[MOVE_ROLLING_KICK - 1] = sRollingKickMoveDescription,
|
||||
[MOVE_SAND_ATTACK - 1] = sSandAttackMoveDescription,
|
||||
[MOVE_HEADBUTT - 1] = sHeadbuttMoveDescription,
|
||||
[MOVE_HORN_ATTACK - 1] = sHornAttackMoveDescription,
|
||||
[MOVE_FURY_ATTACK - 1] = sFuryAttackMoveDescription,
|
||||
[MOVE_HORN_DRILL - 1] = sHornDrillMoveDescription,
|
||||
[MOVE_TACKLE - 1] = sTackleMoveDescription,
|
||||
[MOVE_BODY_SLAM - 1] = sBodySlamMoveDescription,
|
||||
[MOVE_WRAP - 1] = sWrapMoveDescription,
|
||||
[MOVE_TAKE_DOWN - 1] = sTakeDownMoveDescription,
|
||||
[MOVE_THRASH - 1] = sThrashMoveDescription,
|
||||
[MOVE_DOUBLE_EDGE - 1] = sDoubleEdgeMoveDescription,
|
||||
[MOVE_TAIL_WHIP - 1] = sTailWhipMoveDescription,
|
||||
[MOVE_POISON_STING - 1] = sPoisonStingMoveDescription,
|
||||
[MOVE_TWINEEDLE - 1] = sTwineedleMoveDescription,
|
||||
[MOVE_PIN_MISSILE - 1] = sPinMissileMoveDescription,
|
||||
[MOVE_LEER - 1] = sLeerMoveDescription,
|
||||
[MOVE_BITE - 1] = sBiteMoveDescription,
|
||||
[MOVE_GROWL - 1] = sGrowlMoveDescription,
|
||||
[MOVE_ROAR - 1] = sRoarMoveDescription,
|
||||
[MOVE_SING - 1] = sSingMoveDescription,
|
||||
[MOVE_SUPERSONIC - 1] = sSupersonicMoveDescription,
|
||||
[MOVE_SONIC_BOOM - 1] = sSonicBoomMoveDescription,
|
||||
[MOVE_DISABLE - 1] = sDisableMoveDescription,
|
||||
[MOVE_ACID - 1] = sAcidMoveDescription,
|
||||
[MOVE_EMBER - 1] = sEmberMoveDescription,
|
||||
[MOVE_FLAMETHROWER - 1] = sFlamethrowerMoveDescription,
|
||||
[MOVE_MIST - 1] = sMistMoveDescription,
|
||||
[MOVE_WATER_GUN - 1] = sWaterGunMoveDescription,
|
||||
[MOVE_HYDRO_PUMP - 1] = sHydroPumpMoveDescription,
|
||||
[MOVE_SURF - 1] = sSurfMoveDescription,
|
||||
[MOVE_ICE_BEAM - 1] = sIceBeamMoveDescription,
|
||||
[MOVE_BLIZZARD - 1] = sBlizzardMoveDescription,
|
||||
[MOVE_PSYBEAM - 1] = sPsybeamMoveDescription,
|
||||
[MOVE_BUBBLE_BEAM - 1] = sBubbleBeamMoveDescription,
|
||||
[MOVE_AURORA_BEAM - 1] = sAuroraBeamMoveDescription,
|
||||
[MOVE_HYPER_BEAM - 1] = sHyperBeamMoveDescription,
|
||||
[MOVE_PECK - 1] = sPeckMoveDescription,
|
||||
[MOVE_DRILL_PECK - 1] = sDrillPeckMoveDescription,
|
||||
[MOVE_SUBMISSION - 1] = sSubmissionMoveDescription,
|
||||
[MOVE_LOW_KICK - 1] = sLowKickMoveDescription,
|
||||
[MOVE_COUNTER - 1] = sCounterMoveDescription,
|
||||
[MOVE_SEISMIC_TOSS - 1] = sSeismicTossMoveDescription,
|
||||
[MOVE_STRENGTH - 1] = sStrengthMoveDescription,
|
||||
[MOVE_ABSORB - 1] = sAbsorbMoveDescription,
|
||||
[MOVE_MEGA_DRAIN - 1] = sMegaDrainMoveDescription,
|
||||
[MOVE_LEECH_SEED - 1] = sLeechSeedMoveDescription,
|
||||
[MOVE_GROWTH - 1] = sGrowthMoveDescription,
|
||||
[MOVE_RAZOR_LEAF - 1] = sRazorLeafMoveDescription,
|
||||
[MOVE_SOLAR_BEAM - 1] = sSolarBeamMoveDescription,
|
||||
[MOVE_POISON_POWDER - 1] = sPoisonPowderMoveDescription,
|
||||
[MOVE_STUN_SPORE - 1] = sStunSporeMoveDescription,
|
||||
[MOVE_SLEEP_POWDER - 1] = sSleepPowderMoveDescription,
|
||||
[MOVE_PETAL_DANCE - 1] = sPetalDanceMoveDescription,
|
||||
[MOVE_STRING_SHOT - 1] = sStringShotMoveDescription,
|
||||
[MOVE_DRAGON_RAGE - 1] = sDragonRageMoveDescription,
|
||||
[MOVE_FIRE_SPIN - 1] = sFireSpinMoveDescription,
|
||||
[MOVE_THUNDER_SHOCK - 1] = sThunderShockMoveDescription,
|
||||
[MOVE_THUNDERBOLT - 1] = sThunderboltMoveDescription,
|
||||
[MOVE_THUNDER_WAVE - 1] = sThunderWaveMoveDescription,
|
||||
[MOVE_THUNDER - 1] = sThunderMoveDescription,
|
||||
[MOVE_ROCK_THROW - 1] = sRockThrowMoveDescription,
|
||||
[MOVE_EARTHQUAKE - 1] = sEarthquakeMoveDescription,
|
||||
[MOVE_FISSURE - 1] = sFissureMoveDescription,
|
||||
[MOVE_DIG - 1] = sDigMoveDescription,
|
||||
[MOVE_TOXIC - 1] = sToxicMoveDescription,
|
||||
[MOVE_CONFUSION - 1] = sConfusionMoveDescription,
|
||||
[MOVE_PSYCHIC - 1] = sPsychicMoveDescription,
|
||||
[MOVE_HYPNOSIS - 1] = sHypnosisMoveDescription,
|
||||
[MOVE_MEDITATE - 1] = sMeditateMoveDescription,
|
||||
[MOVE_AGILITY - 1] = sAgilityMoveDescription,
|
||||
[MOVE_QUICK_ATTACK - 1] = sQuickAttackMoveDescription,
|
||||
[MOVE_RAGE - 1] = sRageMoveDescription,
|
||||
[MOVE_TELEPORT - 1] = sTeleportMoveDescription,
|
||||
[MOVE_NIGHT_SHADE - 1] = sNightShadeMoveDescription,
|
||||
[MOVE_MIMIC - 1] = sMimicMoveDescription,
|
||||
[MOVE_SCREECH - 1] = sScreechMoveDescription,
|
||||
[MOVE_DOUBLE_TEAM - 1] = sDoubleTeamMoveDescription,
|
||||
[MOVE_RECOVER - 1] = sRecoverMoveDescription,
|
||||
[MOVE_HARDEN - 1] = sHardenMoveDescription,
|
||||
[MOVE_MINIMIZE - 1] = sMinimizeMoveDescription,
|
||||
[MOVE_SMOKESCREEN - 1] = sSmokescreenMoveDescription,
|
||||
[MOVE_CONFUSE_RAY - 1] = sConfuseRayMoveDescription,
|
||||
[MOVE_WITHDRAW - 1] = sWithdrawMoveDescription,
|
||||
[MOVE_DEFENSE_CURL - 1] = sDefenseCurlMoveDescription,
|
||||
[MOVE_BARRIER - 1] = sBarrierMoveDescription,
|
||||
[MOVE_LIGHT_SCREEN - 1] = sLightScreenMoveDescription,
|
||||
[MOVE_HAZE - 1] = sHazeMoveDescription,
|
||||
[MOVE_REFLECT - 1] = sReflectMoveDescription,
|
||||
[MOVE_FOCUS_ENERGY - 1] = sFocusEnergyMoveDescription,
|
||||
[MOVE_BIDE - 1] = sBideMoveDescription,
|
||||
[MOVE_METRONOME - 1] = sMetronomeMoveDescription,
|
||||
[MOVE_MIRROR_MOVE - 1] = sMirrorMoveMoveDescription,
|
||||
[MOVE_SELF_DESTRUCT - 1] = sSelfDestructMoveDescription,
|
||||
[MOVE_EGG_BOMB - 1] = sEggBombMoveDescription,
|
||||
[MOVE_LICK - 1] = sLickMoveDescription,
|
||||
[MOVE_SMOG - 1] = sSmogMoveDescription,
|
||||
[MOVE_SLUDGE - 1] = sSludgeMoveDescription,
|
||||
[MOVE_BONE_CLUB - 1] = sBoneClubMoveDescription,
|
||||
[MOVE_FIRE_BLAST - 1] = sFireBlastMoveDescription,
|
||||
[MOVE_WATERFALL - 1] = sWaterfallMoveDescription,
|
||||
[MOVE_CLAMP - 1] = sClampMoveDescription,
|
||||
[MOVE_SWIFT - 1] = sSwiftMoveDescription,
|
||||
[MOVE_SKULL_BASH - 1] = sSkullBashMoveDescription,
|
||||
[MOVE_SPIKE_CANNON - 1] = sSpikeCannonMoveDescription,
|
||||
[MOVE_CONSTRICT - 1] = sConstrictMoveDescription,
|
||||
[MOVE_AMNESIA - 1] = sAmnesiaMoveDescription,
|
||||
[MOVE_KINESIS - 1] = sKinesisMoveDescription,
|
||||
[MOVE_SOFT_BOILED - 1] = sSoftBoiledMoveDescription,
|
||||
[MOVE_HI_JUMP_KICK - 1] = sHiJumpKickMoveDescription,
|
||||
[MOVE_GLARE - 1] = sGlareMoveDescription,
|
||||
[MOVE_DREAM_EATER - 1] = sDreamEaterMoveDescription,
|
||||
[MOVE_POISON_GAS - 1] = sPoisonGasMoveDescription,
|
||||
[MOVE_BARRAGE - 1] = sBarrageMoveDescription,
|
||||
[MOVE_LEECH_LIFE - 1] = sLeechLifeMoveDescription,
|
||||
[MOVE_LOVELY_KISS - 1] = sLovelyKissMoveDescription,
|
||||
[MOVE_SKY_ATTACK - 1] = sSkyAttackMoveDescription,
|
||||
[MOVE_TRANSFORM - 1] = sTransformMoveDescription,
|
||||
[MOVE_BUBBLE - 1] = sBubbleMoveDescription,
|
||||
[MOVE_DIZZY_PUNCH - 1] = sDizzyPunchMoveDescription,
|
||||
[MOVE_SPORE - 1] = sSporeMoveDescription,
|
||||
[MOVE_FLASH - 1] = sFlashMoveDescription,
|
||||
[MOVE_PSYWAVE - 1] = sPsywaveMoveDescription,
|
||||
[MOVE_SPLASH - 1] = sSplashMoveDescription,
|
||||
[MOVE_ACID_ARMOR - 1] = sAcidArmorMoveDescription,
|
||||
[MOVE_CRABHAMMER - 1] = sCrabhammerMoveDescription,
|
||||
[MOVE_EXPLOSION - 1] = sExplosionMoveDescription,
|
||||
[MOVE_FURY_SWIPES - 1] = sFurySwipesMoveDescription,
|
||||
[MOVE_BONEMERANG - 1] = sBonemerangMoveDescription,
|
||||
[MOVE_REST - 1] = sRestMoveDescription,
|
||||
[MOVE_ROCK_SLIDE - 1] = sRockSlideMoveDescription,
|
||||
[MOVE_HYPER_FANG - 1] = sHyperFangMoveDescription,
|
||||
[MOVE_SHARPEN - 1] = sSharpenMoveDescription,
|
||||
[MOVE_CONVERSION - 1] = sConversionMoveDescription,
|
||||
[MOVE_TRI_ATTACK - 1] = sTriAttackMoveDescription,
|
||||
[MOVE_SUPER_FANG - 1] = sSuperFangMoveDescription,
|
||||
[MOVE_SLASH - 1] = sSlashMoveDescription,
|
||||
[MOVE_SUBSTITUTE - 1] = sSubstituteMoveDescription,
|
||||
[MOVE_STRUGGLE - 1] = sStruggleMoveDescription,
|
||||
[MOVE_SKETCH - 1] = sSketchMoveDescription,
|
||||
[MOVE_TRIPLE_KICK - 1] = sTripleKickMoveDescription,
|
||||
[MOVE_THIEF - 1] = sThiefMoveDescription,
|
||||
[MOVE_SPIDER_WEB - 1] = sSpiderWebMoveDescription,
|
||||
[MOVE_MIND_READER - 1] = sMindReaderMoveDescription,
|
||||
[MOVE_NIGHTMARE - 1] = sNightmareMoveDescription,
|
||||
[MOVE_FLAME_WHEEL - 1] = sFlameWheelMoveDescription,
|
||||
[MOVE_SNORE - 1] = sSnoreMoveDescription,
|
||||
[MOVE_CURSE - 1] = sCurseMoveDescription,
|
||||
[MOVE_FLAIL - 1] = sFlailMoveDescription,
|
||||
[MOVE_CONVERSION_2 - 1] = sConversion2MoveDescription,
|
||||
[MOVE_AEROBLAST - 1] = sAeroblastMoveDescription,
|
||||
[MOVE_COTTON_SPORE - 1] = sCottonSporeMoveDescription,
|
||||
[MOVE_REVERSAL - 1] = sReversalMoveDescription,
|
||||
[MOVE_SPITE - 1] = sSpiteMoveDescription,
|
||||
[MOVE_POWDER_SNOW - 1] = sPowderSnowMoveDescription,
|
||||
[MOVE_PROTECT - 1] = sProtectMoveDescription,
|
||||
[MOVE_MACH_PUNCH - 1] = sMachPunchMoveDescription,
|
||||
[MOVE_SCARY_FACE - 1] = sScaryFaceMoveDescription,
|
||||
[MOVE_FAINT_ATTACK - 1] = sFaintAttackMoveDescription,
|
||||
[MOVE_SWEET_KISS - 1] = sSweetKissMoveDescription,
|
||||
[MOVE_BELLY_DRUM - 1] = sBellyDrumMoveDescription,
|
||||
[MOVE_SLUDGE_BOMB - 1] = sSludgeBombMoveDescription,
|
||||
[MOVE_MUD_SLAP - 1] = sMudSlapMoveDescription,
|
||||
[MOVE_OCTAZOOKA - 1] = sOctazookaMoveDescription,
|
||||
[MOVE_SPIKES - 1] = sSpikesMoveDescription,
|
||||
[MOVE_ZAP_CANNON - 1] = sZapCannonMoveDescription,
|
||||
[MOVE_FORESIGHT - 1] = sForesightMoveDescription,
|
||||
[MOVE_DESTINY_BOND - 1] = sDestinyBondMoveDescription,
|
||||
[MOVE_PERISH_SONG - 1] = sPerishSongMoveDescription,
|
||||
[MOVE_ICY_WIND - 1] = sIcyWindMoveDescription,
|
||||
[MOVE_DETECT - 1] = sDetectMoveDescription,
|
||||
[MOVE_BONE_RUSH - 1] = sBoneRushMoveDescription,
|
||||
[MOVE_LOCK_ON - 1] = sLockOnMoveDescription,
|
||||
[MOVE_OUTRAGE - 1] = sOutrageMoveDescription,
|
||||
[MOVE_SANDSTORM - 1] = sSandstormMoveDescription,
|
||||
[MOVE_GIGA_DRAIN - 1] = sGigaDrainMoveDescription,
|
||||
[MOVE_ENDURE - 1] = sEndureMoveDescription,
|
||||
[MOVE_CHARM - 1] = sCharmMoveDescription,
|
||||
[MOVE_ROLLOUT - 1] = sRolloutMoveDescription,
|
||||
[MOVE_FALSE_SWIPE - 1] = sFalseSwipeMoveDescription,
|
||||
[MOVE_SWAGGER - 1] = sSwaggerMoveDescription,
|
||||
[MOVE_MILK_DRINK - 1] = sMilkDrinkMoveDescription,
|
||||
[MOVE_SPARK - 1] = sSparkMoveDescription,
|
||||
[MOVE_FURY_CUTTER - 1] = sFuryCutterMoveDescription,
|
||||
[MOVE_STEEL_WING - 1] = sSteelWingMoveDescription,
|
||||
[MOVE_MEAN_LOOK - 1] = sMeanLookMoveDescription,
|
||||
[MOVE_ATTRACT - 1] = sAttractMoveDescription,
|
||||
[MOVE_SLEEP_TALK - 1] = sSleepTalkMoveDescription,
|
||||
[MOVE_HEAL_BELL - 1] = sHealBellMoveDescription,
|
||||
[MOVE_RETURN - 1] = sReturnMoveDescription,
|
||||
[MOVE_PRESENT - 1] = sPresentMoveDescription,
|
||||
[MOVE_FRUSTRATION - 1] = sFrustrationMoveDescription,
|
||||
[MOVE_SAFEGUARD - 1] = sSafeguardMoveDescription,
|
||||
[MOVE_PAIN_SPLIT - 1] = sPainSplitMoveDescription,
|
||||
[MOVE_SACRED_FIRE - 1] = sSacredFireMoveDescription,
|
||||
[MOVE_MAGNITUDE - 1] = sMagnitudeMoveDescription,
|
||||
[MOVE_DYNAMIC_PUNCH - 1] = sDynamicPunchMoveDescription,
|
||||
[MOVE_MEGAHORN - 1] = sMegahornMoveDescription,
|
||||
[MOVE_DRAGON_BREATH - 1] = sDragonBreathMoveDescription,
|
||||
[MOVE_BATON_PASS - 1] = sBatonPassMoveDescription,
|
||||
[MOVE_ENCORE - 1] = sEncoreMoveDescription,
|
||||
[MOVE_PURSUIT - 1] = sPursuitMoveDescription,
|
||||
[MOVE_RAPID_SPIN - 1] = sRapidSpinMoveDescription,
|
||||
[MOVE_SWEET_SCENT - 1] = sSweetScentMoveDescription,
|
||||
[MOVE_IRON_TAIL - 1] = sIronTailMoveDescription,
|
||||
[MOVE_METAL_CLAW - 1] = sMetalClawMoveDescription,
|
||||
[MOVE_VITAL_THROW - 1] = sVitalThrowMoveDescription,
|
||||
[MOVE_MORNING_SUN - 1] = sMorningSunMoveDescription,
|
||||
[MOVE_SYNTHESIS - 1] = sSynthesisMoveDescription,
|
||||
[MOVE_MOONLIGHT - 1] = sMoonlightMoveDescription,
|
||||
[MOVE_HIDDEN_POWER - 1] = sHiddenPowerMoveDescription,
|
||||
[MOVE_CROSS_CHOP - 1] = sCrossChopMoveDescription,
|
||||
[MOVE_TWISTER - 1] = sTwisterMoveDescription,
|
||||
[MOVE_RAIN_DANCE - 1] = sRainDanceMoveDescription,
|
||||
[MOVE_SUNNY_DAY - 1] = sSunnyDayMoveDescription,
|
||||
[MOVE_CRUNCH - 1] = sCrunchMoveDescription,
|
||||
[MOVE_MIRROR_COAT - 1] = sMirrorCoatMoveDescription,
|
||||
[MOVE_PSYCH_UP - 1] = sPsychUpMoveDescription,
|
||||
[MOVE_EXTREME_SPEED - 1] = sExtremeSpeedMoveDescription,
|
||||
[MOVE_ANCIENT_POWER - 1] = sAncientPowerMoveDescription,
|
||||
[MOVE_SHADOW_BALL - 1] = sShadowBallMoveDescription,
|
||||
[MOVE_FUTURE_SIGHT - 1] = sFutureSightMoveDescription,
|
||||
[MOVE_ROCK_SMASH - 1] = sRockSmashMoveDescription,
|
||||
[MOVE_WHIRLPOOL - 1] = sWhirlpoolMoveDescription,
|
||||
[MOVE_BEAT_UP - 1] = sBeatUpMoveDescription,
|
||||
[MOVE_FAKE_OUT - 1] = sFakeOutMoveDescription,
|
||||
[MOVE_UPROAR - 1] = sUproarMoveDescription,
|
||||
[MOVE_STOCKPILE - 1] = sStockpileMoveDescription,
|
||||
[MOVE_SPIT_UP - 1] = sSpitUpMoveDescription,
|
||||
[MOVE_SWALLOW - 1] = sSwallowMoveDescription,
|
||||
[MOVE_HEAT_WAVE - 1] = sHeatWaveMoveDescription,
|
||||
[MOVE_HAIL - 1] = sHailMoveDescription,
|
||||
[MOVE_TORMENT - 1] = sTormentMoveDescription,
|
||||
[MOVE_FLATTER - 1] = sFlatterMoveDescription,
|
||||
[MOVE_WILL_O_WISP - 1] = sWillOWispMoveDescription,
|
||||
[MOVE_MEMENTO - 1] = sMementoMoveDescription,
|
||||
[MOVE_FACADE - 1] = sFacadeMoveDescription,
|
||||
[MOVE_FOCUS_PUNCH - 1] = sFocusPunchMoveDescription,
|
||||
[MOVE_SMELLING_SALT - 1] = sSmellingSaltMoveDescription,
|
||||
[MOVE_FOLLOW_ME - 1] = sFollowMeMoveDescription,
|
||||
[MOVE_NATURE_POWER - 1] = sNaturePowerMoveDescription,
|
||||
[MOVE_CHARGE - 1] = sChargeMoveDescription,
|
||||
[MOVE_TAUNT - 1] = sTauntMoveDescription,
|
||||
[MOVE_HELPING_HAND - 1] = sHelpingHandMoveDescription,
|
||||
[MOVE_TRICK - 1] = sTrickMoveDescription,
|
||||
[MOVE_ROLE_PLAY - 1] = sRolePlayMoveDescription,
|
||||
[MOVE_WISH - 1] = sWishMoveDescription,
|
||||
[MOVE_ASSIST - 1] = sAssistMoveDescription,
|
||||
[MOVE_INGRAIN - 1] = sIngrainMoveDescription,
|
||||
[MOVE_SUPERPOWER - 1] = sSuperpowerMoveDescription,
|
||||
[MOVE_MAGIC_COAT - 1] = sMagicCoatMoveDescription,
|
||||
[MOVE_RECYCLE - 1] = sRecycleMoveDescription,
|
||||
[MOVE_REVENGE - 1] = sRevengeMoveDescription,
|
||||
[MOVE_BRICK_BREAK - 1] = sBrickBreakMoveDescription,
|
||||
[MOVE_YAWN - 1] = sYawnMoveDescription,
|
||||
[MOVE_KNOCK_OFF - 1] = sKnockOffMoveDescription,
|
||||
[MOVE_ENDEAVOR - 1] = sEndeavorMoveDescription,
|
||||
[MOVE_ERUPTION - 1] = sEruptionMoveDescription,
|
||||
[MOVE_SKILL_SWAP - 1] = sSkillSwapMoveDescription,
|
||||
[MOVE_IMPRISON - 1] = sImprisonMoveDescription,
|
||||
[MOVE_REFRESH - 1] = sRefreshMoveDescription,
|
||||
[MOVE_GRUDGE - 1] = sGrudgeMoveDescription,
|
||||
[MOVE_SNATCH - 1] = sSnatchMoveDescription,
|
||||
[MOVE_SECRET_POWER - 1] = sSecretPowerMoveDescription,
|
||||
[MOVE_DIVE - 1] = sDiveMoveDescription,
|
||||
[MOVE_ARM_THRUST - 1] = sArmThrustMoveDescription,
|
||||
[MOVE_CAMOUFLAGE - 1] = sCamouflageMoveDescription,
|
||||
[MOVE_TAIL_GLOW - 1] = sTailGlowMoveDescription,
|
||||
[MOVE_LUSTER_PURGE - 1] = sLusterPurgeMoveDescription,
|
||||
[MOVE_MIST_BALL - 1] = sMistBallMoveDescription,
|
||||
[MOVE_FEATHER_DANCE - 1] = sFeatherDanceMoveDescription,
|
||||
[MOVE_TEETER_DANCE - 1] = sTeeterDanceMoveDescription,
|
||||
[MOVE_BLAZE_KICK - 1] = sBlazeKickMoveDescription,
|
||||
[MOVE_MUD_SPORT - 1] = sMudSportMoveDescription,
|
||||
[MOVE_ICE_BALL - 1] = sIceBallMoveDescription,
|
||||
[MOVE_NEEDLE_ARM - 1] = sNeedleArmMoveDescription,
|
||||
[MOVE_SLACK_OFF - 1] = sSlackOffMoveDescription,
|
||||
[MOVE_HYPER_VOICE - 1] = sHyperVoiceMoveDescription,
|
||||
[MOVE_POISON_FANG - 1] = sPoisonFangMoveDescription,
|
||||
[MOVE_CRUSH_CLAW - 1] = sCrushClawMoveDescription,
|
||||
[MOVE_BLAST_BURN - 1] = sBlastBurnMoveDescription,
|
||||
[MOVE_HYDRO_CANNON - 1] = sHydroCannonMoveDescription,
|
||||
[MOVE_METEOR_MASH - 1] = sMeteorMashMoveDescription,
|
||||
[MOVE_ASTONISH - 1] = sAstonishMoveDescription,
|
||||
[MOVE_WEATHER_BALL - 1] = sWeatherBallMoveDescription,
|
||||
[MOVE_AROMATHERAPY - 1] = sAromatherapyMoveDescription,
|
||||
[MOVE_FAKE_TEARS - 1] = sFakeTearsMoveDescription,
|
||||
[MOVE_AIR_CUTTER - 1] = sAirCutterMoveDescription,
|
||||
[MOVE_OVERHEAT - 1] = sOverheatMoveDescription,
|
||||
[MOVE_ODOR_SLEUTH - 1] = sOdorSleuthMoveDescription,
|
||||
[MOVE_ROCK_TOMB - 1] = sRockTombMoveDescription,
|
||||
[MOVE_SILVER_WIND - 1] = sSilverWindMoveDescription,
|
||||
[MOVE_METAL_SOUND - 1] = sMetalSoundMoveDescription,
|
||||
[MOVE_GRASS_WHISTLE - 1] = sGrassWhistleMoveDescription,
|
||||
[MOVE_TICKLE - 1] = sTickleMoveDescription,
|
||||
[MOVE_COSMIC_POWER - 1] = sCosmicPowerMoveDescription,
|
||||
[MOVE_WATER_SPOUT - 1] = sWaterSpoutMoveDescription,
|
||||
[MOVE_SIGNAL_BEAM - 1] = sSignalBeamMoveDescription,
|
||||
[MOVE_SHADOW_PUNCH - 1] = sShadowPunchMoveDescription,
|
||||
[MOVE_EXTRASENSORY - 1] = sExtrasensoryMoveDescription,
|
||||
[MOVE_SKY_UPPERCUT - 1] = sSkyUppercutMoveDescription,
|
||||
[MOVE_SAND_TOMB - 1] = sSandTombMoveDescription,
|
||||
[MOVE_SHEER_COLD - 1] = sSheerColdMoveDescription,
|
||||
[MOVE_MUDDY_WATER - 1] = sMuddyWaterMoveDescription,
|
||||
[MOVE_BULLET_SEED - 1] = sBulletSeedMoveDescription,
|
||||
[MOVE_AERIAL_ACE - 1] = sAerialAceMoveDescription,
|
||||
[MOVE_ICICLE_SPEAR - 1] = sIcicleSpearMoveDescription,
|
||||
[MOVE_IRON_DEFENSE - 1] = sIronDefenseMoveDescription,
|
||||
[MOVE_BLOCK - 1] = sBlockMoveDescription,
|
||||
[MOVE_HOWL - 1] = sHowlMoveDescription,
|
||||
[MOVE_DRAGON_CLAW - 1] = sDragonClawMoveDescription,
|
||||
[MOVE_FRENZY_PLANT - 1] = sFrenzyPlantMoveDescription,
|
||||
[MOVE_BULK_UP - 1] = sBulkUpMoveDescription,
|
||||
[MOVE_BOUNCE - 1] = sBounceMoveDescription,
|
||||
[MOVE_MUD_SHOT - 1] = sMudShotMoveDescription,
|
||||
[MOVE_POISON_TAIL - 1] = sPoisonTailMoveDescription,
|
||||
[MOVE_COVET - 1] = sCovetMoveDescription,
|
||||
[MOVE_VOLT_TACKLE - 1] = sVoltTackleMoveDescription,
|
||||
[MOVE_MAGICAL_LEAF - 1] = sMagicalLeafMoveDescription,
|
||||
[MOVE_WATER_SPORT - 1] = sWaterSportMoveDescription,
|
||||
[MOVE_CALM_MIND - 1] = sCalmMindMoveDescription,
|
||||
[MOVE_LEAF_BLADE - 1] = sLeafBladeMoveDescription,
|
||||
[MOVE_DRAGON_DANCE - 1] = sDragonDanceMoveDescription,
|
||||
[MOVE_ROCK_BLAST - 1] = sRockBlastMoveDescription,
|
||||
[MOVE_SHOCK_WAVE - 1] = sShockWaveMoveDescription,
|
||||
[MOVE_WATER_PULSE - 1] = sWaterPulseMoveDescription,
|
||||
[MOVE_DOOM_DESIRE - 1] = sDoomDesireMoveDescription,
|
||||
[MOVE_PSYCHO_BOOST - 1] = sPsychoBoostMoveDescription,
|
||||
};
|
||||
@@ -1,4 +1,5 @@
|
||||
const u8 gMoveNames[][13] = {
|
||||
const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
||||
{
|
||||
[MOVE_NONE] = _("-"),
|
||||
[MOVE_POUND] = _("POUND"),
|
||||
[MOVE_KARATE_CHOP] = _("KARATE CHOP"),
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
static const u8 sHardyNatureName[] = _("HARDY");
|
||||
static const u8 sLonelyNatureName[] = _("LONELY");
|
||||
static const u8 sBraveNatureName[] = _("BRAVE");
|
||||
static const u8 sAdamantNatureName[] = _("ADAMANT");
|
||||
static const u8 sNaughtyNatureName[] = _("NAUGHTY");
|
||||
static const u8 sBoldNatureName[] = _("BOLD");
|
||||
static const u8 sDocileNatureName[] = _("DOCILE");
|
||||
static const u8 sRelaxedNatureName[] = _("RELAXED");
|
||||
static const u8 sImpishNatureName[] = _("IMPISH");
|
||||
static const u8 sLaxNatureName[] = _("LAX");
|
||||
static const u8 sTimidNatureName[] = _("TIMID");
|
||||
static const u8 sHastyNatureName[] = _("HASTY");
|
||||
static const u8 sSeriousNatureName[] = _("SERIOUS");
|
||||
static const u8 sJollyNatureName[] = _("JOLLY");
|
||||
static const u8 sNaiveNatureName[] = _("NAIVE");
|
||||
static const u8 sModestNatureName[] = _("MODEST");
|
||||
static const u8 sMildNatureName[] = _("MILD");
|
||||
static const u8 sQuietNatureName[] = _("QUIET");
|
||||
static const u8 sBashfulNatureName[] = _("BASHFUL");
|
||||
static const u8 sRashNatureName[] = _("RASH");
|
||||
static const u8 sCalmNatureName[] = _("CALM");
|
||||
static const u8 sGentleNatureName[] = _("GENTLE");
|
||||
static const u8 sSassyNatureName[] = _("SASSY");
|
||||
static const u8 sCarefulNatureName[] = _("CAREFUL");
|
||||
static const u8 sQuirkyNatureName[] = _("QUIRKY");
|
||||
|
||||
const u8 *const gNatureNamePointers[] =
|
||||
{
|
||||
[NATURE_HARDY] = sHardyNatureName,
|
||||
[NATURE_LONELY] = sLonelyNatureName,
|
||||
[NATURE_BRAVE] = sBraveNatureName,
|
||||
[NATURE_ADAMANT] = sAdamantNatureName,
|
||||
[NATURE_NAUGHTY] = sNaughtyNatureName,
|
||||
[NATURE_BOLD] = sBoldNatureName,
|
||||
[NATURE_DOCILE] = sDocileNatureName,
|
||||
[NATURE_RELAXED] = sRelaxedNatureName,
|
||||
[NATURE_IMPISH] = sImpishNatureName,
|
||||
[NATURE_LAX] = sLaxNatureName,
|
||||
[NATURE_TIMID] = sTimidNatureName,
|
||||
[NATURE_HASTY] = sHastyNatureName,
|
||||
[NATURE_SERIOUS] = sSeriousNatureName,
|
||||
[NATURE_JOLLY] = sJollyNatureName,
|
||||
[NATURE_NAIVE] = sNaiveNatureName,
|
||||
[NATURE_MODEST] = sModestNatureName,
|
||||
[NATURE_MILD] = sMildNatureName,
|
||||
[NATURE_QUIET] = sQuietNatureName,
|
||||
[NATURE_BASHFUL] = sBashfulNatureName,
|
||||
[NATURE_RASH] = sRashNatureName,
|
||||
[NATURE_CALM] = sCalmNatureName,
|
||||
[NATURE_GENTLE] = sGentleNatureName,
|
||||
[NATURE_SASSY] = sSassyNatureName,
|
||||
[NATURE_CAREFUL] = sCarefulNatureName,
|
||||
[NATURE_QUIRKY] = sQuirkyNatureName,
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user