Commit Graph

10 Commits

Author SHA1 Message Date
luckytyphlosion
e1659ecd41 Introduce linkerscript.
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-03 17:07:05 -04:00
obskyr
e596d41c17 A few small formatting fixes 2018-07-03 04:59:38 +02:00
PikalaxALT
30f2d056f9 Remove the underscores in generic function labels to maintain consistency with pokecrystal 2018-06-05 22:51:11 -04:00
pfero
54c8d02cd6 Disassemble PlayDanger 2018-06-04 14:35:34 +02:00
pfero
1bd0b22baf Small dent into the audio engine 2018-06-04 03:35:28 +02:00
pfero
8a71500cd8 Make songs their own individual objects 2018-06-02 17:11:39 +02:00
dannye
d3654bcbbe Dump all songs
uses a slightly modified red sound engine
only added feature is drumsets, which still need documenting
2018-06-02 05:56:11 -05:00
pfero
cd9191b074 Clean up Makefile
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 22:53:59 +02:00
ISSOtm
e6c75f2d84 Fix disassembling mistakes 2018-05-29 16:43:04 +02:00
ISSOtm
39a6615bcb Disassemble a lil' bit 2018-05-28 14:02:22 +02:00