diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-04-03 15:18:24 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-04-03 15:18:24 +0200 |
commit | 44a082830ef1aaff60449d9dc2b01fdcf8300e7f (patch) | |
tree | 17cef35efed5785657989899f6a446bb1a2e9056 /arm9/src | |
parent | b20e00af7417022971bdf37870b66ccb8d3c52a0 (diff) |
remove extern declaration
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/unk_0205FA2C.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arm9/src/unk_0205FA2C.c b/arm9/src/unk_0205FA2C.c index dde83a06..25411c1a 100644 --- a/arm9/src/unk_0205FA2C.c +++ b/arm9/src/unk_0205FA2C.c @@ -27,6 +27,23 @@ extern int FUN_0202A538(u32 param0, u16 param1, u32 param2); + +const u8 UNK_020F7454[] = { + 0x00, + 0x01, + 0x02, + 0x04, + 0x03, + 0x05, + 0x06, + 0x07, + 0x08, + 0x00, + 0x00, + 0x00, +}; + + THUMB_FUNC u32 FUN_0205FA2C(struct UnkCallbackStruct1_0205FA2C *param0, struct UnkStruct_0204639C *param1, u32 heap_id) { struct UnkPlayerStruct1_0205FA2C *ptr = |