Use pointer types instead of s32 (#1151)

* pointers

* remove from segment_symbols

* format
This commit is contained in:
louist103
2022-11-21 17:45:46 -05:00
committed by GitHub
parent fccd760be1
commit 90469fd442
10 changed files with 20 additions and 30 deletions
+3 -9
View File
@@ -268,17 +268,11 @@ u8 gAmmoItems[] = {
ITEM_NONE, // SLOT_BOTTLE_6
};
s32 D_801C67C8[] = { 0, 0x40, 0x80, 0xC0, 0x100, 0x180, 0x200, 0x280 };
s32 D_801C67C8[] = { 0, 0x40, 0x80, 0xC0, 0x100, 0x180, 0x200, 0x280, 0x300, 0x380 };
s32 D_801C67E8[] = { 0x300, 0x380 };
s32 D_801C67F0[] = { 0x40, 0x40, 0x40, 0x40, 0x80, 0x80, 0x80, 0x80, 1, 1 };
s32 D_801C67F0[] = { 0x40, 0x40, 0x40, 0x40, 0x80, 0x80, 0x80, 0x80 };
s32 D_801C6810[] = { 1, 1 };
s32 D_801C6818[] = { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 };
s32 D_801C6838[] = { 1, 1 };
s32 D_801C6818[] = { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 1, 1 };
s32 D_801C6840[] = { 0x100, 0x180, 0x200, 0x280 };