rename in code_8001F980.c (#456)

* some renames

* Update code_8001F980.c
This commit is contained in:
coco875
2023-10-14 04:55:46 +02:00
committed by GitHub
parent 364f0776c6
commit 10e0e61731
11 changed files with 364 additions and 280 deletions
+3
View File
@@ -336,5 +336,8 @@
#define SPAWN_THIRD_SHELL 2
#define GPACK_RGB888(r, g, b) (((r) << 16) | ((g) << 8) | (b))
#define COLOR_LIGHT GPACK_RGB888(0x1C, 0x00, 0x00)
#define COLOR_LAVA GPACK_RGB888(0x34, 0x00, 0x00)
#define COLOR_BLACK GPACK_RGB888(0, 0, 0)
#endif // DEFINES_H
-1
View File
@@ -11,7 +11,6 @@ void func_80040030(u8* arg0, u8* arg1);
void func_8000F2DC(void);
void func_8000F628(void);
void func_8006B7E4(Player* player, s8 arg1);
void func_800267AC(Player* player, s8 arg1, s8 arg2);
void func_8005D290(void);