summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
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-30'make mostlyclean' preserves graphics; separate frame gfx filesRangi
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-29Start decoding trainer partiesRangi
2018-05-29Small temporary SECTION headers go in main.asm, so the individual files ↵Rangi
won't all need fixing later
2018-05-30gfx, main.asm: add Pokémon sprite bank tableTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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
2018-05-30gfx, main.asm: add Pokémon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Include data in main.asm (not base data, it doesn't match yet)Rangi
2018-05-29pics -> pokemon (follow pokecrystal convention)Rangi
2018-05-29main.asm: remove unnecessary double include of charmapTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29gfx, main.asm: add annon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29main.asm: include charmap for nowTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Fix disassembling mistakesISSOtm
2018-05-29Add main menu stringsSanqui
2018-05-29Add font GFXSanqui
2018-05-27Add constants and macrosISSOtm
2018-05-27Move home to its own fileISSOtm
2018-05-27Initial commitSanqui