summaryrefslogtreecommitdiff
path: root/data/predef_pointers.inc
AgeCommit message (Collapse)Author
2018-07-03Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into masterobskyr
Long overdue!
2018-06-18spoilers: it wasn't2Tie
2018-06-18this is how you fix conflicts, right?2Tie
2018-06-18more disassembly in bank 12Tie
2018-06-18Added in macros for scripts, queuePokeglitch
2018-06-17happy birthday, here's the main menu debug menu... menu2Tie
2018-06-16More field moves, need to clean up names and constantsPokeglitch
2018-06-16More Bank 3 routinesPokeglitch
2018-06-10Merge branch 'math_etc' into 'master'ISSOtm
2018-06-10Replace a few predefsISSOtm
2018-06-05Remove the underscores in generic function labels to maintain consistency ↵PikalaxALT
with pokecrystal
2018-06-04Backport bg_effects.asm from CrystalPikalaxALT
2018-06-04Remove generic function reference to CheckSGBISSOtm
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-05-31Cleaned up code. Found the unknown_string_funcs in pokered, they deal with ↵Pokeglitch
Items. Re-ordered to the Item TM/HM Constants for functions to make sense
2018-05-31Disassembled some copy functions and some unknown string functionsPokeglitch
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.