mirror of
https://github.com/n64decomp/mk64
synced 2026-09-03 17:53:40 -04:00
rename in code_8001F980.c (#456)
* some renames * Update code_8001F980.c
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user