summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-02-26Sort maps into placeholder and non-placeholder.luckytyphlosion
2018-11-29Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, ↵2Tie
1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself.
2018-10-11Dumping bank 3. Still need to convert a few hardcoded pointers to labelsPokeglitch
2018-07-31Finished dumping bank 1Pokeglitch
2018-07-17Add all dummy scripts.luckytyphlosion
2018-07-17Split attributes into individual files.luckytyphlosion
2018-07-08Merge branch 'master' into section-reorgluckytyphlosion
2018-07-08Add maps to linkerscriptluckytyphlosion
2018-07-08Build files in maps/luckytyphlosion
2018-07-08Dump all blksluckytyphlosion
2018-07-08Dump Map Events.luckytyphlosion
2018-07-03Disassemble remainder of ROM0.luckytyphlosion
2018-07-03Introduce linkerscript.luckytyphlosion
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-07-03Yet a few more formatting fixesobskyr
2018-07-03A few small formatting fixesobskyr
2018-07-03Merge branch 'collisions-movements' of ↵obskyr
https://github.com/Pokeglitch/pokegold-spaceworld into master And that's the last of the manual merges for now! Hooray!
2018-07-03Merge branch 'master' of https://github.com/mid-kid/pokegold-spaceworld into ↵obskyr
master Once again, manually. Hoo boy.
2018-07-03Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into masterobskyr
Long overdue!
2018-06-25Moved CollisionTypeTable to separate filePokeglitch
2018-06-25Disassembled all routines related to sprite movement/collisions. Added in ↵Pokeglitch
constants
2018-06-24engine: disassemble player movement (WIP)Tauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-23Disassemble all map attributespfero
2018-06-22Fix landmark constantspfero
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-07Add proper tileset constantspfero
2018-06-06Merge pull request #13 from PikalaxALT/rtc_fadeEldred Habert
Time of day palettes and fade functions
2018-06-06Finish dumping trainer parties.IIMarckus
2018-06-05Merge branch 'master' into rtc_fadePikalaxALT
2018-06-05Remove the underscores in generic function labels to maintain consistency ↵PikalaxALT
with pokecrystal
2018-06-06Name the map groupspfero
2018-06-06Remove leftover cruftpfero
2018-06-06Disassemble map headerspfero
2018-06-05Define landmark constantsRangi
2018-06-04Backport bg_effects.asm from CrystalPikalaxALT
2018-06-04Remove generic function reference to CheckSGBISSOtm
2018-06-03Merge branch 'master' into build_more_romsPikalaxALT
2018-06-03Add more trainer leftovers from Blue. Nothing interesting here.IIMarckus
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-02Wild Pokemon data: fix formattingxCrystal