skytemple-files
skytemple-files copied to clipboard
Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
Right now there is basically none... --- Beep, boop, I'm [a bot](https://github.com/Parakoopa/IssueBot)! This issue was created by `@Parakoopa` in `#beta-tester`.
Entries after Decoy can normally not spawn in dungeons. But maybe we can just add stats and moves for them? Maybe we can just use the IDs in the mappa...
I tried to look at fixed rooms using what End found It seems that the game uses 4 different tables to generate spawned pokémon stats: (offsets based on the EU...
> I wonder if the place where stat buffs for criminals are stored is known I took a look and seems like outlaws have their level set depending on the...
See https://docs.google.com/spreadsheets/d/1NdHttKEFSY2XPrX_ArGDk3vBj6nOGIpkTe7k2jEUld0/edit?usp=drive_web&ouid=100875001470225819129.
Add a function to compute max VRAM blocks in chara_wan model, which is now used for sprite size checks
Based off https://github.com/SkyTemple/skytemple-files/pull/511, but rebased off master because the original branch has conflicts. This PR includes: - Initializing an asset project by exporting files from the ROM. - Importing asset...
Heavily WIP. Will bump SkyTemple Files to 2.0.0. See updated README in this PR for more information.
https://github.com/SkyTemple/skytemple-files/blob/fae264783a10969678d6e2cebaaa46e4309549ef/skytemple_files/graphics/chara_wan/writer.py#L1357 When a Pokemon sprite wan file is imported, every frame gets chopped up into pieces such that it can be assembled by metaframe data. The method responsible for this...