ReC98/th05/music
nmlgc ffad8cc897 [Build] Use the minimum possible size for enums by default
5 enums where code generation wants an `int`, vs. 11 cases where using
the minimum size is exactly the right default. So it's way more
idiomatic to force those 5 to 16 bits via a dummy element… except that
we can't give it a single, consistent name, because you can't redeclare
the same element in a different enum later.

Oh well, let's have this ugly naming convention instead, which makes it
totally clear that the force element not, in fact, a valid value of
that enum.

Part of P0085, funded by -Tom-.
2020-04-03 17:33:58 +02:00
..
music.inc [Reverse-engineering] Music Room comment loading 2014-12-24 21:39:34 +01:00
music_cmt_load.asm [C decompilation] [th02/op] Music Room 2015-02-24 22:38:44 +01:00
music_cmt_load[data].asm [C decompilation] [th02/op] Music Room 2015-02-24 22:38:44 +01:00
piano.asm [Reverse-engineering] [th05] Music Room piano functions 2019-12-17 23:26:56 +01:00
piano.h [Build] Use the minimum possible size for enums by default 2020-04-03 17:33:58 +02:00
piano.inc [Reverse-engineering] [th05] Music Room piano functions 2019-12-17 23:26:56 +01:00
piano[bss].asm [Reverse-engineering] [th05] PMD work area and piano note data 2019-12-17 23:26:55 +01:00
piano[data].asm [Reverse-engineering] [th05] Music Room piano sprite data 2019-12-17 23:26:56 +01:00