ReC98/th04/formats
nmlgc 1e41fa0617 [Maintenance] Remove redundant `#include`s
Part of P0285, funded by [Anonymous] and iruleatgames.
2024-07-09 08:46:51 +02:00
..
bb.h [Maintenance] #include each header's dependencies within the header itself 2024-07-09 08:46:42 +02:00
bb.inc [Reverse-engineering] [th04/th05] Text dissolve circle sprites 2020-05-03 23:24:01 +02:00
bb_boss.asm [Naming] [th04/th05] Rename `bb_stage*` to "bb_boss*" 2022-03-27 01:28:46 +01:00
bb_boss.cpp [Maintenance] master.hpp: Pass element counts to the hmem_allocbyte() wrapper 2022-11-30 16:59:09 +01:00
bb_playchar.asm [Reverse-engineering] [th04/th05] .CDG slot IDs for MAIN.EXE 2021-06-21 15:48:41 +02:00
bb_playchar[bss].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_playchar[data].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_txt_load.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
bb_txt_load[data].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_txt_put.asm [Maintenance] Remove `extern "C"` from more areas of code 2024-07-09 08:40:43 +02:00
cdg.h [Maintenance] Move `extern "C"` into the headers it applies to 2024-07-09 08:40:49 +02:00
cdg[bss].asm [Separate translation units] [th04/th05] .CDG: Loading and freeing 2020-11-16 20:01:35 +01:00
cdg_impl.hpp [Maintenance] #include each header's dependencies within the header itself 2024-07-09 08:46:42 +02:00
cdg_load.asm [Maintenance] Remove the SHARED_ segment and all related workarounds 2024-02-03 08:59:48 +01:00
cdg_p_na.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
cdg_p_nc.asm [Separate translation units] [th04] cdg_put_nocolors_8() (undecompilable) 2021-05-11 18:47:58 +02:00
cdg_p_pl.asm [Separate translation units] [th04] cdg_put_plane() (undecompilable) 2021-05-11 18:48:00 +02:00
cdg_p_pr.asm [Maintenance] Remove the SHARED_ segment and all related workarounds 2024-02-03 08:59:48 +01:00
cdg_put.asm [Maintenance] Remove the SHARED_ segment and all related workarounds 2024-02-03 08:59:48 +01:00
cdg_put_plane[data].asm [Separate translation units] [th04] cdg_put_plane() (undecompilable) 2021-05-11 18:48:00 +02:00
cfg.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
cfg.hpp [Maintenance] #include each header's dependencies within the header itself 2024-07-09 08:46:42 +02:00
cfg.inc [Contributing] Decide on `seg` and `off` for x86-segment-related identifiers 2023-06-30 19:59:11 +02:00
cfg_lres[data].asm [Reverse-engineering] [th03/th04/th05] Configuration file 2020-02-23 17:24:17 +01:00
dialog.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
dialog.hpp [Decompilation] [th04/th05] Dialog: Script freeing function 2022-03-27 00:39:04 +01:00
map.hpp [Maintenance] #include each header's dependencies within the header itself 2024-07-09 08:46:42 +02:00
map.inc [Reverse-engineering] [th04/th05] Second, unused field of the .map header 2019-01-11 00:28:56 +01:00
mpn.hpp [Maintenance] #include each header's dependencies within the header itself 2024-07-09 08:46:42 +02:00
mpn_free.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
mpn_l_i.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
scoredat.hpp [Maintenance] Move `extern "C"` into the headers it applies to 2024-07-09 08:40:49 +02:00
scoredat.inc [Maintenance] Consistently use "score" instead of "points" 2021-12-27 00:50:39 +01:00
scoredat[bss].asm [Reverse-engineering] [th04/th05] GENSOU.SCR structure 2019-12-28 12:18:43 +01:00
scoredat_code_asm.asm [Maintenance] Reimplement TASM's ARG directive for `MOV BX, SP` functions 2021-02-20 23:50:00 +01:00
scoredat_decode.asm [Reverse-engineering] [th04/th05] GENSOU.SCR decoding, encoding, and defaults 2019-12-28 12:27:52 +01:00
scoredat_decode_both.asm [Reverse-engineering] [th04/th05] GENSOU.SCR decoding, encoding, and defaults 2019-12-28 12:27:52 +01:00
scoredat_encode.asm [Reverse-engineering] [th04/th05] GENSOU.SCR decoding, encoding, and defaults 2019-12-28 12:27:52 +01:00
scoredat_load_both.asm [Reverse-engineering] [th04/th05] GENSOU.SCR loading 2020-09-21 15:00:10 +02:00
scoredat_load_for.asm [Reverse-engineering] [th04/th05] GENSOU.SCR loading 2020-09-21 15:00:10 +02:00
scoredat_main.asm [Reverse-engineering] [th04/th05] GENSOU.SCR loading 2020-09-21 15:00:10 +02:00
scoredat_op[bss].asm [Reverse-engineering] [th04/th05] GENSOU.SCR structure 2019-12-28 12:18:43 +01:00
scoredat_recreate.asm [Maintenance] Consistently use "score" instead of "points" 2021-12-27 00:50:39 +01:00
std.asm [Decompilation] [th04] Stage tiles: Setting single tiles / .STD: Load function 2023-05-30 01:31:46 +02:00
std.cpp [Maintenance] Remove redundant `#include`s 2024-07-09 08:46:51 +02:00
std.hpp [Maintenance] Hidden #include dependency removal: Subpixels 2024-07-09 08:42:09 +02:00
std[bss].asm [Decompilation] [th04/th05] .STD: Declare functions and data in C land 2023-05-30 01:31:46 +02:00
std[data].asm [Reverse-engineering] [th04/th05] .STD file loading 2018-12-26 17:59:03 +01:00
super.h [Maintenance] Move `extern "C"` into the headers it applies to 2024-07-09 08:40:49 +02:00
z_super_put_16x16_mono.asm [Reverse-engineering] [th04] 1-plane blitting of regular 16×16 `super_` sprites 2023-05-30 01:26:02 +02:00
z_super_roll_put_tiny.asm [Decompilation] [th04/th05] Boss explosions 2023-07-01 05:22:23 +02:00