4th round of standard compiler fixes (#2984)

* 4th round of standard compiler fixes

* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
kipcode66
2025-12-22 05:20:08 -05:00
committed by GitHub
parent 9ac6dd0044
commit bda8dc6af8
65 changed files with 170 additions and 162 deletions
+5 -5
View File
@@ -522,8 +522,8 @@ static void e_gb_start(e_gb_class* i_this) {
static void kuki_control1(e_gb_class* i_this) {
static s16 pow_xa[17] = {
0xD000, 0xD800, 0xE000,
0xE800, 0xF000, 0x0000,
-0x3000, -0x2800, -0x2000,
-0x1800, -0x1000, 0x0000,
0x1000, 0x1800, 0x2000,
0x2800, 0x3000, 0x3800,
0x3000, 0x2000, 0x1000,
@@ -531,9 +531,9 @@ static void kuki_control1(e_gb_class* i_this) {
};
static s16 pow_xa_chance[17] = {
0xC800, 0xD000, 0xD800,
0xE000, 0xE800, 0xF000,
0xF800, 0x0000, 0x0000,
-0x3800, -0x3000, -0x2800,
-0x2000, -0x1800, -0x1000,
-0x0800, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000,
0x0800, 0x0000, 0x0800,
0x0000, 0x0800,