mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-17 22:12:43 -04:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user