├── maps ├── DeptStoreElevator.blk ├── BattleTowerElevator.blk ├── DayCare.blk ├── ElmsHouse.blk ├── House1.blk ├── PlayersHouse2F.blk ├── BattleTowerHallway.blk ├── Colosseum.blk ├── Mart.blk ├── OlivineCafe.blk ├── RedsHouse2F.blk ├── RuinsOfAlphItemRoom.blk ├── SoulHouse.blk ├── CeladonChiefHouse.blk ├── CeladonGameCornerPrizeRoom.blk ├── CeladonMansionRoof.blk ├── EastWestGate.blk ├── GoldenrodFlowerShop.blk ├── House2.blk ├── MrFujisHouse.blk ├── MrPokemonsHouse.blk ├── Pokecenter1F.blk ├── PokemonFanClub.blk ├── RedsHouse1F.blk ├── RuinsOfAlphPuzzleChamber.blk ├── TradeCenter.blk ├── CeladonCafe.blk ├── GiftShop.blk ├── GoldenrodBikeShop.blk ├── NorthSouthGate.blk ├── PlayersHouse1F.blk ├── Route35NationalParkGate.blk ├── Route39Barn.blk ├── SafariZoneRestHouse.blk ├── ViridianGate.blk ├── BattleTowerBattleRoom.blk ├── Route36NationalParkGate.blk ├── RuinsOfAlphResearchCenter.blk ├── SafariZoneWardensHome.blk ├── DeptStore2F.blk ├── DeptStore4F.blk ├── DeptStore5F.blk ├── DeptStore6F.blk ├── DragonShrine.blk ├── ElmsLab.blk ├── FightingDojo.blk ├── OaksLab.blk ├── SafariZoneMainOffice.blk ├── SummerBeachHouse.blk ├── DeptStore1F.blk ├── DeptStore3F.blk ├── HallOfFame.blk ├── IcePathB2FBlackthornSide.blk ├── PewterGym.blk ├── Pokecenter2F.blk ├── RadioTower1F.blk ├── BattleTower1F.blk ├── CeladonMansion3F.blk ├── EarlsPokemonAcademy.blk ├── GoldenrodDeptStoreRoof.blk ├── KurtsHouse.blk ├── LancesRoom.blk ├── RadioTower2F.blk ├── RadioTower3F.blk ├── RadioTower4F.blk ├── TrainerHouse1F.blk ├── VioletGym.blk ├── WhirlIslandNW.blk ├── WhirlIslandSE.blk ├── CeladonMansion1F.blk ├── CeladonMansion2F.blk ├── CeruleanGym.blk ├── DragonsDen1F.blk ├── KogasRoom.blk ├── LavRadioTower1F.blk ├── RadioTower5F.blk ├── Route1.blk ├── Route2.blk ├── Route3.blk ├── Route5.blk ├── Route6.blk ├── Route7.blk ├── Route8.blk ├── Route9.blk ├── UndergroundPath.blk ├── WillsRoom.blk ├── AzaleaGym.blk ├── BrunosRoom.blk ├── CeladonGym.blk ├── CianwoodGym.blk ├── FuchsiaGym.blk ├── KarensRoom.blk ├── MahoganyGym.blk ├── OlivineGym.blk ├── Route10.blk ├── Route11.blk ├── Route12.blk ├── Route13.blk ├── Route14.blk ├── Route15.blk ├── Route16.blk ├── Route18.blk ├── Route22.blk ├── Route24.blk ├── Route25.blk ├── Route26.blk ├── Route27.blk ├── Route28.blk ├── Route29.blk ├── Route30.blk ├── Route31.blk ├── Route32.blk ├── Route33.blk ├── Route34.blk ├── Route35.blk ├── Route36.blk ├── Route37.blk ├── Route38.blk ├── Route39.blk ├── Route40.blk ├── Route42.blk ├── Route43.blk ├── Route44.blk ├── Route45.blk ├── Route46.blk ├── TrainerHouseB1F.blk ├── ViridianGym.blk ├── WhirlIslandCave.blk ├── AzaleaTown.blk ├── BlackthornGym1F.blk ├── BlackthornGym2F.blk ├── CeladonCity.blk ├── EcruteakGym.blk ├── FuchsiaCity.blk ├── LakeOfRage.blk ├── NewBarkTown.blk ├── OlivineCity.blk ├── PalletTown.blk ├── PewterCity.blk ├── Route4East.blk ├── SaffronCity.blk ├── SilphCo1F.blk ├── SilphCoRD.blk ├── TinTower7F.blk ├── TinTower8F.blk ├── TinTower9F.blk ├── VermilionGym.blk ├── VioletCity.blk ├── CeruleanCity.blk ├── DragonsDenB1F.blk ├── EcruteakCity.blk ├── GoldenrodCity.blk ├── MahoganyTown.blk ├── Route10South.blk ├── SproutTower2F.blk ├── VermilionCity.blk ├── ViridianCity.blk └── WiseTriosRoom.blk ├── gfx ├── pokemon │ ├── haunter │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── koffing │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── natu │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── abra │ │ └── shiny.pal │ ├── electrode │ │ ├── anim_idle.asm │ │ ├── anim.asm │ │ └── shiny.pal │ ├── porygon2 │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── slowpoke │ │ ├── anim_idle.asm │ │ ├── shiny.pal │ │ └── anim.asm │ ├── wobbuffet │ │ ├── anim_idle.asm │ │ ├── anim.asm │ │ └── shiny.pal │ ├── slugma │ │ └── shiny.pal │ ├── aipom │ │ └── shiny.pal │ ├── arbok │ │ └── shiny.pal │ ├── celebi │ │ └── shiny.pal │ ├── cleffa │ │ ├── shiny.pal │ │ └── anim.asm │ ├── crobat │ │ └── shiny.pal │ ├── cubone │ │ └── shiny.pal │ ├── ditto │ │ └── shiny.pal │ ├── dodrio │ │ └── shiny.pal │ ├── doduo │ │ └── shiny.pal │ ├── eevee │ │ └── shiny.pal │ ├── egg │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── ekans │ │ └── shiny.pal │ ├── elekid │ │ └── shiny.pal │ ├── entei │ │ └── shiny.pal │ ├── espeon │ │ └── shiny.pal │ ├── farfetch_d │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── fearow │ │ └── shiny.pal │ ├── feraligatr │ │ └── shiny.pal │ ├── furret │ │ └── shiny.pal │ ├── gastly │ │ └── shiny.pal │ ├── gengar │ │ └── shiny.pal │ ├── gligar │ │ └── shiny.pal │ ├── gloom │ │ └── shiny.pal │ ├── golbat │ │ └── shiny.pal │ ├── golem │ │ └── shiny.pal │ ├── grimer │ │ └── shiny.pal │ ├── ho_oh │ │ └── shiny.pal │ ├── hoppip │ │ └── shiny.pal │ ├── horsea │ │ └── shiny.pal │ ├── hypno │ │ └── shiny.pal │ ├── jynx │ │ └── shiny.pal │ ├── kabuto │ │ └── shiny.pal │ ├── kakuna │ │ ├── anim.asm │ │ └── shiny.pal │ ├── krabby │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── lapras │ │ └── shiny.pal │ ├── ledian │ │ └── shiny.pal │ ├── ledyba │ │ └── shiny.pal │ ├── lugia │ │ └── shiny.pal │ ├── machop │ │ └── shiny.pal │ ├── magby │ │ └── shiny.pal │ ├── magmar │ │ └── shiny.pal │ ├── mankey │ │ └── shiny.pal │ ├── mareep │ │ └── shiny.pal │ ├── marill │ │ └── shiny.pal │ ├── meowth │ │ └── shiny.pal │ ├── mew │ │ └── shiny.pal │ ├── mewtwo │ │ └── shiny.pal │ ├── muk │ │ └── shiny.pal │ ├── oddish │ │ └── shiny.pal │ ├── onix │ │ └── shiny.pal │ ├── paras │ │ └── shiny.pal │ ├── phanpy │ │ └── shiny.pal │ ├── pichu │ │ └── shiny.pal │ ├── pidgey │ │ └── shiny.pal │ ├── pineco │ │ ├── anim.asm │ │ └── shiny.pal │ ├── pinsir │ │ └── shiny.pal │ ├── ponyta │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── raichu │ │ └── shiny.pal │ ├── raikou │ │ └── shiny.pal │ ├── rhydon │ │ └── shiny.pal │ ├── scizor │ │ └── shiny.pal │ ├── seadra │ │ └── shiny.pal │ ├── seel │ │ └── shiny.pal │ ├── sneasel │ │ ├── anim.asm │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── staryu │ │ └── shiny.pal │ ├── swinub │ │ └── shiny.pal │ ├── tauros │ │ └── shiny.pal │ ├── togepi │ │ └── shiny.pal │ ├── unown │ │ ├── normal.pal │ │ └── shiny.pal │ ├── vulpix │ │ └── shiny.pal │ ├── weedle │ │ └── shiny.pal │ ├── wooper │ │ └── shiny.pal │ ├── xatu │ │ └── shiny.pal │ ├── yanma │ │ └── shiny.pal │ ├── zapdos │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── aerodactyl │ │ └── shiny.pal │ ├── alakazam │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── ampharos │ │ └── shiny.pal │ ├── arcanine │ │ └── shiny.pal │ ├── ariados │ │ └── shiny.pal │ ├── articuno │ │ └── shiny.pal │ ├── azumarill │ │ ├── palette.pal │ │ └── shiny.pal │ ├── bayleef │ │ ├── shiny.pal │ │ └── anim.asm │ ├── beedrill │ │ └── shiny.pal │ ├── bellossom │ │ └── shiny.pal │ ├── bellsprout │ │ └── shiny.pal │ ├── blastoise │ │ └── shiny.pal │ ├── blissey │ │ └── shiny.pal │ ├── bulbasaur │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── butterfree │ │ └── shiny.pal │ ├── caterpie │ │ └── shiny.pal │ ├── chansey │ │ └── shiny.pal │ ├── charizard │ │ └── shiny.pal │ ├── charmander │ │ └── shiny.pal │ ├── charmeleon │ │ └── shiny.pal │ ├── chikorita │ │ └── shiny.pal │ ├── chinchou │ │ └── shiny.pal │ ├── clefable │ │ └── shiny.pal │ ├── clefairy │ │ └── shiny.pal │ ├── cloyster │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── corsola │ │ └── shiny.pal │ ├── croconaw │ │ └── shiny.pal │ ├── cyndaquil │ │ └── shiny.pal │ ├── delibird │ │ └── shiny.pal │ ├── dewgong │ │ └── shiny.pal │ ├── diglett │ │ └── shiny.pal │ ├── donphan │ │ └── shiny.pal │ ├── dragonair │ │ └── shiny.pal │ ├── dragonite │ │ └── shiny.pal │ ├── dratini │ │ └── shiny.pal │ ├── drowzee │ │ └── shiny.pal │ ├── dugtrio │ │ └── shiny.pal │ ├── dunsparce │ │ └── shiny.pal │ ├── electabuzz │ │ └── shiny.pal │ ├── exeggcute │ │ └── shiny.pal │ ├── exeggutor │ │ └── shiny.pal │ ├── flaaffy │ │ └── shiny.pal │ ├── flareon │ │ └── shiny.pal │ ├── forretress │ │ └── shiny.pal │ ├── geodude │ │ └── shiny.pal │ ├── girafarig │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── goldeen │ │ └── shiny.pal │ ├── golduck │ │ └── shiny.pal │ ├── granbull │ │ └── shiny.pal │ ├── graveler │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── growlithe │ │ └── shiny.pal │ ├── gyarados │ │ └── shiny.pal │ ├── heracross │ │ └── shiny.pal │ ├── hitmonchan │ │ └── shiny.pal │ ├── hitmonlee │ │ └── shiny.pal │ ├── hitmontop │ │ └── shiny.pal │ ├── hoothoot │ │ └── shiny.pal │ ├── houndoom │ │ └── shiny.pal │ ├── houndour │ │ └── shiny.pal │ ├── igglybuff │ │ └── shiny.pal │ ├── ivysaur │ │ └── shiny.pal │ ├── jigglypuff │ │ └── shiny.pal │ ├── jolteon │ │ └── shiny.pal │ ├── jumpluff │ │ └── shiny.pal │ ├── kabutops │ │ └── shiny.pal │ ├── kadabra │ │ └── shiny.pal │ ├── kangaskhan │ │ └── shiny.pal │ ├── kingdra │ │ └── shiny.pal │ ├── kingler │ │ └── shiny.pal │ ├── lanturn │ │ └── shiny.pal │ ├── larvitar │ │ └── shiny.pal │ ├── lickitung │ │ └── shiny.pal │ ├── machamp │ │ └── shiny.pal │ ├── machoke │ │ ├── shiny.pal │ │ └── anim.asm │ ├── magcargo │ │ └── shiny.pal │ ├── magikarp │ │ └── shiny.pal │ ├── magnemite │ │ └── shiny.pal │ ├── magneton │ │ └── shiny.pal │ ├── mantine │ │ └── shiny.pal │ ├── marowak │ │ └── shiny.pal │ ├── meganium │ │ └── shiny.pal │ ├── metapod │ │ ├── shiny.pal │ │ └── anim.asm │ ├── miltank │ │ └── shiny.pal │ ├── misdreavus │ │ └── shiny.pal │ ├── moltres │ │ └── shiny.pal │ ├── mr__mime │ │ └── shiny.pal │ ├── murkrow │ │ └── shiny.pal │ ├── nidoking │ │ └── shiny.pal │ ├── nidoqueen │ │ └── shiny.pal │ ├── nidoran_f │ │ └── shiny.pal │ ├── nidoran_m │ │ └── shiny.pal │ ├── nidorina │ │ └── shiny.pal │ ├── nidorino │ │ └── shiny.pal │ ├── ninetales │ │ └── shiny.pal │ ├── noctowl │ │ └── shiny.pal │ ├── octillery │ │ └── shiny.pal │ ├── omanyte │ │ ├── shiny.pal │ │ └── anim.asm │ ├── omastar │ │ ├── shiny.pal │ │ └── anim.asm │ ├── parasect │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── persian │ │ └── shiny.pal │ ├── pidgeot │ │ └── shiny.pal │ ├── pidgeotto │ │ └── shiny.pal │ ├── pikachu │ │ └── shiny.pal │ ├── piloswine │ │ ├── shiny.pal │ │ └── anim.asm │ ├── politoed │ │ └── shiny.pal │ ├── poliwag │ │ └── shiny.pal │ ├── poliwhirl │ │ └── shiny.pal │ ├── poliwrath │ │ └── shiny.pal │ ├── porygon │ │ └── shiny.pal │ ├── primeape │ │ └── shiny.pal │ ├── psyduck │ │ └── shiny.pal │ ├── pupitar │ │ └── shiny.pal │ ├── quagsire │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── quilava │ │ └── shiny.pal │ ├── qwilfish │ │ └── shiny.pal │ ├── rapidash │ │ └── shiny.pal │ ├── raticate │ │ └── shiny.pal │ ├── rattata │ │ └── shiny.pal │ ├── remoraid │ │ ├── shiny.pal │ │ └── anim.asm │ ├── rhyhorn │ │ ├── shiny.pal │ │ └── anim.asm │ ├── sandshrew │ │ └── shiny.pal │ ├── sandslash │ │ └── shiny.pal │ ├── scyther │ │ └── shiny.pal │ ├── seaking │ │ └── shiny.pal │ ├── sentret │ │ └── shiny.pal │ ├── shellder │ │ └── shiny.pal │ ├── shuckle │ │ └── shiny.pal │ ├── skarmory │ │ └── shiny.pal │ ├── skiploom │ │ └── shiny.pal │ ├── slowbro │ │ └── shiny.pal │ ├── slowking │ │ ├── anim_idle.asm │ │ └── shiny.pal │ ├── smeargle │ │ └── shiny.pal │ ├── smoochum │ │ ├── shiny.pal │ │ └── anim.asm │ ├── snorlax │ │ └── shiny.pal │ ├── snubbull │ │ └── shiny.pal │ ├── spearow │ │ └── shiny.pal │ ├── spinarak │ │ └── shiny.pal │ ├── squirtle │ │ └── shiny.pal │ ├── stantler │ │ └── shiny.pal │ ├── starmie │ │ ├── shiny.pal │ │ └── anim_idle.asm │ ├── steelix │ │ └── shiny.pal │ ├── sudowoodo │ │ └── shiny.pal │ ├── suicune │ │ └── shiny.pal │ ├── sunflora │ │ ├── shiny.pal │ │ └── anim.asm │ ├── sunkern │ │ └── shiny.pal │ ├── tangela │ │ ├── shiny.pal │ │ └── anim.asm │ ├── teddiursa │ │ └── shiny.pal │ ├── tentacool │ │ └── shiny.pal │ ├── tentacruel │ │ └── shiny.pal │ ├── togetic │ │ └── shiny.pal │ ├── totodile │ │ └── shiny.pal │ ├── typhlosion │ │ └── shiny.pal │ ├── tyranitar │ │ └── shiny.pal │ ├── tyrogue │ │ └── shiny.pal │ ├── umbreon │ │ └── shiny.pal │ ├── ursaring │ │ └── shiny.pal │ ├── vaporeon │ │ └── shiny.pal │ ├── venomoth │ │ └── shiny.pal │ ├── venonat │ │ └── shiny.pal │ ├── venusaur │ │ └── shiny.pal │ ├── victreebel │ │ └── shiny.pal │ ├── vileplume │ │ └── shiny.pal │ ├── voltorb │ │ └── shiny.pal │ ├── wartortle │ │ └── shiny.pal │ ├── weepinbell │ │ └── shiny.pal │ ├── weezing │ │ └── shiny.pal │ ├── wigglytuff │ │ └── shiny.pal │ ├── zubat │ │ └── shiny.pal │ └── unown_p │ │ └── anim.asm ├── trade │ ├── link_cable.tilemap │ ├── border_cable_bottom.tilemap │ ├── border_cable_top.tilemap │ ├── game_boy.tilemap │ ├── ball.png │ ├── bubble.png │ ├── cable.png │ ├── poof.png │ └── game_boy.png ├── battle │ ├── exp_bar.pal │ ├── balls.png │ ├── dude.png │ ├── expbar.png │ ├── expbarend.png │ └── minimize.png ├── overworld │ └── magnet_train_bg.tilemap ├── pc │ ├── pc.png │ ├── orange.pal │ └── pc_mail.png ├── font │ ├── font.png │ ├── english.png │ ├── space.png │ ├── bg_text.pal │ ├── overworld.png │ └── unown_font.png ├── frames │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── icons │ ├── egg.png │ ├── mew.png │ ├── muk.png │ ├── abra.png │ ├── aipom.png │ ├── arbok.png │ ├── celebi.png │ ├── cleffa.png │ ├── crobat.png │ ├── cubone.png │ ├── ditto.png │ ├── dodrio.png │ ├── doduo.png │ ├── eevee.png │ ├── ekans.png │ ├── elekid.png │ ├── entei.png │ ├── espeon.png │ ├── fearow.png │ ├── furret.png │ ├── gastly.png │ ├── gengar.png │ ├── gligar.png │ ├── gloom.png │ ├── golbat.png │ ├── golem.png │ ├── grimer.png │ ├── ho_oh.png │ ├── hoppip.png │ ├── horsea.png │ ├── hypno.png │ ├── jynx.png │ ├── kabuto.png │ ├── kakuna.png │ ├── krabby.png │ ├── lapras.png │ ├── ledian.png │ ├── ledyba.png │ ├── lugia.png │ ├── machop.png │ ├── magby.png │ ├── magmar.png │ ├── mankey.png │ ├── mareep.png │ ├── marill.png │ ├── meowth.png │ ├── mewtwo.png │ ├── natu.png │ ├── oddish.png │ ├── onix.png │ ├── paras.png │ ├── phanpy.png │ ├── pichu.png │ ├── pidgey.png │ ├── pineco.png │ ├── pinsir.png │ ├── ponyta.png │ ├── raichu.png │ ├── raikou.png │ ├── rhydon.png │ ├── scizor.png │ ├── seadra.png │ ├── seel.png │ ├── slugma.png │ ├── staryu.png │ ├── swinub.png │ ├── tauros.png │ ├── togepi.png │ ├── unown.png │ ├── vulpix.png │ ├── weedle.png │ ├── wooper.png │ ├── xatu.png │ ├── yanma.png │ ├── zapdos.png │ ├── zubat.png │ ├── alakazam.png │ ├── ampharos.png │ ├── arcanine.png │ ├── ariados.png │ ├── articuno.png │ ├── bayleef.png │ ├── beedrill.png │ ├── blissey.png │ ├── caterpie.png │ ├── chansey.png │ ├── chinchou.png │ ├── clefable.png │ ├── clefairy.png │ ├── cloyster.png │ ├── corsola.png │ ├── croconaw.png │ ├── delibird.png │ ├── dewgong.png │ ├── diglett.png │ ├── donphan.png │ ├── dratini.png │ ├── drowzee.png │ ├── dugtrio.png │ ├── flaaffy.png │ ├── flareon.png │ ├── geodude.png │ ├── goldeen.png │ ├── golduck.png │ ├── granbull.png │ ├── graveler.png │ ├── gyarados.png │ ├── haunter.png │ ├── hoothoot.png │ ├── houndoom.png │ ├── houndour.png │ ├── ivysaur.png │ ├── jolteon.png │ ├── jumpluff.png │ ├── kabutops.png │ ├── kadabra.png │ ├── kingdra.png │ ├── kingler.png │ ├── koffing.png │ ├── lanturn.png │ ├── larvitar.png │ ├── machamp.png │ ├── machoke.png │ ├── magcargo.png │ ├── magikarp.png │ ├── magneton.png │ ├── mantine.png │ ├── marowak.png │ ├── meganium.png │ ├── metapod.png │ ├── miltank.png │ ├── moltres.png │ ├── mr__mime.png │ ├── murkrow.png │ ├── nidoking.png │ ├── nidorina.png │ ├── nidorino.png │ ├── noctowl.png │ ├── omanyte.png │ ├── omastar.png │ ├── parasect.png │ ├── persian.png │ ├── pidgeot.png │ ├── pikachu.png │ ├── politoed.png │ ├── poliwag.png │ ├── porygon.png │ ├── porygon2.png │ ├── primeape.png │ ├── psyduck.png │ ├── pupitar.png │ ├── quagsire.png │ ├── quilava.png │ ├── qwilfish.png │ ├── rapidash.png │ ├── raticate.png │ ├── rattata.png │ ├── remoraid.png │ ├── rhyhorn.png │ ├── scyther.png │ ├── seaking.png │ ├── sentret.png │ ├── shellder.png │ ├── shuckle.png │ ├── skarmory.png │ ├── skiploom.png │ ├── slowbro.png │ ├── slowking.png │ ├── slowpoke.png │ ├── smeargle.png │ ├── smoochum.png │ ├── sneasel.png │ ├── snorlax.png │ ├── snubbull.png │ ├── spearow.png │ ├── spinarak.png │ ├── squirtle.png │ ├── stantler.png │ ├── starmie.png │ ├── steelix.png │ ├── suicune.png │ ├── sunflora.png │ ├── sunkern.png │ ├── tangela.png │ ├── togetic.png │ ├── totodile.png │ ├── tyrogue.png │ ├── umbreon.png │ ├── ursaring.png │ ├── vaporeon.png │ ├── venomoth.png │ ├── venonat.png │ ├── venusaur.png │ ├── voltorb.png │ ├── weezing.png │ ├── aerodactyl.png │ ├── azumarill.png │ ├── bellossom.png │ ├── bellsprout.png │ ├── blastoise.png │ ├── bulbasaur.png │ ├── butterfree.png │ ├── charizard.png │ ├── charmander.png │ ├── charmeleon.png │ └── chikorita.png ├── mail │ ├── mew.png │ ├── natu.png │ ├── wave.png │ ├── cloud.png │ ├── ditto.png │ ├── dratini.png │ ├── eevee.png │ ├── grass.png │ ├── lapras.png │ ├── oddish.png │ ├── poliwag.png │ ├── sentret.png │ ├── dragonite.png │ ├── flower_1.png │ └── flower_2.png ├── pack │ ├── pack.png │ ├── pack_menu.tilemap │ ├── pack_f.png │ └── pack_menu.png ├── card_flip │ ├── on.png │ └── off.png ├── emotes │ ├── bolt.png │ ├── fish.png │ ├── happy.png │ ├── heart.png │ ├── sad.png │ ├── shock.png │ ├── sleep.png │ └── question.png ├── evo │ ├── bubble.png │ ├── egg_hatch.png │ └── bubble_large.png ├── intro │ ├── grass1.png │ ├── grass2.png │ ├── grass3.png │ ├── grass4.png │ ├── pulse.png │ ├── unowns.png │ ├── unown_1.pal │ └── unown_2.pal ├── player │ ├── chris.png │ └── kris.png ├── printer │ ├── hp.png │ ├── lv.png │ ├── bold_a.png │ └── bold_b.png ├── sgb │ ├── gbc_only.png │ └── sgb_border.png ├── splash │ ├── ditto.png │ └── ditto.pal ├── sprites │ ├── bill.png │ ├── bird.png │ ├── blue.png │ ├── elm.png │ ├── koga.png │ ├── kris.png │ ├── kurt.png │ ├── lass.png │ ├── mom.png │ ├── n64.png │ ├── oak.png │ ├── red.png │ ├── rock.png │ ├── sage.png │ ├── snes.png │ ├── surf.png │ ├── twin.png │ ├── will.png │ ├── beauty.png │ ├── biker.png │ ├── blaine.png │ ├── blank.png │ ├── brock.png │ ├── bruno.png │ ├── bugsy.png │ ├── chris.png │ ├── chuck.png │ ├── clair.png │ ├── clerk.png │ ├── daisy.png │ ├── dragon.png │ ├── elder.png │ ├── entei.png │ ├── erika.png │ ├── fairy.png │ ├── fisher.png │ ├── gramps.png │ ├── granny.png │ ├── janine.png │ ├── karen.png │ ├── lance.png │ ├── misty.png │ ├── morty.png │ ├── nurse.png │ ├── pryce.png │ ├── raikou.png │ ├── rocker.png │ ├── rocket.png │ ├── sailor.png │ ├── silver.png │ └── surge.png ├── stats │ ├── item.png │ └── mail.png ├── tilesets │ ├── lab.png │ ├── cave.png │ ├── gate.png │ ├── house.png │ ├── johto.png │ ├── kanto.png │ ├── mart.png │ ├── park.png │ ├── port.png │ └── tower.png ├── trainers │ ├── cal.png │ ├── oak.png │ ├── red.png │ ├── biker.png │ ├── blue.png │ ├── brock.png │ ├── bruno.png │ ├── bugsy.png │ ├── chuck.png │ ├── clair.png │ ├── erika.png │ ├── hiker.png │ ├── karen.png │ ├── koga.png │ ├── lass.png │ ├── misty.png │ ├── morty.png │ ├── pryce.png │ ├── sage.png │ ├── skier.png │ ├── twins.png │ └── will.png ├── credits │ ├── border.png │ ├── ditto.png │ ├── pichu.png │ ├── theend.png │ ├── igglybuff.png │ └── smoochum.png ├── debug │ ├── up_arrow.png │ └── color_test.png ├── footprints │ ├── 252.png │ ├── 253.png │ ├── 254.png │ ├── 255.png │ ├── 256.png │ ├── mew.png │ ├── muk.png │ ├── abra.png │ ├── aipom.png │ ├── arbok.png │ ├── celebi.png │ ├── cleffa.png │ ├── crobat.png │ ├── cubone.png │ ├── ditto.png │ ├── dodrio.png │ ├── doduo.png │ ├── eevee.png │ ├── ekans.png │ ├── elekid.png │ ├── entei.png │ ├── espeon.png │ ├── fearow.png │ ├── furret.png │ ├── gastly.png │ ├── gengar.png │ ├── gligar.png │ ├── gloom.png │ ├── golbat.png │ ├── golem.png │ ├── grimer.png │ ├── ho_oh.png │ ├── hoppip.png │ ├── horsea.png │ ├── hypno.png │ ├── jynx.png │ ├── kabuto.png │ ├── kakuna.png │ ├── krabby.png │ ├── lapras.png │ ├── ledian.png │ ├── ledyba.png │ ├── lugia.png │ ├── machop.png │ ├── magby.png │ ├── magmar.png │ ├── mankey.png │ ├── mareep.png │ ├── marill.png │ ├── meowth.png │ ├── mewtwo.png │ ├── natu.png │ ├── oddish.png │ ├── onix.png │ ├── paras.png │ ├── phanpy.png │ ├── pichu.png │ ├── pidgey.png │ ├── pineco.png │ ├── pinsir.png │ ├── ponyta.png │ ├── raichu.png │ ├── raikou.png │ ├── rhydon.png │ ├── scizor.png │ ├── seadra.png │ ├── seel.png │ ├── slugma.png │ ├── staryu.png │ ├── swinub.png │ ├── tauros.png │ ├── togepi.png │ ├── unown.png │ ├── vulpix.png │ ├── weedle.png │ ├── wooper.png │ ├── xatu.png │ ├── yanma.png │ ├── zapdos.png │ └── zubat.png ├── pokedex │ └── cursor.pal ├── pokegear │ ├── johto.bin │ └── kanto.bin ├── slots │ ├── slots_1.png │ ├── slots_2.png │ └── slots_3.png ├── title │ ├── logo.tilemap │ ├── logo_top.png │ └── suicune.png ├── battle_anims │ ├── beam.png │ ├── cut.png │ ├── egg.png │ ├── fire.png │ ├── haze.png │ ├── hit.png │ ├── horn.png │ ├── ice.png │ ├── misc.png │ ├── rope.png │ ├── sand.png │ ├── wave.png │ ├── web.png │ ├── whip.png │ └── wind.png └── diploma │ └── diploma.png ├── data └── phone │ └── text │ └── unused.asm ├── engine ├── math │ └── sine.asm └── phone │ └── scripts │ └── unused.asm └── docs └── main-collage.png /maps/DeptStoreElevator.blk: -------------------------------------------------------------------------------- 1 | F&GH%IJNOK -------------------------------------------------------------------------------- /maps/BattleTowerElevator.blk: -------------------------------------------------------------------------------- 1 | 5&'67,-8@>?A -------------------------------------------------------------------------------- /maps/DayCare.blk: -------------------------------------------------------------------------------- 1 |  5 6 ;3433 -------------------------------------------------------------------------------- /maps/ElmsHouse.blk: -------------------------------------------------------------------------------- 1 |    -------------------------------------------------------------------------------- /maps/House1.blk: -------------------------------------------------------------------------------- 1 |    3433 -------------------------------------------------------------------------------- /maps/PlayersHouse2F.blk: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /maps/BattleTowerHallway.blk: -------------------------------------------------------------------------------- 1 | %$ -------------------------------------------------------------------------------- /maps/Colosseum.blk: -------------------------------------------------------------------------------- 1 |   -------------------------------------------------------------------------------- /maps/Mart.blk: -------------------------------------------------------------------------------- 1 | FGH+"++++IH)(IH+*+++#IJ'K -------------------------------------------------------------------------------- /maps/OlivineCafe.blk: -------------------------------------------------------------------------------- 1 | 234*5454* 561117 -------------------------------------------------------------------------------- /maps/RedsHouse2F.blk: -------------------------------------------------------------------------------- 1 | ,- ./" -------------------------------------------------------------------------------- /maps/RuinsOfAlphItemRoom.blk: -------------------------------------------------------------------------------- 1 | 45121289 :; -------------------------------------------------------------------------------- /maps/SoulHouse.blk: -------------------------------------------------------------------------------- 1 | 89898 (+7*(+*7+(((7+*33:33 -------------------------------------------------------------------------------- /maps/CeladonChiefHouse.blk: -------------------------------------------------------------------------------- 1 | ,B>B-./.@A/.CC/062661 -------------------------------------------------------------------------------- /maps/CeladonGameCornerPrizeRoom.blk: -------------------------------------------------------------------------------- 1 | 2#3454 56117 -------------------------------------------------------------------------------- /maps/CeladonMansionRoof.blk: -------------------------------------------------------------------------------- 1 | $%"#()+&'+!+*: <;: <; -------------------------------------------------------------------------------- /maps/EastWestGate.blk: -------------------------------------------------------------------------------- 1 | 99 ?@#$A> -------------------------------------------------------------------------------- /maps/GoldenrodFlowerShop.blk: -------------------------------------------------------------------------------- 1 | 22 0/,.- 3433 -------------------------------------------------------------------------------- /maps/House2.blk: -------------------------------------------------------------------------------- 1 | ' 2 |  3 |  4 | * 3()3 -------------------------------------------------------------------------------- /maps/MrFujisHouse.blk: -------------------------------------------------------------------------------- 1 |  0 1 34333 -------------------------------------------------------------------------------- /maps/MrPokemonsHouse.blk: -------------------------------------------------------------------------------- 1 |  2 | * +*'+* +/@A@@8 -------------------------------------------------------------------------------- /maps/Pokecenter1F.blk: -------------------------------------------------------------------------------- 1 |   ' "# -------------------------------------------------------------------------------- /maps/PokemonFanClub.blk: -------------------------------------------------------------------------------- 1 | )) !"# $0 134333 -------------------------------------------------------------------------------- /maps/RedsHouse1F.blk: -------------------------------------------------------------------------------- 1 |  2 | 01 -------------------------------------------------------------------------------- /maps/RuinsOfAlphPuzzleChamber.blk: -------------------------------------------------------------------------------- 1 | -0!!,+ <= -------------------------------------------------------------------------------- /maps/TradeCenter.blk: -------------------------------------------------------------------------------- 1 | "!  -------------------------------------------------------------------------------- /gfx/pokemon/haunter/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 58 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/pokemon/koffing/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 5, 48 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/pokemon/natu/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 5, 35 2 | endanim 3 | -------------------------------------------------------------------------------- /maps/CeladonCafe.blk: -------------------------------------------------------------------------------- 1 | 2-()34.54,54. 56111117 -------------------------------------------------------------------------------- /maps/GiftShop.blk: -------------------------------------------------------------------------------- 1 |  2 |  3 | # 4 | !" 3()3 -------------------------------------------------------------------------------- /maps/GoldenrodBikeShop.blk: -------------------------------------------------------------------------------- 1 | @ 2 |  ABCBCB CDF3FFE -------------------------------------------------------------------------------- /maps/NorthSouthGate.blk: -------------------------------------------------------------------------------- 1 |  B C 2 |  -------------------------------------------------------------------------------- /maps/PlayersHouse1F.blk: -------------------------------------------------------------------------------- 1 | ! 2 | ( ) *+ -------------------------------------------------------------------------------- /maps/Route35NationalParkGate.blk: -------------------------------------------------------------------------------- 1 | )/,(6 6%& -------------------------------------------------------------------------------- /maps/Route39Barn.blk: -------------------------------------------------------------------------------- 1 | %%%% 2 | 3 | && & 4 | !" 3()3 -------------------------------------------------------------------------------- /maps/SafariZoneRestHouse.blk: -------------------------------------------------------------------------------- 1 |  >.>.FG ' 2 | 3433 -------------------------------------------------------------------------------- /maps/ViridianGate.blk: -------------------------------------------------------------------------------- 1 | 87:87:8 2 | 7: -------------------------------------------------------------------------------- /gfx/pokemon/abra/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 27, 10 3 | RGB 21, 07, 14 -------------------------------------------------------------------------------- /gfx/pokemon/electrode/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 3, 45 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/pokemon/porygon2/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 3, 30 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/pokemon/slowpoke/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 3, 20 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/pokemon/wobbuffet/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 0, 30 2 | endanim 3 | -------------------------------------------------------------------------------- /gfx/trade/link_cable.tilemap: -------------------------------------------------------------------------------- 1 | CUVSSSSSSSSSCWXTTTTTTTTTCYZCCCCCCCCC -------------------------------------------------------------------------------- /maps/BattleTowerBattleRoom.blk: -------------------------------------------------------------------------------- 1 | 5 67 2 | #87# 3 | 89"!:;=< -------------------------------------------------------------------------------- /maps/Route36NationalParkGate.blk: -------------------------------------------------------------------------------- 1 | -,0 ?@#7$A -------------------------------------------------------------------------------- /maps/RuinsOfAlphResearchCenter.blk: -------------------------------------------------------------------------------- 1 | ; 2 | *+*)+* +/@A@@8 -------------------------------------------------------------------------------- /maps/SafariZoneWardensHome.blk: -------------------------------------------------------------------------------- 1 |  ?<=-> 33433 -------------------------------------------------------------------------------- /gfx/battle/exp_bar.pal: -------------------------------------------------------------------------------- 1 | ; blue 2 | RGB 30, 26, 15 3 | RGB 04, 17, 31 4 | -------------------------------------------------------------------------------- /gfx/overworld/magnet_train_bg.tilemap: -------------------------------------------------------------------------------- 1 | LM\]LM\]11 11LM\]LM\] -------------------------------------------------------------------------------- /gfx/pokemon/slugma/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 28, 15 3 | RGB 21, 21, 21 4 | -------------------------------------------------------------------------------- /maps/DeptStore2F.blk: -------------------------------------------------------------------------------- 1 | FGHIH,IH.-IJK -------------------------------------------------------------------------------- /maps/DeptStore4F.blk: -------------------------------------------------------------------------------- 1 | FGHIH/IHIJK -------------------------------------------------------------------------------- /maps/DeptStore5F.blk: -------------------------------------------------------------------------------- 1 | FGHIHIHIJK -------------------------------------------------------------------------------- /maps/DeptStore6F.blk: -------------------------------------------------------------------------------- 1 | F!!GH IH IH  IJK -------------------------------------------------------------------------------- /maps/DragonShrine.blk: -------------------------------------------------------------------------------- 1 | 5"()($4:&-';:&';:&,,';<*%%%+=>88988? -------------------------------------------------------------------------------- /maps/ElmsLab.blk: -------------------------------------------------------------------------------- 1 | . /2!32# 2 | 323232367 -------------------------------------------------------------------------------- /maps/FightingDojo.blk: -------------------------------------------------------------------------------- 1 | 4$(%)$56'&76&'7676&'7678::;::9 -------------------------------------------------------------------------------- /maps/OaksLab.blk: -------------------------------------------------------------------------------- 1 | . /2 32 2 | 323232367 -------------------------------------------------------------------------------- /maps/SafariZoneMainOffice.blk: -------------------------------------------------------------------------------- 1 | 2(34 54  54*  2 | 56111117 -------------------------------------------------------------------------------- /maps/SummerBeachHouse.blk: -------------------------------------------------------------------------------- 1 | CDEE BBB@ABBB@A; ;3433333 -------------------------------------------------------------------------------- /gfx/pokemon/aipom/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 20, 19 3 | RGB 25, 07, 16 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/arbok/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 19, 05 3 | RGB 07, 14, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/celebi/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 13, 21 3 | RGB 09, 19, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/cleffa/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 13, 25 3 | RGB 08, 18, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/crobat/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 12, 19 3 | RGB 07, 15, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/cubone/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 22, 23 3 | RGB 11, 15, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ditto/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 22, 28 3 | RGB 09, 12, 27 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dodrio/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 24, 01 3 | RGB 18, 16, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/doduo/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 23, 00 3 | RGB 18, 16, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/eevee/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 26, 24 3 | RGB 19, 17, 16 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/egg/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 27, 22 3 | RGB 15, 22, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ekans/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 23, 13 3 | RGB 09, 11, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/electrode/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 05 2 | frame 2, 40 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/elekid/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 25, 04 3 | RGB 14, 13, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/entei/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 08, 03 3 | RGB 10, 10, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/espeon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 14, 31, 10 3 | RGB 10, 16, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/farfetch_d/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 12, 20, 01 3 | RGB 24, 14, 14 4 | -------------------------------------------------------------------------------- /gfx/pokemon/fearow/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 16, 10 3 | RGB 26, 15, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/feraligatr/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 03, 21, 20 3 | RGB 04, 08, 31 4 | -------------------------------------------------------------------------------- /gfx/pokemon/furret/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 27, 24 3 | RGB 27, 08, 17 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/gastly/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 11, 21, 26 3 | RGB 12, 03, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/gengar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 11, 15 3 | RGB 10, 08, 16 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/gligar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 19, 27 3 | RGB 08, 10, 26 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/gloom/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 21, 05 3 | RGB 13, 17, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/golbat/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 12, 19 3 | RGB 07, 15, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/golem/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 15, 12 3 | RGB 19, 07, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/grimer/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 19, 01 3 | RGB 11, 10, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ho_oh/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 21, 00 3 | RGB 28, 11, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hoppip/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 27, 13 3 | RGB 09, 18, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/horsea/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 17, 17 3 | RGB 01, 17, 20 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hypno/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 16, 21 3 | RGB 23, 07, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/jynx/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 12, 26 3 | RGB 14, 02, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kabuto/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 20, 11 3 | RGB 10, 15, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kakuna/anim.asm: -------------------------------------------------------------------------------- 1 | frame 0, 12 2 | frame 1, 24 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/kakuna/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 27, 04 3 | RGB 13, 17, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/krabby/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 25, 20 3 | RGB 21, 17, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/lapras/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 22, 17 3 | RGB 16, 11, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ledian/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 26, 00 3 | RGB 31, 17, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ledyba/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 26, 00 3 | RGB 31, 17, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/lugia/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 28, 28 3 | RGB 27, 00, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/machop/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 17, 11 3 | RGB 13, 10, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magby/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 26, 09 3 | RGB 31, 16, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magmar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 20, 23 3 | RGB 27, 08, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mankey/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 26, 12 3 | RGB 18, 13, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mareep/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 18, 22 3 | RGB 04, 10, 20 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/marill/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 08, 23, 11 3 | RGB 28, 09, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/meowth/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 22, 12 3 | RGB 26, 02, 18 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mew/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 24, 31 3 | RGB 07, 11, 26 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mewtwo/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 21, 22 3 | RGB 11, 14, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/muk/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 15, 20, 09 3 | RGB 10, 13, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/natu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 27, 00 3 | RGB 25, 12, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/oddish/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 27, 02 3 | RGB 08, 18, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/onix/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 22, 15 3 | RGB 15, 15, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/paras/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 10, 03 3 | RGB 23, 03, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/phanpy/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 27, 30 3 | RGB 26, 03, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pichu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 22, 00 3 | RGB 27, 03, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pidgey/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 25, 10 3 | RGB 20, 19, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pineco/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 06 2 | frame 2, 18 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/pineco/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 24, 11 3 | RGB 23, 13, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pinsir/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 20, 08 3 | RGB 11, 11, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ponyta/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 24, 11 3 | RGB 05, 15, 28 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/raichu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 25, 16 3 | RGB 29, 12, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/raikou/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 15, 00 3 | RGB 25, 21, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/rhydon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 24, 21 3 | RGB 18, 15, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/scizor/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 22, 08 3 | RGB 06, 14, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/seadra/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 16, 16 3 | RGB 10, 04, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/seel/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 19, 22 3 | RGB 29, 07, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sneasel/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 04 2 | frame 2, 30 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/staryu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 16, 19 3 | RGB 08, 13, 30 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/swinub/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 25, 17 3 | RGB 08, 11, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tauros/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 27, 14 3 | RGB 09, 14, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/togepi/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 26, 11 3 | RGB 08, 15, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/unown/normal.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 15, 15, 16 3 | RGB 07, 07, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/unown/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 14, 19, 31 3 | RGB 02, 11, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/vulpix/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 24, 01 3 | RGB 22, 16, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/weedle/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 26, 07 3 | RGB 23, 11, 17 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/wobbuffet/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 07 2 | frame 2, 30 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/wooper/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 25, 26 3 | RGB 29, 14, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/xatu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 27, 00 3 | RGB 25, 12, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/yanma/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 09, 26, 10 3 | RGB 13, 14, 30 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/zapdos/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 19, 00 3 | RGB 31, 04, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/trade/border_cable_bottom.tilemap: -------------------------------------------------------------------------------- 1 | /'()/>??????????@*+,-.DE -------------------------------------------------------------------------------- /gfx/trade/border_cable_top.tilemap: -------------------------------------------------------------------------------- 1 | ?@ E -------------------------------------------------------------------------------- /gfx/trade/game_boy.tilemap: -------------------------------------------------------------------------------- 1 | 12222345667849::;8<=>>?@ABCCDEFGCHIJACKLMNOPPPQR -------------------------------------------------------------------------------- /maps/DeptStore1F.blk: -------------------------------------------------------------------------------- 1 | F 2 | GH  IHIH %%IJLMK -------------------------------------------------------------------------------- /maps/DeptStore3F.blk: -------------------------------------------------------------------------------- 1 | F 2 | GH IHIHIJK -------------------------------------------------------------------------------- /maps/HallOfFame.blk: -------------------------------------------------------------------------------- 1 | @30123AB74567CB777<7CB77777CB77777CB77777CB77=77CDFFGFFE -------------------------------------------------------------------------------- /maps/IcePathB2FBlackthornSide.blk: -------------------------------------------------------------------------------- 1 | "#?:9$%%,-//- -------------------------------------------------------------------------------- /maps/PewterGym.blk: -------------------------------------------------------------------------------- 1 | H32224IJ5 6KJ32 24KJ52 26KJ52 26KJ2 2KJ & KLNNnNNM -------------------------------------------------------------------------------- /maps/Pokecenter2F.blk: -------------------------------------------------------------------------------- 1 | $+ 2 |  %&(& ) )"# -------------------------------------------------------------------------------- /maps/RadioTower1F.blk: -------------------------------------------------------------------------------- 1 | 1 1 1&+&. ,- -------------------------------------------------------------------------------- /data/phone/text/unused.asm: -------------------------------------------------------------------------------- 1 | UnusedPhoneText: 2 | text "Good morning." 3 | done 4 | -------------------------------------------------------------------------------- /gfx/pokemon/aerodactyl/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 09, 23 3 | RGB 11, 08, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/alakazam/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 21, 00 3 | RGB 16, 05, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ampharos/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 19, 25 3 | RGB 14, 05, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/arcanine/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 19, 17 3 | RGB 19, 17, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ariados/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 08, 22 3 | RGB 05, 09, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/articuno/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 26, 31 3 | RGB 13, 13, 22 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/azumarill/palette.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 03, 17, 28 3 | RGB 23, 06, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/azumarill/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 22, 01 3 | RGB 16, 05, 02 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/bayleef/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 22, 17 3 | RGB 25, 15, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/beedrill/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 20, 13 3 | RGB 08, 07, 27 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/bellossom/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 09, 24 3 | RGB 28, 11, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/bellsprout/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 23, 03 3 | RGB 20, 10, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/blastoise/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 14, 21, 07 3 | RGB 21, 16, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/blissey/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 19, 24 3 | RGB 21, 08, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/bulbasaur/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 28, 11 3 | RGB 31, 10, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/butterfree/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 15, 23 3 | RGB 15, 31, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/caterpie/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 24, 02 3 | RGB 30, 02, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/chansey/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 25, 18 3 | RGB 13, 19, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/charizard/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 15, 18 3 | RGB 23, 04, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/charmander/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 24, 06 3 | RGB 31, 16, 02 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/charmeleon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 24, 06 3 | RGB 27, 12, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/chikorita/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 23, 12 3 | RGB 26, 14, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/chinchou/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 29, 11 3 | RGB 06, 19, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/clefable/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 13, 25 3 | RGB 08, 18, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/clefairy/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 13, 25 3 | RGB 08, 18, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/cloyster/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 52 2 | dorepeat 1 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/cloyster/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 10, 16, 22 3 | RGB 03, 08, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/corsola/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 13, 25, 28 3 | RGB 07, 14, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/croconaw/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 06, 25, 18 3 | RGB 03, 13, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/cyndaquil/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 23, 09 3 | RGB 22, 00, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/delibird/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 26, 00 3 | RGB 26, 01, 26 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dewgong/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 19, 20 3 | RGB 18, 11, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/diglett/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 11, 04 3 | RGB 07, 07, 25 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/donphan/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 19, 14 3 | RGB 20, 10, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dragonair/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 22, 31 3 | RGB 22, 14, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dragonite/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 19, 14 3 | RGB 19, 00, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dratini/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 25, 24 3 | RGB 19, 12, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/drowzee/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 17, 22 3 | RGB 18, 05, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dugtrio/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 11, 04 3 | RGB 07, 07, 25 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/dunsparce/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 24, 06 3 | RGB 31, 05, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/electabuzz/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 25, 00 3 | RGB 25, 14, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/electrode/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 20, 17 3 | RGB 09, 02, 28 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/exeggcute/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 27, 05 3 | RGB 24, 12, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/exeggutor/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 17, 04 3 | RGB 24, 11, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/flaaffy/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 17, 21 3 | RGB 17, 08, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/flareon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 17, 01 3 | RGB 24, 09, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/forretress/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 22, 14 3 | RGB 19, 14, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/geodude/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 17, 15 3 | RGB 15, 13, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/girafarig/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 5, 16 2 | frame 3, 16 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/girafarig/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 19, 00 3 | RGB 10, 09, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/goldeen/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 19, 00 3 | RGB 30, 14, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/golduck/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 10, 13 3 | RGB 07, 17, 30 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/granbull/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 24, 20 3 | RGB 21, 14, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/graveler/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 14, 12 3 | RGB 16, 11, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/growlithe/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 21, 13 3 | RGB 20, 16, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/gyarados/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 23, 10 3 | RGB 27, 07, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/haunter/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 09, 10, 28 3 | RGB 12, 05, 12 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/heracross/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 16, 27 3 | RGB 21, 10, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hitmonchan/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 17, 12 3 | RGB 08, 03, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hitmonlee/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 21, 05 3 | RGB 13, 08, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hitmontop/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 21, 20 3 | RGB 24, 08, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/hoothoot/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 20, 06 3 | RGB 25, 06, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/houndoom/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 20, 12 3 | RGB 08, 07, 20 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/houndour/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 20, 12 3 | RGB 08, 07, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/igglybuff/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 21, 24 3 | RGB 22, 05, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ivysaur/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 28, 11 3 | RGB 31, 24, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/jigglypuff/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 17, 31 3 | RGB 09, 24, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/jolteon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 22, 00 3 | RGB 15, 15, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/jumpluff/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 25, 29 3 | RGB 29, 15, 18 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kabutops/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 20, 11 3 | RGB 10, 15, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kadabra/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 27, 10 3 | RGB 21, 07, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kangaskhan/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 16, 19 3 | RGB 03, 11, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kingdra/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 23, 07 3 | RGB 23, 14, 28 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/kingler/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 22, 09 3 | RGB 12, 13, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/koffing/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 23, 22 3 | RGB 07, 15, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/lanturn/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 26, 06 3 | RGB 20, 12, 27 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/larvitar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 26, 05 3 | RGB 23, 09, 17 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/lickitung/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 22, 09 3 | RGB 28, 09, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/machamp/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 19, 11 3 | RGB 09, 12, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/machoke/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 12, 17, 09 3 | RGB 07, 06, 25 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magcargo/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 12, 23 3 | RGB 15, 06, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magikarp/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 26, 07 3 | RGB 25, 17, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magnemite/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 20, 19 3 | RGB 20, 07, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/magneton/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 15, 16, 18 3 | RGB 18, 11, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mantine/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 27, 31 3 | RGB 06, 17, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/marowak/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 21, 15 3 | RGB 14, 15, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/meganium/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 24, 03 3 | RGB 28, 10, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/metapod/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 19, 13 3 | RGB 24, 14, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/miltank/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 23, 29 3 | RGB 19, 06, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/misdreavus/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 25, 03 3 | RGB 15, 14, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/moltres/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 11, 14 3 | RGB 21, 01, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/mr__mime/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 23, 23 3 | RGB 13, 19, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/murkrow/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 28, 09 3 | RGB 19, 07, 17 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidoking/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 13, 17, 31 3 | RGB 15, 09, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidoqueen/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 16, 18 3 | RGB 11, 13, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidoran_f/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 17, 28 3 | RGB 05, 17, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidoran_m/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 21, 31 3 | RGB 17, 08, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidorina/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 17, 28 3 | RGB 06, 15, 10 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/nidorino/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 23, 31 3 | RGB 23, 04, 25 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ninetales/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 22, 25 3 | RGB 17, 17, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/noctowl/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 24, 25, 09 3 | RGB 23, 11, 02 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/octillery/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 22, 09 3 | RGB 20, 15, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/omanyte/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 19, 10 3 | RGB 12, 11, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/omastar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 19, 10 3 | RGB 12, 11, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/parasect/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 18, 09 3 | RGB 19, 12, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/persian/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 28, 10 3 | RGB 28, 09, 27 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pidgeot/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 20, 00 3 | RGB 21, 15, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pidgeotto/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 20, 00 3 | RGB 14, 16, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pikachu/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 22, 03 3 | RGB 21, 02, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/piloswine/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 26, 14 3 | RGB 20, 19, 08 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/politoed/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 17, 28 3 | RGB 11, 16, 26 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/poliwag/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 08, 17 3 | RGB 08, 08, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/poliwhirl/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 09, 16, 26 3 | RGB 08, 10, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/poliwrath/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 11, 24, 26 3 | RGB 08, 17, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/porygon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 20, 25 3 | RGB 08, 11, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/porygon2/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 20, 25 3 | RGB 08, 11, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/primeape/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 19, 09 3 | RGB 16, 16, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/psyduck/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 27, 28 3 | RGB 10, 17, 18 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/pupitar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 11, 28 3 | RGB 15, 06, 06 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/quagsire/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 2, 35 2 | frame 1, 08 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/quagsire/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 17, 28 3 | RGB 14, 02, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/quilava/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 23, 09 3 | RGB 22, 00, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/qwilfish/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 23, 27 3 | RGB 18, 05, 16 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/rapidash/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 23, 16 3 | RGB 13, 13, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/raticate/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 27, 16 3 | RGB 21, 08, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/rattata/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 21, 13 3 | RGB 16, 15, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/remoraid/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 17, 29 3 | RGB 14, 06, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/rhyhorn/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 15, 17 3 | RGB 15, 11, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sandshrew/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 16, 10 3 | RGB 11, 08, 15 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sandslash/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 18, 12 3 | RGB 21, 06, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/scyther/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 09, 00 3 | RGB 17, 24, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/seaking/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 21, 27, 18 3 | RGB 27, 17, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sentret/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 21, 09 3 | RGB 22, 07, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/shellder/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 12, 00 3 | RGB 22, 06, 11 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/shuckle/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 22, 05 3 | RGB 15, 07, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/skarmory/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 20, 17 3 | RGB 05, 17, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/skiploom/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 24, 03 3 | RGB 25, 07, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/slowbro/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 18, 00 3 | RGB 21, 10, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/slowking/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 1, 07 2 | frame 2, 50 3 | endanim 4 | -------------------------------------------------------------------------------- /gfx/pokemon/slowking/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 13, 21 3 | RGB 09, 05, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/slowpoke/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 22, 24 3 | RGB 24, 09, 14 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/smeargle/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 28, 24, 12 3 | RGB 23, 08, 09 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/smoochum/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 26, 07 3 | RGB 31, 12, 25 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sneasel/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 27, 07 3 | RGB 30, 13, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/snorlax/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 22, 15 3 | RGB 11, 10, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/snubbull/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 21, 24 3 | RGB 28, 08, 16 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/spearow/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 14, 17, 08 3 | RGB 30, 26, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/spinarak/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 12, 30 3 | RGB 14, 16, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/squirtle/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 13, 23, 08 3 | RGB 17, 25, 30 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/stantler/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 22, 06 3 | RGB 20, 05, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/starmie/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 09, 11 3 | RGB 11, 11, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/steelix/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 21, 11 3 | RGB 20, 13, 07 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sudowoodo/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 21, 08 3 | RGB 27, 04, 04 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/suicune/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 27, 31 3 | RGB 00, 14, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sunflora/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 27, 06 3 | RGB 18, 18, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sunkern/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 27, 00 3 | RGB 14, 21, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tangela/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 07, 26, 03 3 | RGB 19, 07, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/teddiursa/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 29, 10 3 | RGB 13, 20, 01 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tentacool/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 19, 31 3 | RGB 08, 19, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tentacruel/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 17, 20, 31 3 | RGB 05, 20, 00 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/togetic/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 26, 25, 21 3 | RGB 02, 16, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/totodile/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 11, 25, 17 3 | RGB 05, 14, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/typhlosion/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 23, 09 3 | RGB 22, 00, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tyranitar/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 25, 19, 11 3 | RGB 18, 08, 23 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tyrogue/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 19, 19, 18 3 | RGB 09, 13, 29 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/umbreon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 10, 11, 31 3 | RGB 06, 07, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ursaring/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 30, 27, 09 3 | RGB 14, 24, 05 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/vaporeon/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 27, 21, 31 3 | RGB 15, 10, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/venomoth/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 15, 31 3 | RGB 17, 06, 21 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/venonat/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 14, 17, 31 3 | RGB 11, 05, 22 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/venusaur/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 25, 11 3 | RGB 31, 22, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/victreebel/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 23, 03 3 | RGB 14, 12, 31 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/vileplume/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 21, 03 3 | RGB 08, 15, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/voltorb/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 20, 20, 17 3 | RGB 09, 02, 28 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/wartortle/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 18, 23, 08 3 | RGB 20, 15, 24 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/weepinbell/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 22, 28, 07 3 | RGB 19, 09, 19 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/weezing/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 16, 23, 22 3 | RGB 06, 13, 13 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/wigglytuff/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 31, 17, 31 3 | RGB 09, 24, 03 4 | 5 | -------------------------------------------------------------------------------- /gfx/pokemon/wobbuffet/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 29, 15, 25 3 | RGB 18, 08, 16 4 | 5 | -------------------------------------------------------------------------------- /maps/BattleTower1F.blk: -------------------------------------------------------------------------------- 1 | *0+1.4B/)(B .$$23$$/ -------------------------------------------------------------------------------- /maps/CeladonMansion3F.blk: -------------------------------------------------------------------------------- 1 | , ,-0669./4./../. 8/56667/4== /0666661 -------------------------------------------------------------------------------- /maps/EarlsPokemonAcademy.blk: -------------------------------------------------------------------------------- 1 | . /232323232323236017 -------------------------------------------------------------------------------- /maps/GoldenrodDeptStoreRoof.blk: -------------------------------------------------------------------------------- 1 | 01111972::=<::62::8>::634;4;4;5@BCDEBCA@BCDEBCA -------------------------------------------------------------------------------- /maps/KurtsHouse.blk: -------------------------------------------------------------------------------- 1 | '12 2 |  3 | $ 4 | * 3()33333 -------------------------------------------------------------------------------- /maps/LancesRoom.blk: -------------------------------------------------------------------------------- 1 | (,.-)/20:>=?;851698<1<9851698<1<9851698<1<9851698<1<9+1J7 -------------------------------------------------------------------------------- /maps/RadioTower2F.blk: -------------------------------------------------------------------------------- 1 |  $ 2 |  =0;/ 539: 524 -------------------------------------------------------------------------------- /maps/RadioTower3F.blk: -------------------------------------------------------------------------------- 1 | 1 (#'')<7!% -------------------------------------------------------------------------------- /maps/RadioTower4F.blk: -------------------------------------------------------------------------------- 1 |  1    '53''524 -------------------------------------------------------------------------------- /maps/TrainerHouse1F.blk: -------------------------------------------------------------------------------- 1 | )) %!"# $&' 34333 -------------------------------------------------------------------------------- /maps/VioletGym.blk: -------------------------------------------------------------------------------- 1 | @AB-3-3-CB-CB-CB-CB-CB3-3CB3--3CDFFGFFE -------------------------------------------------------------------------------- /maps/WhirlIslandNW.blk: -------------------------------------------------------------------------------- 1 |   2 | * 3 | 1N1N #   4 | N -------------------------------------------------------------------------------- /maps/WhirlIslandSE.blk: -------------------------------------------------------------------------------- 1 | 11123=>1N11N1N 2 | N 3 | # 4 |  -------------------------------------------------------------------------------- /gfx/pc/pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pc/pc.png -------------------------------------------------------------------------------- /gfx/pokemon/zubat/shiny.pal: -------------------------------------------------------------------------------- 1 | 2 | RGB 23, 19, 14 3 | RGB 10, 17, 06 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /maps/CeladonMansion1F.blk: -------------------------------------------------------------------------------- 1 | , ,-5669./4 2 | ./. ./. 8/56667/4== /0666631 -------------------------------------------------------------------------------- /maps/CeladonMansion2F.blk: -------------------------------------------------------------------------------- 1 | , 4-0669./4 2 | ./. ./. 8/06667/4== /0666661 -------------------------------------------------------------------------------- /maps/CeruleanGym.blk: -------------------------------------------------------------------------------- 1 | +++++(,%,$.'')/. -/.1/.'& 2 | /.&/00200!####" -------------------------------------------------------------------------------- /maps/DragonsDen1F.blk: -------------------------------------------------------------------------------- 1 |   2 | * 3 | N #   4 |  5 | )NN# -------------------------------------------------------------------------------- /maps/KogasRoom.blk: -------------------------------------------------------------------------------- 1 | @"AB4444CB!888!CB888CB!8!CB!8!CB**-**CB--CDFF'FFE -------------------------------------------------------------------------------- /maps/LavRadioTower1F.blk: -------------------------------------------------------------------------------- 1 |    2 | 8/5636  5524? -------------------------------------------------------------------------------- /maps/RadioTower5F.blk: -------------------------------------------------------------------------------- 1 | 1  2 | ='"636>5245> -------------------------------------------------------------------------------- /maps/Route1.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route1.blk -------------------------------------------------------------------------------- /maps/Route2.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route2.blk -------------------------------------------------------------------------------- /maps/Route3.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route3.blk -------------------------------------------------------------------------------- /maps/Route5.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route5.blk -------------------------------------------------------------------------------- /maps/Route6.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route6.blk -------------------------------------------------------------------------------- /maps/Route7.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route7.blk -------------------------------------------------------------------------------- /maps/Route8.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route8.blk -------------------------------------------------------------------------------- /maps/Route9.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route9.blk -------------------------------------------------------------------------------- /maps/UndergroundPath.blk: -------------------------------------------------------------------------------- 1 |  2 | D 8D   (  F G    > >  E   >D 9 -------------------------------------------------------------------------------- /maps/WillsRoom.blk: -------------------------------------------------------------------------------- 1 | @"AB4444CB888CB$888$CB$8$CB$$8$$CB**-**CB-(-CDFFFFFE -------------------------------------------------------------------------------- /gfx/font/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/font/font.png -------------------------------------------------------------------------------- /gfx/frames/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/1.png -------------------------------------------------------------------------------- /gfx/frames/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/2.png -------------------------------------------------------------------------------- /gfx/frames/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/3.png -------------------------------------------------------------------------------- /gfx/frames/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/4.png -------------------------------------------------------------------------------- /gfx/frames/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/5.png -------------------------------------------------------------------------------- /gfx/frames/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/6.png -------------------------------------------------------------------------------- /gfx/frames/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/7.png -------------------------------------------------------------------------------- /gfx/frames/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/8.png -------------------------------------------------------------------------------- /gfx/frames/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/frames/9.png -------------------------------------------------------------------------------- /gfx/icons/egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/egg.png -------------------------------------------------------------------------------- /gfx/icons/mew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mew.png -------------------------------------------------------------------------------- /gfx/icons/muk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/muk.png -------------------------------------------------------------------------------- /gfx/mail/mew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/mew.png -------------------------------------------------------------------------------- /gfx/mail/natu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/natu.png -------------------------------------------------------------------------------- /gfx/mail/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/wave.png -------------------------------------------------------------------------------- /gfx/pack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pack/pack.png -------------------------------------------------------------------------------- /gfx/pack/pack_menu.tilemap: -------------------------------------------------------------------------------- 1 |  2 |   -------------------------------------------------------------------------------- /gfx/pokemon/bayleef/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 12 2 | frame 2, 11 3 | frame 3, 15 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/cleffa/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 10 2 | frame 2, 10 3 | frame 3, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/egg/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 1, 03 2 | frame 0, 03 3 | frame 2, 03 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/machoke/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 12 2 | frame 2, 40 3 | frame 1, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/metapod/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 12 2 | frame 2, 24 3 | frame 1, 12 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/omanyte/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 08 2 | frame 2, 22 3 | frame 1, 08 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/omastar/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 10 2 | frame 2, 40 3 | frame 1, 06 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/remoraid/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 05 2 | frame 2, 10 3 | frame 3, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/rhyhorn/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 05 2 | frame 2, 13 3 | frame 1, 40 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/slowpoke/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 05 2 | frame 2, 28 3 | frame 1, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/smoochum/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 06 2 | frame 2, 08 3 | frame 3, 24 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sunflora/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 12 2 | frame 2, 06 3 | frame 3, 16 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/tangela/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 36 2 | frame 0, 24 3 | frame 2, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/unown_p/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 10 2 | frame 2, 36 3 | frame 1, 06 4 | endanim 5 | -------------------------------------------------------------------------------- /maps/AzaleaGym.blk: -------------------------------------------------------------------------------- 1 | HJJJJJIBCBCBCB 2 | !CB CBCB%&CBCDFFKFFE -------------------------------------------------------------------------------- /maps/BrunosRoom.blk: -------------------------------------------------------------------------------- 1 | @"AB4444CB,888,CB+888+CB+,8,+CB++8++CB**-**CB--CDFF'FFE -------------------------------------------------------------------------------- /maps/CeladonGym.blk: -------------------------------------------------------------------------------- 1 | 456 ### 76  76##7676!"76767678::;::9 -------------------------------------------------------------------------------- /maps/CianwoodGym.blk: -------------------------------------------------------------------------------- 1 | H3"2!4IJ5 o 6KJpo oqKJ5 6KJ3 4KJ32 24KJpo oqKJ5 6KJ2o&o2KLNNnNNM -------------------------------------------------------------------------------- /maps/FuchsiaGym.blk: -------------------------------------------------------------------------------- 1 | . /232323232323232367 -------------------------------------------------------------------------------- /maps/KarensRoom.blk: -------------------------------------------------------------------------------- 1 | @"ABCB---CB---CB-CBLL-LLCB**-**CB--CDFF'FFE -------------------------------------------------------------------------------- /maps/MahoganyGym.blk: -------------------------------------------------------------------------------- 1 | HJJJJJIB19916CB522/9CB59/9.CB19996CB512.2CB5.9/6CB5-6CB1--2CDFFGFFE -------------------------------------------------------------------------------- /maps/OlivineGym.blk: -------------------------------------------------------------------------------- 1 | HGGG#IB%***&CB%&CB% !"&CB%&CB%&CB%&CB%&CB$'CDFF3FFE -------------------------------------------------------------------------------- /maps/Route10.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route10.blk -------------------------------------------------------------------------------- /maps/Route11.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route11.blk -------------------------------------------------------------------------------- /maps/Route12.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route12.blk -------------------------------------------------------------------------------- /maps/Route13.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route13.blk -------------------------------------------------------------------------------- /maps/Route14.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route14.blk -------------------------------------------------------------------------------- /maps/Route15.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route15.blk -------------------------------------------------------------------------------- /maps/Route16.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route16.blk -------------------------------------------------------------------------------- /maps/Route18.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route18.blk -------------------------------------------------------------------------------- /maps/Route22.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route22.blk -------------------------------------------------------------------------------- /maps/Route24.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route24.blk -------------------------------------------------------------------------------- /maps/Route25.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route25.blk -------------------------------------------------------------------------------- /maps/Route26.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route26.blk -------------------------------------------------------------------------------- /maps/Route27.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route27.blk -------------------------------------------------------------------------------- /maps/Route28.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route28.blk -------------------------------------------------------------------------------- /maps/Route29.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route29.blk -------------------------------------------------------------------------------- /maps/Route30.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route30.blk -------------------------------------------------------------------------------- /maps/Route31.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route31.blk -------------------------------------------------------------------------------- /maps/Route32.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route32.blk -------------------------------------------------------------------------------- /maps/Route33.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route33.blk -------------------------------------------------------------------------------- /maps/Route34.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route34.blk -------------------------------------------------------------------------------- /maps/Route35.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route35.blk -------------------------------------------------------------------------------- /maps/Route36.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route36.blk -------------------------------------------------------------------------------- /maps/Route37.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route37.blk -------------------------------------------------------------------------------- /maps/Route38.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route38.blk -------------------------------------------------------------------------------- /maps/Route39.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route39.blk -------------------------------------------------------------------------------- /maps/Route40.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route40.blk -------------------------------------------------------------------------------- /maps/Route42.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route42.blk -------------------------------------------------------------------------------- /maps/Route43.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route43.blk -------------------------------------------------------------------------------- /maps/Route44.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route44.blk -------------------------------------------------------------------------------- /maps/Route45.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route45.blk -------------------------------------------------------------------------------- /maps/Route46.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route46.blk -------------------------------------------------------------------------------- /maps/TrainerHouseB1F.blk: -------------------------------------------------------------------------------- 1 | ! 2 | * 12+* 3+*<21=+*"0007+*"0007+*"0007+*>444?+/@@@@@8 -------------------------------------------------------------------------------- /maps/ViridianGym.blk: -------------------------------------------------------------------------------- 1 | 4 56*+76+*76  76+*76  762176  76+ *78::<::9 -------------------------------------------------------------------------------- /maps/WhirlIslandCave.blk: -------------------------------------------------------------------------------- 1 |  1 2 | NN 3 | NEG 4 | N 5 | ( 6 |   -------------------------------------------------------------------------------- /engine/math/sine.asm: -------------------------------------------------------------------------------- 1 | _Sine:: 2 | ; a = d * sin(e * pi/32) 3 | ld a, e 4 | calc_sine_wave 5 | -------------------------------------------------------------------------------- /engine/phone/scripts/unused.asm: -------------------------------------------------------------------------------- 1 | UnusedPhoneScript: 2 | farwritetext UnusedPhoneText 3 | end 4 | -------------------------------------------------------------------------------- /gfx/battle/balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle/balls.png -------------------------------------------------------------------------------- /gfx/battle/dude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle/dude.png -------------------------------------------------------------------------------- /gfx/card_flip/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/card_flip/on.png -------------------------------------------------------------------------------- /gfx/emotes/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/bolt.png -------------------------------------------------------------------------------- /gfx/emotes/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/fish.png -------------------------------------------------------------------------------- /gfx/emotes/happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/happy.png -------------------------------------------------------------------------------- /gfx/emotes/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/heart.png -------------------------------------------------------------------------------- /gfx/emotes/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/sad.png -------------------------------------------------------------------------------- /gfx/emotes/shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/shock.png -------------------------------------------------------------------------------- /gfx/emotes/sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/sleep.png -------------------------------------------------------------------------------- /gfx/evo/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/evo/bubble.png -------------------------------------------------------------------------------- /gfx/font/english.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/font/english.png -------------------------------------------------------------------------------- /gfx/font/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/font/space.png -------------------------------------------------------------------------------- /gfx/icons/abra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/abra.png -------------------------------------------------------------------------------- /gfx/icons/aipom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/aipom.png -------------------------------------------------------------------------------- /gfx/icons/arbok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/arbok.png -------------------------------------------------------------------------------- /gfx/icons/celebi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/celebi.png -------------------------------------------------------------------------------- /gfx/icons/cleffa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/cleffa.png -------------------------------------------------------------------------------- /gfx/icons/crobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/crobat.png -------------------------------------------------------------------------------- /gfx/icons/cubone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/cubone.png -------------------------------------------------------------------------------- /gfx/icons/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ditto.png -------------------------------------------------------------------------------- /gfx/icons/dodrio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/dodrio.png -------------------------------------------------------------------------------- /gfx/icons/doduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/doduo.png -------------------------------------------------------------------------------- /gfx/icons/eevee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/eevee.png -------------------------------------------------------------------------------- /gfx/icons/ekans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ekans.png -------------------------------------------------------------------------------- /gfx/icons/elekid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/elekid.png -------------------------------------------------------------------------------- /gfx/icons/entei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/entei.png -------------------------------------------------------------------------------- /gfx/icons/espeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/espeon.png -------------------------------------------------------------------------------- /gfx/icons/fearow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/fearow.png -------------------------------------------------------------------------------- /gfx/icons/furret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/furret.png -------------------------------------------------------------------------------- /gfx/icons/gastly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/gastly.png -------------------------------------------------------------------------------- /gfx/icons/gengar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/gengar.png -------------------------------------------------------------------------------- /gfx/icons/gligar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/gligar.png -------------------------------------------------------------------------------- /gfx/icons/gloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/gloom.png -------------------------------------------------------------------------------- /gfx/icons/golbat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/golbat.png -------------------------------------------------------------------------------- /gfx/icons/golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/golem.png -------------------------------------------------------------------------------- /gfx/icons/grimer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/grimer.png -------------------------------------------------------------------------------- /gfx/icons/ho_oh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ho_oh.png -------------------------------------------------------------------------------- /gfx/icons/hoppip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/hoppip.png -------------------------------------------------------------------------------- /gfx/icons/horsea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/horsea.png -------------------------------------------------------------------------------- /gfx/icons/hypno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/hypno.png -------------------------------------------------------------------------------- /gfx/icons/jynx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/jynx.png -------------------------------------------------------------------------------- /gfx/icons/kabuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kabuto.png -------------------------------------------------------------------------------- /gfx/icons/kakuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kakuna.png -------------------------------------------------------------------------------- /gfx/icons/krabby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/krabby.png -------------------------------------------------------------------------------- /gfx/icons/lapras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/lapras.png -------------------------------------------------------------------------------- /gfx/icons/ledian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ledian.png -------------------------------------------------------------------------------- /gfx/icons/ledyba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ledyba.png -------------------------------------------------------------------------------- /gfx/icons/lugia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/lugia.png -------------------------------------------------------------------------------- /gfx/icons/machop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/machop.png -------------------------------------------------------------------------------- /gfx/icons/magby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/magby.png -------------------------------------------------------------------------------- /gfx/icons/magmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/magmar.png -------------------------------------------------------------------------------- /gfx/icons/mankey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mankey.png -------------------------------------------------------------------------------- /gfx/icons/mareep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mareep.png -------------------------------------------------------------------------------- /gfx/icons/marill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/marill.png -------------------------------------------------------------------------------- /gfx/icons/meowth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/meowth.png -------------------------------------------------------------------------------- /gfx/icons/mewtwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mewtwo.png -------------------------------------------------------------------------------- /gfx/icons/natu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/natu.png -------------------------------------------------------------------------------- /gfx/icons/oddish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/oddish.png -------------------------------------------------------------------------------- /gfx/icons/onix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/onix.png -------------------------------------------------------------------------------- /gfx/icons/paras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/paras.png -------------------------------------------------------------------------------- /gfx/icons/phanpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/phanpy.png -------------------------------------------------------------------------------- /gfx/icons/pichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pichu.png -------------------------------------------------------------------------------- /gfx/icons/pidgey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pidgey.png -------------------------------------------------------------------------------- /gfx/icons/pineco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pineco.png -------------------------------------------------------------------------------- /gfx/icons/pinsir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pinsir.png -------------------------------------------------------------------------------- /gfx/icons/ponyta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ponyta.png -------------------------------------------------------------------------------- /gfx/icons/raichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/raichu.png -------------------------------------------------------------------------------- /gfx/icons/raikou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/raikou.png -------------------------------------------------------------------------------- /gfx/icons/rhydon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/rhydon.png -------------------------------------------------------------------------------- /gfx/icons/scizor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/scizor.png -------------------------------------------------------------------------------- /gfx/icons/seadra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/seadra.png -------------------------------------------------------------------------------- /gfx/icons/seel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/seel.png -------------------------------------------------------------------------------- /gfx/icons/slugma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/slugma.png -------------------------------------------------------------------------------- /gfx/icons/staryu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/staryu.png -------------------------------------------------------------------------------- /gfx/icons/swinub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/swinub.png -------------------------------------------------------------------------------- /gfx/icons/tauros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/tauros.png -------------------------------------------------------------------------------- /gfx/icons/togepi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/togepi.png -------------------------------------------------------------------------------- /gfx/icons/unown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/unown.png -------------------------------------------------------------------------------- /gfx/icons/vulpix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/vulpix.png -------------------------------------------------------------------------------- /gfx/icons/weedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/weedle.png -------------------------------------------------------------------------------- /gfx/icons/wooper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/wooper.png -------------------------------------------------------------------------------- /gfx/icons/xatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/xatu.png -------------------------------------------------------------------------------- /gfx/icons/yanma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/yanma.png -------------------------------------------------------------------------------- /gfx/icons/zapdos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/zapdos.png -------------------------------------------------------------------------------- /gfx/icons/zubat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/zubat.png -------------------------------------------------------------------------------- /gfx/intro/grass1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/grass1.png -------------------------------------------------------------------------------- /gfx/intro/grass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/grass2.png -------------------------------------------------------------------------------- /gfx/intro/grass3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/grass3.png -------------------------------------------------------------------------------- /gfx/intro/grass4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/grass4.png -------------------------------------------------------------------------------- /gfx/intro/pulse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/pulse.png -------------------------------------------------------------------------------- /gfx/intro/unowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/intro/unowns.png -------------------------------------------------------------------------------- /gfx/mail/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/cloud.png -------------------------------------------------------------------------------- /gfx/mail/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/ditto.png -------------------------------------------------------------------------------- /gfx/mail/dratini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/dratini.png -------------------------------------------------------------------------------- /gfx/mail/eevee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/eevee.png -------------------------------------------------------------------------------- /gfx/mail/grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/grass.png -------------------------------------------------------------------------------- /gfx/mail/lapras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/lapras.png -------------------------------------------------------------------------------- /gfx/mail/oddish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/oddish.png -------------------------------------------------------------------------------- /gfx/mail/poliwag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/poliwag.png -------------------------------------------------------------------------------- /gfx/mail/sentret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/sentret.png -------------------------------------------------------------------------------- /gfx/pack/pack_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pack/pack_f.png -------------------------------------------------------------------------------- /gfx/pc/orange.pal: -------------------------------------------------------------------------------- 1 | RGB 31, 15, 00 2 | RGB 23, 12, 00 3 | RGB 15, 07, 00 4 | RGB 00, 00, 00 5 | -------------------------------------------------------------------------------- /gfx/pc/pc_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pc/pc_mail.png -------------------------------------------------------------------------------- /gfx/player/chris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/player/chris.png -------------------------------------------------------------------------------- /gfx/player/kris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/player/kris.png -------------------------------------------------------------------------------- /gfx/pokemon/alakazam/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 15 2 | frame 5, 45 3 | frame 3, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/graveler/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 08 2 | frame 0, 08 3 | frame 4, 08 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/krabby/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 0, 06 2 | frame 7, 06 3 | dorepeat 3 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/parasect/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 5, 30 2 | frame 0, 05 3 | frame 4, 20 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/piloswine/anim.asm: -------------------------------------------------------------------------------- 1 | frame 1, 20 2 | frame 2, 10 3 | frame 3, 10 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/ponyta/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 06 2 | frame 0, 06 3 | frame 5, 06 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/sneasel/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 3, 24 2 | frame 0, 09 3 | frame 4, 08 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/starmie/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 3, 08 2 | frame 4, 08 3 | dorepeat 1 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/zapdos/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 1, 08 2 | frame 2, 50 3 | frame 1, 06 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/printer/hp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/printer/hp.png -------------------------------------------------------------------------------- /gfx/printer/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/printer/lv.png -------------------------------------------------------------------------------- /gfx/sgb/gbc_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sgb/gbc_only.png -------------------------------------------------------------------------------- /gfx/splash/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/splash/ditto.png -------------------------------------------------------------------------------- /gfx/sprites/bill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/bill.png -------------------------------------------------------------------------------- /gfx/sprites/bird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/bird.png -------------------------------------------------------------------------------- /gfx/sprites/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/blue.png -------------------------------------------------------------------------------- /gfx/sprites/elm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/elm.png -------------------------------------------------------------------------------- /gfx/sprites/koga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/koga.png -------------------------------------------------------------------------------- /gfx/sprites/kris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/kris.png -------------------------------------------------------------------------------- /gfx/sprites/kurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/kurt.png -------------------------------------------------------------------------------- /gfx/sprites/lass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/lass.png -------------------------------------------------------------------------------- /gfx/sprites/mom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/mom.png -------------------------------------------------------------------------------- /gfx/sprites/n64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/n64.png -------------------------------------------------------------------------------- /gfx/sprites/oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/oak.png -------------------------------------------------------------------------------- /gfx/sprites/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/red.png -------------------------------------------------------------------------------- /gfx/sprites/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/rock.png -------------------------------------------------------------------------------- /gfx/sprites/sage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/sage.png -------------------------------------------------------------------------------- /gfx/sprites/snes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/snes.png -------------------------------------------------------------------------------- /gfx/sprites/surf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/surf.png -------------------------------------------------------------------------------- /gfx/sprites/twin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/twin.png -------------------------------------------------------------------------------- /gfx/sprites/will.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/will.png -------------------------------------------------------------------------------- /gfx/stats/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/stats/item.png -------------------------------------------------------------------------------- /gfx/stats/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/stats/mail.png -------------------------------------------------------------------------------- /gfx/tilesets/lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/lab.png -------------------------------------------------------------------------------- /gfx/trade/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trade/ball.png -------------------------------------------------------------------------------- /gfx/trade/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trade/bubble.png -------------------------------------------------------------------------------- /gfx/trade/cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trade/cable.png -------------------------------------------------------------------------------- /gfx/trade/poof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trade/poof.png -------------------------------------------------------------------------------- /gfx/trainers/cal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/cal.png -------------------------------------------------------------------------------- /gfx/trainers/oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/oak.png -------------------------------------------------------------------------------- /gfx/trainers/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/red.png -------------------------------------------------------------------------------- /maps/AzaleaTown.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/AzaleaTown.blk -------------------------------------------------------------------------------- /maps/BlackthornGym1F.blk: -------------------------------------------------------------------------------- 1 | @,,,,,AB+ 00 CB+ CB)-+- CB- )CB-++CB-+---CB---CB----CDFFGFFE -------------------------------------------------------------------------------- /maps/BlackthornGym2F.blk: -------------------------------------------------------------------------------- 1 | @AB#- CB- ##CB(-# CB-#(CB-#-CB-#-CB--CB--CDFFFFFE -------------------------------------------------------------------------------- /maps/CeladonCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/CeladonCity.blk -------------------------------------------------------------------------------- /maps/EcruteakGym.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/EcruteakGym.blk -------------------------------------------------------------------------------- /maps/FuchsiaCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/FuchsiaCity.blk -------------------------------------------------------------------------------- /maps/LakeOfRage.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/LakeOfRage.blk -------------------------------------------------------------------------------- /maps/NewBarkTown.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/NewBarkTown.blk -------------------------------------------------------------------------------- /maps/OlivineCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/OlivineCity.blk -------------------------------------------------------------------------------- /maps/PalletTown.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/PalletTown.blk -------------------------------------------------------------------------------- /maps/PewterCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/PewterCity.blk -------------------------------------------------------------------------------- /maps/Route4East.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route4East.blk -------------------------------------------------------------------------------- /maps/SaffronCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/SaffronCity.blk -------------------------------------------------------------------------------- /maps/SilphCo1F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/SilphCo1F.blk -------------------------------------------------------------------------------- /maps/SilphCoRD.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/SilphCoRD.blk -------------------------------------------------------------------------------- /maps/TinTower7F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/TinTower7F.blk -------------------------------------------------------------------------------- /maps/TinTower8F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/TinTower8F.blk -------------------------------------------------------------------------------- /maps/TinTower9F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/TinTower9F.blk -------------------------------------------------------------------------------- /maps/VermilionGym.blk: -------------------------------------------------------------------------------- 1 | "=>?"9&&%999: !$ !:9999999999998 !; !8 -------------------------------------------------------------------------------- /maps/VioletCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/VioletCity.blk -------------------------------------------------------------------------------- /docs/main-collage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/docs/main-collage.png -------------------------------------------------------------------------------- /gfx/battle/expbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle/expbar.png -------------------------------------------------------------------------------- /gfx/card_flip/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/card_flip/off.png -------------------------------------------------------------------------------- /gfx/credits/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/border.png -------------------------------------------------------------------------------- /gfx/credits/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/ditto.png -------------------------------------------------------------------------------- /gfx/credits/pichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/pichu.png -------------------------------------------------------------------------------- /gfx/credits/theend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/theend.png -------------------------------------------------------------------------------- /gfx/debug/up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/debug/up_arrow.png -------------------------------------------------------------------------------- /gfx/evo/egg_hatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/evo/egg_hatch.png -------------------------------------------------------------------------------- /gfx/font/bg_text.pal: -------------------------------------------------------------------------------- 1 | RGB 31, 31, 31 2 | RGB 08, 19, 28 3 | RGB 05, 05, 16 4 | RGB 00, 00, 00 5 | -------------------------------------------------------------------------------- /gfx/font/overworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/font/overworld.png -------------------------------------------------------------------------------- /gfx/footprints/252.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/252.png -------------------------------------------------------------------------------- /gfx/footprints/253.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/253.png -------------------------------------------------------------------------------- /gfx/footprints/254.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/254.png -------------------------------------------------------------------------------- /gfx/footprints/255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/255.png -------------------------------------------------------------------------------- /gfx/footprints/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/256.png -------------------------------------------------------------------------------- /gfx/footprints/mew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/mew.png -------------------------------------------------------------------------------- /gfx/footprints/muk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/muk.png -------------------------------------------------------------------------------- /gfx/icons/alakazam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/alakazam.png -------------------------------------------------------------------------------- /gfx/icons/ampharos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ampharos.png -------------------------------------------------------------------------------- /gfx/icons/arcanine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/arcanine.png -------------------------------------------------------------------------------- /gfx/icons/ariados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ariados.png -------------------------------------------------------------------------------- /gfx/icons/articuno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/articuno.png -------------------------------------------------------------------------------- /gfx/icons/bayleef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/bayleef.png -------------------------------------------------------------------------------- /gfx/icons/beedrill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/beedrill.png -------------------------------------------------------------------------------- /gfx/icons/blissey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/blissey.png -------------------------------------------------------------------------------- /gfx/icons/caterpie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/caterpie.png -------------------------------------------------------------------------------- /gfx/icons/chansey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/chansey.png -------------------------------------------------------------------------------- /gfx/icons/chinchou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/chinchou.png -------------------------------------------------------------------------------- /gfx/icons/clefable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/clefable.png -------------------------------------------------------------------------------- /gfx/icons/clefairy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/clefairy.png -------------------------------------------------------------------------------- /gfx/icons/cloyster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/cloyster.png -------------------------------------------------------------------------------- /gfx/icons/corsola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/corsola.png -------------------------------------------------------------------------------- /gfx/icons/croconaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/croconaw.png -------------------------------------------------------------------------------- /gfx/icons/delibird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/delibird.png -------------------------------------------------------------------------------- /gfx/icons/dewgong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/dewgong.png -------------------------------------------------------------------------------- /gfx/icons/diglett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/diglett.png -------------------------------------------------------------------------------- /gfx/icons/donphan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/donphan.png -------------------------------------------------------------------------------- /gfx/icons/dratini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/dratini.png -------------------------------------------------------------------------------- /gfx/icons/drowzee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/drowzee.png -------------------------------------------------------------------------------- /gfx/icons/dugtrio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/dugtrio.png -------------------------------------------------------------------------------- /gfx/icons/flaaffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/flaaffy.png -------------------------------------------------------------------------------- /gfx/icons/flareon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/flareon.png -------------------------------------------------------------------------------- /gfx/icons/geodude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/geodude.png -------------------------------------------------------------------------------- /gfx/icons/goldeen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/goldeen.png -------------------------------------------------------------------------------- /gfx/icons/golduck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/golduck.png -------------------------------------------------------------------------------- /gfx/icons/granbull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/granbull.png -------------------------------------------------------------------------------- /gfx/icons/graveler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/graveler.png -------------------------------------------------------------------------------- /gfx/icons/gyarados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/gyarados.png -------------------------------------------------------------------------------- /gfx/icons/haunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/haunter.png -------------------------------------------------------------------------------- /gfx/icons/hoothoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/hoothoot.png -------------------------------------------------------------------------------- /gfx/icons/houndoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/houndoom.png -------------------------------------------------------------------------------- /gfx/icons/houndour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/houndour.png -------------------------------------------------------------------------------- /gfx/icons/ivysaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ivysaur.png -------------------------------------------------------------------------------- /gfx/icons/jolteon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/jolteon.png -------------------------------------------------------------------------------- /gfx/icons/jumpluff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/jumpluff.png -------------------------------------------------------------------------------- /gfx/icons/kabutops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kabutops.png -------------------------------------------------------------------------------- /gfx/icons/kadabra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kadabra.png -------------------------------------------------------------------------------- /gfx/icons/kingdra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kingdra.png -------------------------------------------------------------------------------- /gfx/icons/kingler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/kingler.png -------------------------------------------------------------------------------- /gfx/icons/koffing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/koffing.png -------------------------------------------------------------------------------- /gfx/icons/lanturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/lanturn.png -------------------------------------------------------------------------------- /gfx/icons/larvitar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/larvitar.png -------------------------------------------------------------------------------- /gfx/icons/machamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/machamp.png -------------------------------------------------------------------------------- /gfx/icons/machoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/machoke.png -------------------------------------------------------------------------------- /gfx/icons/magcargo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/magcargo.png -------------------------------------------------------------------------------- /gfx/icons/magikarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/magikarp.png -------------------------------------------------------------------------------- /gfx/icons/magneton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/magneton.png -------------------------------------------------------------------------------- /gfx/icons/mantine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mantine.png -------------------------------------------------------------------------------- /gfx/icons/marowak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/marowak.png -------------------------------------------------------------------------------- /gfx/icons/meganium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/meganium.png -------------------------------------------------------------------------------- /gfx/icons/metapod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/metapod.png -------------------------------------------------------------------------------- /gfx/icons/miltank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/miltank.png -------------------------------------------------------------------------------- /gfx/icons/moltres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/moltres.png -------------------------------------------------------------------------------- /gfx/icons/mr__mime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/mr__mime.png -------------------------------------------------------------------------------- /gfx/icons/murkrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/murkrow.png -------------------------------------------------------------------------------- /gfx/icons/nidoking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/nidoking.png -------------------------------------------------------------------------------- /gfx/icons/nidorina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/nidorina.png -------------------------------------------------------------------------------- /gfx/icons/nidorino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/nidorino.png -------------------------------------------------------------------------------- /gfx/icons/noctowl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/noctowl.png -------------------------------------------------------------------------------- /gfx/icons/omanyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/omanyte.png -------------------------------------------------------------------------------- /gfx/icons/omastar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/omastar.png -------------------------------------------------------------------------------- /gfx/icons/parasect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/parasect.png -------------------------------------------------------------------------------- /gfx/icons/persian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/persian.png -------------------------------------------------------------------------------- /gfx/icons/pidgeot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pidgeot.png -------------------------------------------------------------------------------- /gfx/icons/pikachu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pikachu.png -------------------------------------------------------------------------------- /gfx/icons/politoed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/politoed.png -------------------------------------------------------------------------------- /gfx/icons/poliwag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/poliwag.png -------------------------------------------------------------------------------- /gfx/icons/porygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/porygon.png -------------------------------------------------------------------------------- /gfx/icons/porygon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/porygon2.png -------------------------------------------------------------------------------- /gfx/icons/primeape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/primeape.png -------------------------------------------------------------------------------- /gfx/icons/psyduck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/psyduck.png -------------------------------------------------------------------------------- /gfx/icons/pupitar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/pupitar.png -------------------------------------------------------------------------------- /gfx/icons/quagsire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/quagsire.png -------------------------------------------------------------------------------- /gfx/icons/quilava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/quilava.png -------------------------------------------------------------------------------- /gfx/icons/qwilfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/qwilfish.png -------------------------------------------------------------------------------- /gfx/icons/rapidash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/rapidash.png -------------------------------------------------------------------------------- /gfx/icons/raticate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/raticate.png -------------------------------------------------------------------------------- /gfx/icons/rattata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/rattata.png -------------------------------------------------------------------------------- /gfx/icons/remoraid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/remoraid.png -------------------------------------------------------------------------------- /gfx/icons/rhyhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/rhyhorn.png -------------------------------------------------------------------------------- /gfx/icons/scyther.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/scyther.png -------------------------------------------------------------------------------- /gfx/icons/seaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/seaking.png -------------------------------------------------------------------------------- /gfx/icons/sentret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/sentret.png -------------------------------------------------------------------------------- /gfx/icons/shellder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/shellder.png -------------------------------------------------------------------------------- /gfx/icons/shuckle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/shuckle.png -------------------------------------------------------------------------------- /gfx/icons/skarmory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/skarmory.png -------------------------------------------------------------------------------- /gfx/icons/skiploom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/skiploom.png -------------------------------------------------------------------------------- /gfx/icons/slowbro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/slowbro.png -------------------------------------------------------------------------------- /gfx/icons/slowking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/slowking.png -------------------------------------------------------------------------------- /gfx/icons/slowpoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/slowpoke.png -------------------------------------------------------------------------------- /gfx/icons/smeargle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/smeargle.png -------------------------------------------------------------------------------- /gfx/icons/smoochum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/smoochum.png -------------------------------------------------------------------------------- /gfx/icons/sneasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/sneasel.png -------------------------------------------------------------------------------- /gfx/icons/snorlax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/snorlax.png -------------------------------------------------------------------------------- /gfx/icons/snubbull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/snubbull.png -------------------------------------------------------------------------------- /gfx/icons/spearow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/spearow.png -------------------------------------------------------------------------------- /gfx/icons/spinarak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/spinarak.png -------------------------------------------------------------------------------- /gfx/icons/squirtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/squirtle.png -------------------------------------------------------------------------------- /gfx/icons/stantler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/stantler.png -------------------------------------------------------------------------------- /gfx/icons/starmie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/starmie.png -------------------------------------------------------------------------------- /gfx/icons/steelix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/steelix.png -------------------------------------------------------------------------------- /gfx/icons/suicune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/suicune.png -------------------------------------------------------------------------------- /gfx/icons/sunflora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/sunflora.png -------------------------------------------------------------------------------- /gfx/icons/sunkern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/sunkern.png -------------------------------------------------------------------------------- /gfx/icons/tangela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/tangela.png -------------------------------------------------------------------------------- /gfx/icons/togetic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/togetic.png -------------------------------------------------------------------------------- /gfx/icons/totodile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/totodile.png -------------------------------------------------------------------------------- /gfx/icons/tyrogue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/tyrogue.png -------------------------------------------------------------------------------- /gfx/icons/umbreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/umbreon.png -------------------------------------------------------------------------------- /gfx/icons/ursaring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/ursaring.png -------------------------------------------------------------------------------- /gfx/icons/vaporeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/vaporeon.png -------------------------------------------------------------------------------- /gfx/icons/venomoth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/venomoth.png -------------------------------------------------------------------------------- /gfx/icons/venonat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/venonat.png -------------------------------------------------------------------------------- /gfx/icons/venusaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/venusaur.png -------------------------------------------------------------------------------- /gfx/icons/voltorb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/voltorb.png -------------------------------------------------------------------------------- /gfx/icons/weezing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/weezing.png -------------------------------------------------------------------------------- /gfx/intro/unown_1.pal: -------------------------------------------------------------------------------- 1 | RGB 24, 12, 09 2 | RGB 31, 31, 31 3 | RGB 12, 00, 31 4 | RGB 00, 00, 00 5 | -------------------------------------------------------------------------------- /gfx/intro/unown_2.pal: -------------------------------------------------------------------------------- 1 | RGB 24, 12, 09 2 | RGB 31, 31, 31 3 | RGB 31, 31, 31 4 | RGB 31, 31, 31 5 | -------------------------------------------------------------------------------- /gfx/mail/dragonite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/dragonite.png -------------------------------------------------------------------------------- /gfx/mail/flower_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/flower_1.png -------------------------------------------------------------------------------- /gfx/mail/flower_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/mail/flower_2.png -------------------------------------------------------------------------------- /gfx/pack/pack_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pack/pack_menu.png -------------------------------------------------------------------------------- /gfx/pokedex/cursor.pal: -------------------------------------------------------------------------------- 1 | RGB 00, 00, 00 2 | RGB 11, 23, 00 3 | RGB 07, 17, 00 4 | RGB 00, 00, 00 5 | -------------------------------------------------------------------------------- /gfx/pokegear/johto.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pokegear/johto.bin -------------------------------------------------------------------------------- /gfx/pokegear/kanto.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/pokegear/kanto.bin -------------------------------------------------------------------------------- /gfx/pokemon/bulbasaur/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 5, 05 2 | frame 0, 05 3 | frame 5, 05 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/pokemon/farfetch_d/anim_idle.asm: -------------------------------------------------------------------------------- 1 | frame 4, 10 2 | frame 5, 07 3 | frame 4, 07 4 | endanim 5 | -------------------------------------------------------------------------------- /gfx/printer/bold_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/printer/bold_a.png -------------------------------------------------------------------------------- /gfx/printer/bold_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/printer/bold_b.png -------------------------------------------------------------------------------- /gfx/sgb/sgb_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sgb/sgb_border.png -------------------------------------------------------------------------------- /gfx/slots/slots_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/slots/slots_1.png -------------------------------------------------------------------------------- /gfx/slots/slots_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/slots/slots_2.png -------------------------------------------------------------------------------- /gfx/slots/slots_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/slots/slots_3.png -------------------------------------------------------------------------------- /gfx/splash/ditto.pal: -------------------------------------------------------------------------------- 1 | RGB 31, 31, 31 2 | RGB 13, 11, 00 3 | RGB 23, 12, 28 4 | RGB 00, 00, 00 5 | -------------------------------------------------------------------------------- /gfx/sprites/beauty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/beauty.png -------------------------------------------------------------------------------- /gfx/sprites/biker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/biker.png -------------------------------------------------------------------------------- /gfx/sprites/blaine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/blaine.png -------------------------------------------------------------------------------- /gfx/sprites/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/blank.png -------------------------------------------------------------------------------- /gfx/sprites/brock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/brock.png -------------------------------------------------------------------------------- /gfx/sprites/bruno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/bruno.png -------------------------------------------------------------------------------- /gfx/sprites/bugsy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/bugsy.png -------------------------------------------------------------------------------- /gfx/sprites/chris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/chris.png -------------------------------------------------------------------------------- /gfx/sprites/chuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/chuck.png -------------------------------------------------------------------------------- /gfx/sprites/clair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/clair.png -------------------------------------------------------------------------------- /gfx/sprites/clerk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/clerk.png -------------------------------------------------------------------------------- /gfx/sprites/daisy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/daisy.png -------------------------------------------------------------------------------- /gfx/sprites/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/dragon.png -------------------------------------------------------------------------------- /gfx/sprites/elder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/elder.png -------------------------------------------------------------------------------- /gfx/sprites/entei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/entei.png -------------------------------------------------------------------------------- /gfx/sprites/erika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/erika.png -------------------------------------------------------------------------------- /gfx/sprites/fairy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/fairy.png -------------------------------------------------------------------------------- /gfx/sprites/fisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/fisher.png -------------------------------------------------------------------------------- /gfx/sprites/gramps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/gramps.png -------------------------------------------------------------------------------- /gfx/sprites/granny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/granny.png -------------------------------------------------------------------------------- /gfx/sprites/janine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/janine.png -------------------------------------------------------------------------------- /gfx/sprites/karen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/karen.png -------------------------------------------------------------------------------- /gfx/sprites/lance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/lance.png -------------------------------------------------------------------------------- /gfx/sprites/misty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/misty.png -------------------------------------------------------------------------------- /gfx/sprites/morty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/morty.png -------------------------------------------------------------------------------- /gfx/sprites/nurse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/nurse.png -------------------------------------------------------------------------------- /gfx/sprites/pryce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/pryce.png -------------------------------------------------------------------------------- /gfx/sprites/raikou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/raikou.png -------------------------------------------------------------------------------- /gfx/sprites/rocker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/rocker.png -------------------------------------------------------------------------------- /gfx/sprites/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/rocket.png -------------------------------------------------------------------------------- /gfx/sprites/sailor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/sailor.png -------------------------------------------------------------------------------- /gfx/sprites/silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/silver.png -------------------------------------------------------------------------------- /gfx/sprites/surge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/sprites/surge.png -------------------------------------------------------------------------------- /gfx/tilesets/cave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/cave.png -------------------------------------------------------------------------------- /gfx/tilesets/gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/gate.png -------------------------------------------------------------------------------- /gfx/tilesets/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/house.png -------------------------------------------------------------------------------- /gfx/tilesets/johto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/johto.png -------------------------------------------------------------------------------- /gfx/tilesets/kanto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/kanto.png -------------------------------------------------------------------------------- /gfx/tilesets/mart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/mart.png -------------------------------------------------------------------------------- /gfx/tilesets/park.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/park.png -------------------------------------------------------------------------------- /gfx/tilesets/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/port.png -------------------------------------------------------------------------------- /gfx/tilesets/tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/tilesets/tower.png -------------------------------------------------------------------------------- /gfx/title/logo.tilemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/title/logo.tilemap -------------------------------------------------------------------------------- /gfx/title/logo_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/title/logo_top.png -------------------------------------------------------------------------------- /gfx/title/suicune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/title/suicune.png -------------------------------------------------------------------------------- /gfx/trade/game_boy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trade/game_boy.png -------------------------------------------------------------------------------- /gfx/trainers/biker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/biker.png -------------------------------------------------------------------------------- /gfx/trainers/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/blue.png -------------------------------------------------------------------------------- /gfx/trainers/brock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/brock.png -------------------------------------------------------------------------------- /gfx/trainers/bruno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/bruno.png -------------------------------------------------------------------------------- /gfx/trainers/bugsy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/bugsy.png -------------------------------------------------------------------------------- /gfx/trainers/chuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/chuck.png -------------------------------------------------------------------------------- /gfx/trainers/clair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/clair.png -------------------------------------------------------------------------------- /gfx/trainers/erika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/erika.png -------------------------------------------------------------------------------- /gfx/trainers/hiker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/hiker.png -------------------------------------------------------------------------------- /gfx/trainers/karen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/karen.png -------------------------------------------------------------------------------- /gfx/trainers/koga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/koga.png -------------------------------------------------------------------------------- /gfx/trainers/lass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/lass.png -------------------------------------------------------------------------------- /gfx/trainers/misty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/misty.png -------------------------------------------------------------------------------- /gfx/trainers/morty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/morty.png -------------------------------------------------------------------------------- /gfx/trainers/pryce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/pryce.png -------------------------------------------------------------------------------- /gfx/trainers/sage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/sage.png -------------------------------------------------------------------------------- /gfx/trainers/skier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/skier.png -------------------------------------------------------------------------------- /gfx/trainers/twins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/twins.png -------------------------------------------------------------------------------- /gfx/trainers/will.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/trainers/will.png -------------------------------------------------------------------------------- /maps/CeruleanCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/CeruleanCity.blk -------------------------------------------------------------------------------- /maps/DragonsDenB1F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/DragonsDenB1F.blk -------------------------------------------------------------------------------- /maps/EcruteakCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/EcruteakCity.blk -------------------------------------------------------------------------------- /maps/GoldenrodCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/GoldenrodCity.blk -------------------------------------------------------------------------------- /maps/MahoganyTown.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/MahoganyTown.blk -------------------------------------------------------------------------------- /maps/Route10South.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/Route10South.blk -------------------------------------------------------------------------------- /maps/SproutTower2F.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/SproutTower2F.blk -------------------------------------------------------------------------------- /maps/VermilionCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/VermilionCity.blk -------------------------------------------------------------------------------- /maps/ViridianCity.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/ViridianCity.blk -------------------------------------------------------------------------------- /maps/WiseTriosRoom.blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/maps/WiseTriosRoom.blk -------------------------------------------------------------------------------- /gfx/battle/expbarend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle/expbarend.png -------------------------------------------------------------------------------- /gfx/battle/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle/minimize.png -------------------------------------------------------------------------------- /gfx/battle_anims/beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/beam.png -------------------------------------------------------------------------------- /gfx/battle_anims/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/cut.png -------------------------------------------------------------------------------- /gfx/battle_anims/egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/egg.png -------------------------------------------------------------------------------- /gfx/battle_anims/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/fire.png -------------------------------------------------------------------------------- /gfx/battle_anims/haze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/haze.png -------------------------------------------------------------------------------- /gfx/battle_anims/hit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/hit.png -------------------------------------------------------------------------------- /gfx/battle_anims/horn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/horn.png -------------------------------------------------------------------------------- /gfx/battle_anims/ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/ice.png -------------------------------------------------------------------------------- /gfx/battle_anims/misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/misc.png -------------------------------------------------------------------------------- /gfx/battle_anims/rope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/rope.png -------------------------------------------------------------------------------- /gfx/battle_anims/sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/sand.png -------------------------------------------------------------------------------- /gfx/battle_anims/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/wave.png -------------------------------------------------------------------------------- /gfx/battle_anims/web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/web.png -------------------------------------------------------------------------------- /gfx/battle_anims/whip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/whip.png -------------------------------------------------------------------------------- /gfx/battle_anims/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/battle_anims/wind.png -------------------------------------------------------------------------------- /gfx/credits/igglybuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/igglybuff.png -------------------------------------------------------------------------------- /gfx/credits/smoochum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/credits/smoochum.png -------------------------------------------------------------------------------- /gfx/debug/color_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/debug/color_test.png -------------------------------------------------------------------------------- /gfx/diploma/diploma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/diploma/diploma.png -------------------------------------------------------------------------------- /gfx/emotes/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/emotes/question.png -------------------------------------------------------------------------------- /gfx/evo/bubble_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/evo/bubble_large.png -------------------------------------------------------------------------------- /gfx/font/unown_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/font/unown_font.png -------------------------------------------------------------------------------- /gfx/footprints/abra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/abra.png -------------------------------------------------------------------------------- /gfx/footprints/aipom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/aipom.png -------------------------------------------------------------------------------- /gfx/footprints/arbok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/arbok.png -------------------------------------------------------------------------------- /gfx/footprints/celebi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/celebi.png -------------------------------------------------------------------------------- /gfx/footprints/cleffa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/cleffa.png -------------------------------------------------------------------------------- /gfx/footprints/crobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/crobat.png -------------------------------------------------------------------------------- /gfx/footprints/cubone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/cubone.png -------------------------------------------------------------------------------- /gfx/footprints/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ditto.png -------------------------------------------------------------------------------- /gfx/footprints/dodrio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/dodrio.png -------------------------------------------------------------------------------- /gfx/footprints/doduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/doduo.png -------------------------------------------------------------------------------- /gfx/footprints/eevee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/eevee.png -------------------------------------------------------------------------------- /gfx/footprints/ekans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ekans.png -------------------------------------------------------------------------------- /gfx/footprints/elekid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/elekid.png -------------------------------------------------------------------------------- /gfx/footprints/entei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/entei.png -------------------------------------------------------------------------------- /gfx/footprints/espeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/espeon.png -------------------------------------------------------------------------------- /gfx/footprints/fearow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/fearow.png -------------------------------------------------------------------------------- /gfx/footprints/furret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/furret.png -------------------------------------------------------------------------------- /gfx/footprints/gastly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/gastly.png -------------------------------------------------------------------------------- /gfx/footprints/gengar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/gengar.png -------------------------------------------------------------------------------- /gfx/footprints/gligar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/gligar.png -------------------------------------------------------------------------------- /gfx/footprints/gloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/gloom.png -------------------------------------------------------------------------------- /gfx/footprints/golbat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/golbat.png -------------------------------------------------------------------------------- /gfx/footprints/golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/golem.png -------------------------------------------------------------------------------- /gfx/footprints/grimer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/grimer.png -------------------------------------------------------------------------------- /gfx/footprints/ho_oh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ho_oh.png -------------------------------------------------------------------------------- /gfx/footprints/hoppip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/hoppip.png -------------------------------------------------------------------------------- /gfx/footprints/horsea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/horsea.png -------------------------------------------------------------------------------- /gfx/footprints/hypno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/hypno.png -------------------------------------------------------------------------------- /gfx/footprints/jynx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/jynx.png -------------------------------------------------------------------------------- /gfx/footprints/kabuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/kabuto.png -------------------------------------------------------------------------------- /gfx/footprints/kakuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/kakuna.png -------------------------------------------------------------------------------- /gfx/footprints/krabby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/krabby.png -------------------------------------------------------------------------------- /gfx/footprints/lapras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/lapras.png -------------------------------------------------------------------------------- /gfx/footprints/ledian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ledian.png -------------------------------------------------------------------------------- /gfx/footprints/ledyba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ledyba.png -------------------------------------------------------------------------------- /gfx/footprints/lugia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/lugia.png -------------------------------------------------------------------------------- /gfx/footprints/machop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/machop.png -------------------------------------------------------------------------------- /gfx/footprints/magby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/magby.png -------------------------------------------------------------------------------- /gfx/footprints/magmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/magmar.png -------------------------------------------------------------------------------- /gfx/footprints/mankey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/mankey.png -------------------------------------------------------------------------------- /gfx/footprints/mareep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/mareep.png -------------------------------------------------------------------------------- /gfx/footprints/marill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/marill.png -------------------------------------------------------------------------------- /gfx/footprints/meowth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/meowth.png -------------------------------------------------------------------------------- /gfx/footprints/mewtwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/mewtwo.png -------------------------------------------------------------------------------- /gfx/footprints/natu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/natu.png -------------------------------------------------------------------------------- /gfx/footprints/oddish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/oddish.png -------------------------------------------------------------------------------- /gfx/footprints/onix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/onix.png -------------------------------------------------------------------------------- /gfx/footprints/paras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/paras.png -------------------------------------------------------------------------------- /gfx/footprints/phanpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/phanpy.png -------------------------------------------------------------------------------- /gfx/footprints/pichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/pichu.png -------------------------------------------------------------------------------- /gfx/footprints/pidgey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/pidgey.png -------------------------------------------------------------------------------- /gfx/footprints/pineco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/pineco.png -------------------------------------------------------------------------------- /gfx/footprints/pinsir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/pinsir.png -------------------------------------------------------------------------------- /gfx/footprints/ponyta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/ponyta.png -------------------------------------------------------------------------------- /gfx/footprints/raichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/raichu.png -------------------------------------------------------------------------------- /gfx/footprints/raikou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/raikou.png -------------------------------------------------------------------------------- /gfx/footprints/rhydon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/rhydon.png -------------------------------------------------------------------------------- /gfx/footprints/scizor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/scizor.png -------------------------------------------------------------------------------- /gfx/footprints/seadra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/seadra.png -------------------------------------------------------------------------------- /gfx/footprints/seel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/seel.png -------------------------------------------------------------------------------- /gfx/footprints/slugma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/slugma.png -------------------------------------------------------------------------------- /gfx/footprints/staryu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/staryu.png -------------------------------------------------------------------------------- /gfx/footprints/swinub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/swinub.png -------------------------------------------------------------------------------- /gfx/footprints/tauros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/tauros.png -------------------------------------------------------------------------------- /gfx/footprints/togepi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/togepi.png -------------------------------------------------------------------------------- /gfx/footprints/unown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/unown.png -------------------------------------------------------------------------------- /gfx/footprints/vulpix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/vulpix.png -------------------------------------------------------------------------------- /gfx/footprints/weedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/weedle.png -------------------------------------------------------------------------------- /gfx/footprints/wooper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/wooper.png -------------------------------------------------------------------------------- /gfx/footprints/xatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/xatu.png -------------------------------------------------------------------------------- /gfx/footprints/yanma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/yanma.png -------------------------------------------------------------------------------- /gfx/footprints/zapdos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/zapdos.png -------------------------------------------------------------------------------- /gfx/footprints/zubat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/footprints/zubat.png -------------------------------------------------------------------------------- /gfx/icons/aerodactyl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/aerodactyl.png -------------------------------------------------------------------------------- /gfx/icons/azumarill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/azumarill.png -------------------------------------------------------------------------------- /gfx/icons/bellossom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/bellossom.png -------------------------------------------------------------------------------- /gfx/icons/bellsprout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/bellsprout.png -------------------------------------------------------------------------------- /gfx/icons/blastoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/blastoise.png -------------------------------------------------------------------------------- /gfx/icons/bulbasaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/bulbasaur.png -------------------------------------------------------------------------------- /gfx/icons/butterfree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/butterfree.png -------------------------------------------------------------------------------- /gfx/icons/charizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/charizard.png -------------------------------------------------------------------------------- /gfx/icons/charmander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/charmander.png -------------------------------------------------------------------------------- /gfx/icons/charmeleon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/charmeleon.png -------------------------------------------------------------------------------- /gfx/icons/chikorita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrenchOrange/pokezelda/HEAD/gfx/icons/chikorita.png --------------------------------------------------------------------------------