ReC98/th03/formats
nmlgc a10fe95b31 [Maintenance] Fix comment↔code associations
• Comments that describe all lines of code until a blank one are placed
  into the lines immediately above
• Comments that describe an entire demarcated block are placed
  immediately below the dash row at the top
• In any case, there should be a blank line after the top comment of
  a demarcated block, to keep IntelliSense-style systems from applying
  the block comment to the first actual line of code…
• …but there shouldn't be one before the dash row at the bottom, where
  it'd be redundant.

Part of P0207, funded by GhostPhanom.
2022-08-08 20:10:53 +02:00
..
cdg.h [Maintenance] Fix comment↔code associations 2022-08-08 20:10:53 +02:00
cdg.inc [Maintenance] [th03/th04/th05] .CDG: Mirror implementation macros in ASM land 2021-04-03 22:16:01 +02:00
cdg[bss].asm [Maintenance] [th03/th04/th05] Declare the CDG slot structure in C land 2020-09-07 21:18:37 +02:00
cdg[data].asm [Decompilation] [th03] .CDG: Loading and freeing 2021-01-05 22:17:48 +01:00
cdg_free_all.asm [Maintenance] [th03/th04/th05] Declare CDG loading/freeing functions in C land 2020-09-07 21:18:38 +02:00
cdg_load.cpp [Contributing] Define `struct`, `class` and `template` naming conventions 2022-08-08 20:10:38 +02:00
cdg_put.asm [Separate translation units] [th03] .CDG display (undecompilable) 2021-04-03 22:19:51 +02:00
cdg_put_dissolve.asm [Maintenance] Declare CDG blitting functions in C land 2020-09-21 15:00:01 +02:00
cdg_put_dissolve[data].asm [Reverse-engineering] [th03/mainl] Dissolved CDG display 2018-10-16 01:04:46 +02:00
cdg_unput_upwards.asm [Maintenance] Declare CDG blitting functions in C land 2020-09-21 15:00:01 +02:00
cfg.hpp [Maintenance] Consistently indent preprocessor macros 2022-07-10 13:06:26 +02:00
cfg.inc [Reverse-engineering] [th03/th04/th05] Configuration file 2020-02-23 17:24:17 +01:00
cfg[data].asm [Reverse-engineering] [th03/th04/th05] Configuration file 2020-02-23 17:24:17 +01:00
cfg_lres.cpp [Decompilation] [th03/th04/th05] cfg_load_resident_ptr() 2021-07-21 00:34:59 +02:00
cfg_lres[data].asm [Reverse-engineering] [th03/th04/th05] Configuration file 2020-02-23 17:24:17 +01:00
hfliplut.asm [Translation unit catch-up] [th04] hflip_lut_generate() 2021-04-21 17:45:20 +02:00
hfliplut.h [Decompilation] [th03] Lookup table for horizontally flipping planar pixels 2020-09-07 21:18:38 +02:00
hfliplut[bss].asm [Decompilation] [th03] Lookup table for horizontally flipping planar pixels 2020-09-07 21:18:38 +02:00
mrs.cpp [Contributing] Define `struct`, `class` and `template` naming conventions 2022-08-08 20:10:38 +02:00
mrs.hpp [Decompilation] [th03] .MRS: Slot loading function 2020-11-16 20:01:34 +01:00
pfopen.asm [Maintenance] Fix any whitespace issues in our own code 2015-09-07 15:44:48 +02:00
pi.hpp [Maintenance] Add a 1bpp rectangle template, for custom per-row types 2021-04-21 18:01:57 +02:00
pi_put_i.cpp [Maintenance] Remove `extern "C"` from `x86real.h` and `decomp.hpp` 2022-04-16 23:53:46 +02:00
pi_put_masked[data].asm [Separate translation units] .PI: Row loop for masked blitting (undecompilable) 2021-02-21 14:04:51 +01:00
pi_put_q.cpp [Maintenance] Remove `extern "C"` from `x86real.h` and `decomp.hpp` 2022-04-16 23:53:46 +02:00
score_es.cpp [Decompilation] [th03] YUME.NEM: Encryption and saving 2021-12-27 03:59:30 +01:00
score_ld.cpp [Decompilation] [th03] YUME.NEM: Loading 2021-12-27 03:59:33 +01:00
scorecry.hpp [Maintenance] Consistently use { brackets } for inline assembly 2022-02-18 09:36:34 +01:00
scoredat.cpp [Decompilation] [th03] YUME.NEM: Loading 2021-12-27 03:59:33 +01:00
scoredat.hpp [Contributing] Define `struct`, `class` and `template` naming conventions 2022-08-08 20:10:38 +02:00
scoredat.inc [Reverse-engineering] [th03] YUME.NEM: Structure 2021-12-27 01:16:03 +01:00