Sync global
This commit is contained in:
@@ -33,9 +33,6 @@
|
||||
#define TAG_HEALTHBOX_PALS_1 55049
|
||||
#define TAG_HEALTHBOX_PALS_2 55050
|
||||
|
||||
#define HIHALF(n) (((n) & 0xFFFF0000) >> 16)
|
||||
#define LOHALF(n) ((n) & 0xFFFF)
|
||||
|
||||
// RAM
|
||||
UNUSED u32 gMonShrinkDuration;
|
||||
UNUSED u16 gMonShrinkDelta;
|
||||
|
||||
Reference in New Issue
Block a user