summaryrefslogtreecommitdiff
path: root/engine/title.asm
AgeCommit message (Collapse)Author
2020-12-10Move cutscene code to "movie" folderZumi Daxuya
2020-09-20Remove more address commentsRangi
2020-09-20- Remove trailing whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2020-08-09Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵Rangi
only the debug Gold ROM is built
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-03A few small formatting fixesobskyr
2018-06-10Merge branch 'math_etc' into 'master'ISSOtm
2018-06-09Actually remove the include for vram.asm...ehw
2018-06-09Update shim and title.asmehw
include vram.asm no longer needed, some function name changes
2018-06-04Upload more correct version of last commit.ehw
Uploaded old version from offline fork by accident.
2018-06-04Farcall/callfar is now callba/callab, leave bank numbers in comments.ehw
2018-06-04Add newline to end of fileehw
2018-06-04Remove some tabsehw
2018-06-04Update filesehw
2018-06-04Update wram.asm and title.asm for new sound findingsehw
2018-06-04Title screen disassembled (new pr)ehw
2018-06-02Make the repository build all four ROMsPikalaxALT
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-29Small temporary SECTION headers go in main.asm, so the individual files ↵Rangi
won't all need fixing later
2018-05-28Disassemble a lil' bitISSOtm