Commit Graph

3 Commits

Author SHA1 Message Date
nmlgc b61e612fdf [Maintenance] #include each header's dependencies within the header itself
OK, this is the big one. We still keep using `#include` guards only
where we absolutely need to, but with each header now being valid in
isolation, this can now actually help *minimize* the length of each
translation unit's `#include` list. Turns out that after removing all
the duplicates, we only *actually* need to guard 29 headers across all
5 games.

Part of P0285, funded by [Anonymous] and iruleatgames.
2024-07-09 08:46:42 +02:00
nmlgc 0c39c6b239 [Maintenance] [th02] Stage tiles: Don't publicly declare the tile ring array
Luckily, it's not directly mutated from outside in this game.

Part of P0258, funded by [Anonymous] and Blue Bolt.
2023-10-31 22:33:07 +01:00
nmlgc 8ed9343116 [Reverse-engineering] [th02] Stage tiles: Map sections and the .MAP format
8 rows per section, rather than the 5 that TH04 and TH05 would use.

Part of P0235, funded by Ember2528.
2023-03-29 12:36:54 +02:00