Commit Graph

16 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
ISSOtm d89bd1ac8b Merge branch 'math_etc' into 'master' 2018-06-10 14:20:59 +02:00
ehw 91704c148d Actually remove the include for vram.asm... 2018-06-09 23:32:21 -04:00
ehw b3c6219cf1 Update shim and title.asm
include vram.asm no longer needed, some function name changes
2018-06-09 20:46:19 -04:00
ehw 771d125c75 Upload more correct version of last commit.
Uploaded old version from offline fork by accident.
2018-06-04 22:43:32 -04:00
ehw 9fb15b41e9 Farcall/callfar is now callba/callab, leave bank numbers in comments. 2018-06-04 22:42:05 -04:00
ehw 7029ed4556 Add newline to end of file 2018-06-04 19:28:36 -04:00
ehw 68b9e89276 Remove some tabs 2018-06-04 19:17:55 -04:00
ehw fe9290283f Update files 2018-06-04 19:12:09 -04:00
ehw 0866f63f44 Update wram.asm and title.asm for new sound findings 2018-06-04 01:01:20 -04:00
ehw 77d75a00c5 Title screen disassembled (new pr) 2018-06-04 00:51:46 -04:00
PikalaxALT 956d010d59 Make the repository build all four ROMs 2018-06-02 20:16:37 -04: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
Rangi 2f65c68550 Small temporary SECTION headers go in main.asm, so the individual files won't all need fixing later 2018-05-29 19:06:23 -04:00
ISSOtm 39a6615bcb Disassemble a lil' bit 2018-05-28 14:02:22 +02:00