Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-31 | Disassembled some copy functions and some unknown string functions | Pokeglitch | |
2018-06-01 | tools/disasm_coverage: fix counting error and remove debug print statement | Tauwasser | |
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-31 | Keep pokemon data in data/pokemon | Rangi | |
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed | |||
2018-06-01 | Makefile: add coverage target and necessary python scripts | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Disassemble overworld sprites | Rangi | |
2018-06-01 | home: disassemble vblank and associated functions | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | PAL_39 is the Pokégear radio | Rangi | |
2018-05-31 | Use newer RGB macro; add comments | Rangi | |
2018-05-31 | Add palette constants and pokemon palette assignment table | dannye | |
2018-05-31 | Add super palette data | dannye | |
2018-05-31 | Add gfx.py with necessary poketools subset | Rangi | |
2018-05-31 | Declare Pokédex type search data; add more comments | Rangi | |
2018-05-31 | Declare Pokémon names | Rangi | |
2018-05-31 | home/pokemon: disassemble Pokémon sprite uncompression routine | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | home: disassemble decompression routine | Tauwasser | |
Matches pokered Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | wram: add PokéDex flags | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | home: disassemble video data copy functions | Tauwasser | |
Move to copy2 and rename constants to pokered for consistency Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | party_pointers.asm -> party_pointers.inc | pfero | |
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-31 | Disassemble the delay functions and some copy functions | pfero | |
2018-05-30 | Define trainer constants; sort party data contiguously | Rangi | |
2018-05-31 | Remove scan_includes.c | pfero | |
2018-05-31 | gitignore: ignore dependency files | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | home: add front pic and decompression disassembly | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | wram.asm: correct comment | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-30 | Merge branch 'master' of pfero/pokegold-spaceworld into master | sanqui | |
2018-05-30 | Clean up Makefile | pfero | |
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-30 | Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworld | Rangi | |
2018-05-30 | Dump item and move names | Rangi | |
2018-05-30 | gfx: add egg front sprite | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-30 | Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworld | Rangi | |
2018-05-30 | Dump trainer class names | Rangi | |
2018-05-30 | Add tileset headers and tileset graphics | dannye | |
2018-05-30 | Start all trainer party groups | Rangi | |
2018-05-30 | More accurate comments | Rangi | |
2018-05-30 | 'make mostlyclean' preserves graphics; separate frame gfx files | Rangi | |
2018-05-30 | hram.asm: fix receive spelling error | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-30 | Split up icon graphics; add missing files | Rangi | |
2018-05-30 | Organize graphics like pokecrystal | Rangi | |
2018-05-30 | Add more graphics | dannye | |
add tools/gfx.c for trimming whitespace from pngs | |||
2018-05-29 | Add misc graphics | dannye | |
add exes to gitignore for those on windows | |||
2018-05-29 | More trainer parties | Rangi | |
2018-05-29 | Start decoding trainer parties | Rangi | |
2018-05-29 | Same pic bank solution as pokecrystal | Rangi | |
2018-05-29 | Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld | Rangi | |
2018-05-29 | Small temporary SECTION headers go in main.asm, so the individual files ↵ | Rangi | |
won't all need fixing later | |||
2018-05-30 | gfx: remove wrong annon pic | Tauwasser | |
My script happily dumped yadoking twice... :| Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-30 | gfx, main.asm: add Pokémon sprite bank table | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-29 | Fix base stat syntax | Rangi | |
2018-05-29 | Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld | Rangi | |
2018-05-29 | Include base data (some Pokémon needed TM/HM flags beyond 57) | Rangi | |