summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-31Disassembled some copy functions and some unknown string functionsPokeglitch
2018-06-01tools/disasm_coverage: fix counting error and remove debug print statementTauwasser
Code wrongly assumed if end - beg + 1 < bpp then y_beg == y_end && x_beg == x_end, but that's obviously not always the case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Keep pokemon data in data/pokemonRangi
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed
2018-06-01Makefile: add coverage target and necessary python scriptsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Disassemble overworld spritesRangi
2018-06-01home: disassemble vblank and associated functionsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31PAL_39 is the Pokégear radioRangi
2018-05-31Use newer RGB macro; add commentsRangi
2018-05-31Add palette constants and pokemon palette assignment tabledannye
2018-05-31Add super palette datadannye
2018-05-31Add gfx.py with necessary poketools subsetRangi
2018-05-31Declare Pokédex type search data; add more commentsRangi
2018-05-31Declare Pokémon namesRangi
2018-05-31home/pokemon: disassemble Pokémon sprite uncompression routineTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home: disassemble decompression routineTauwasser
Matches pokered Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31wram: add PokéDex flagsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home: disassemble video data copy functionsTauwasser
Move to copy2 and rename constants to pokered for consistency Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31party_pointers.asm -> party_pointers.incpfero
In the same vein as evos_attacks_pointers.inc, they depend on being in the same bank, and thus belong in the same section.
2018-05-31Disassemble the delay functions and some copy functionspfero
2018-05-30Define trainer constants; sort party data contiguouslyRangi
2018-05-31Remove scan_includes.cpfero
2018-05-31gitignore: ignore dependency filesTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home: add front pic and decompression disassemblyTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31wram.asm: correct commentTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30Merge branch 'master' of pfero/pokegold-spaceworld into mastersanqui
2018-05-30Clean up Makefilepfero
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
2018-05-30Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworldRangi
2018-05-30Dump item and move namesRangi
2018-05-30gfx: add egg front spriteTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworldRangi
2018-05-30Dump trainer class namesRangi
2018-05-30Add tileset headers and tileset graphicsdannye
2018-05-30Start all trainer party groupsRangi
2018-05-30More accurate commentsRangi
2018-05-30'make mostlyclean' preserves graphics; separate frame gfx filesRangi
2018-05-30hram.asm: fix receive spelling errorTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30Split up icon graphics; add missing filesRangi
2018-05-30Organize graphics like pokecrystalRangi
2018-05-30Add more graphicsdannye
add tools/gfx.c for trimming whitespace from pngs
2018-05-29Add misc graphicsdannye
add exes to gitignore for those on windows
2018-05-29More trainer partiesRangi
2018-05-29Start decoding trainer partiesRangi
2018-05-29Same pic bank solution as pokecrystalRangi
2018-05-29Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworldRangi
2018-05-29Small temporary SECTION headers go in main.asm, so the individual files ↵Rangi
won't all need fixing later
2018-05-30gfx: remove wrong annon picTauwasser
My script happily dumped yadoking twice... :| Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30gfx, main.asm: add Pokémon sprite bank tableTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Fix base stat syntaxRangi
2018-05-29Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworldRangi
2018-05-29Include base data (some Pokémon needed TM/HM flags beyond 57)Rangi