Commit Graph

5 Commits

Author SHA1 Message Date
nmlgc 61cd04c103 [Maintenance] [th02] Score: Define a single type for score values
No unsigned score values in this game. Yet…

Part of P0278, funded by Yanga.
2024-04-12 00:29:09 +02:00
nmlgc ef7162195a [Decompilation] [th02] Score: Initialization, reset, and consistency functions
Part of P0242, funded by Yanga.
2023-06-07 00:40:27 +02:00
nmlgc 617815b745 [Decompilation] [th02] Score: Regular update and render function
Part of P0242, funded by Yanga.
2023-06-07 00:40:27 +02:00
nmlgc 6763b44dd0 [Decompilation] [th02] Score: Turning the current delta into a bonus
By leaving out just the one `score_delta = 0;` assignment, ZUN created
a function with semantics so complex that it already required naming
all other score-related functions just to make sense of it.

Part of P0242, funded by Yanga.
2023-06-07 00:40:27 +02:00
nmlgc 7bd0ac3f17 [Reverse-engineering] [th02] Score deltas
Part of P0242, funded by Yanga.
2023-06-06 21:20:57 +02:00