12 Commits

Author SHA1 Message Date
Alieneer f0f8de82e7 Add add_tm macro, and change all name lists to be li or dname (#207) 2026-08-27 18:44:24 -04:00
Alieneer b2c61bc99c Minor improvements to FightDebugMenu variables (#208) 2026-08-27 17:52:52 -04:00
Alieneer 20644a93f0 Interpolate FightDebugMenu.LayoutText (#206) 2026-08-27 17:44:20 -04:00
Alieneer 2bfbf06cff Finish various remaining TODO items (#191) 2026-08-14 01:42:59 -04:00
Rangi 2c13e2fa55 Replace hardware_constants.asm with hardware.inc (#189) 2026-08-05 11:57:44 -04:00
Alieneer 3911801821 Label all unnamed symbols (#184)
---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-08-02 13:03:11 -04:00
Narishma-gb e88fe24e15 Use the same Makefile build system as Gen 1+2 repos (#163)
This uses catch-all files like main.asm to reduce the total quantity and size of
build objects (from 1.1 GB to 70 MB).

---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-07-05 15:36:09 -04:00
Alieneer e3abdef586 Name all unnamed RAM symbols (#160) 2026-07-02 12:02:54 -04:00
Rangi c7571ec354 Don't use tabs for aligning comments, only for initial indentation 2026-06-15 14:16:17 -04:00
Rangi 272935f57c Fix some mixed tabs and spaces 2026-06-15 14:00:48 -04:00
Rangi 80191247a7 Trim trailing whitespace, and add missing newlines at end of files
git ls-files '*.asm' '*.inc' | xargs sed -i -e 's/[[:blank:]]\+$//' -e '$a\'
2026-06-15 13:50:02 -04:00
Alieneer db8772541a Disassemble FightDebugMenu 2026-06-05 22:06:35 -04:00