summaryrefslogtreecommitdiff
path: root/home/util.asm
AgeCommit message (Collapse)Author
2020-09-20More cleanup of whitespace and 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-08-09Clean up some code in home/Rangi
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-06-16work on talk_to_npc done, naming of some overworld logic and wram values.2Tie
2018-06-07tilemap functionsPikalaxALT
2018-06-06Disassemble home calls to Multiply and DividePikalaxALT
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-03gfx: re-organize some graphics and disassemble gfx load codeTauwasser
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>