ReC98/th04/main/hud
nmlgc 1c5ed4b06e [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file
DOS is not the same thing as the underlying CPU, after all. A separate
file not only indicates to future port authors which parts of the code
are x86-specific, but it also speeds up build times…

… in theory, because removing 677 lines from 49 files each doesn't seem
to speed up the build as much as I had hoped? But apparently my whole
system mysteriously got faster in the meantime, and I was getting 22-23
seconds for the entire repo even before this commit. Good enough.

Part of P0134, funded by [Anonymous].
2021-02-20 23:49:45 +01:00
..
bar_put.asm [Maintenance] Rename all old *_X and *_Y constants to *_LEFT and *_TOP 2020-08-28 15:14:22 +02:00
bar_put[data].asm [Maintenance] Move all features exclusive to MAIN.EXE to a main/ subdirectory 2020-04-15 20:58:01 +02:00
element_put.asm [Reverse-engineering] [th04/th05] HUD: HP bar rendering 2020-09-17 22:23:14 +02:00
gaiji_row[data].asm [Maintenance] [th02/th04/th05] Rename `HUD_TRAM_W` to `HUD_KANJI_W` 2020-08-28 15:30:34 +02:00
hp[data].asm [Reverse-engineering] [th04/th05] HUD: HP bar rendering 2020-09-17 22:23:14 +02:00
hud.asm [Reverse-engineering] [th04/th05] HUD: HP bar rendering 2020-09-17 22:23:14 +02:00
hud.h [Reverse-engineering] [th04/th05] HUD: HP bar rendering 2020-09-17 22:23:14 +02:00
hud[data].asm [Reverse-engineering] [th04/th05] HUD: HP bar rendering 2020-09-17 22:23:14 +02:00
popup.asm [Maintenance] Rename all old *_X and *_Y constants to *_LEFT and *_TOP 2020-08-28 15:14:22 +02:00
popup.cpp [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file 2021-02-20 23:49:45 +01:00
popup.hpp [Decompilation] [th04/th05] Stage and BGM title popups 2020-05-04 16:14:21 +02:00
popup.inc [Maintenance] Move all features exclusive to MAIN.EXE to a main/ subdirectory 2020-04-15 20:58:01 +02:00
popup[bss].asm [Decompilation] [th04/th05] Stage and BGM title popups 2020-05-04 16:14:21 +02:00
popup[data].asm [Decompilation] [th04/th05] Stage and BGM title popups 2020-05-04 16:14:21 +02:00
power[data].asm [Reverse-engineering] [th02/th04/th05] HUD: Bar colors 2020-08-28 16:21:13 +02:00