From 9fa0a7f1da1b70bee995f53c6c96c43189018772 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 1 Feb 2023 18:45:02 -0400 Subject: global: Import Dolphin SDK This version comes from the Metroid Prime decompilation project. https://github.com/PrimeDecomp/prime --- asm/Dolphin/os/OSInterrupt-data.s | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 asm/Dolphin/os/OSInterrupt-data.s (limited to 'asm/Dolphin/os/OSInterrupt-data.s') diff --git a/asm/Dolphin/os/OSInterrupt-data.s b/asm/Dolphin/os/OSInterrupt-data.s deleted file mode 100644 index 614d667..0000000 --- a/asm/Dolphin/os/OSInterrupt-data.s +++ /dev/null @@ -1,23 +0,0 @@ -.include "macros.inc" - -.section .data - -.balign 8 - -.global lbl_804ef518 -.type lbl_804ef518, @object -lbl_804ef518: -/* 804EF518 00000100 */ .4byte 0x00000100 -/* 804EF51C 00000040 */ .4byte 0x00000040 -/* 804EF520 F8000000 */ .4byte 0xf8000000 -/* 804EF524 00000200 */ .4byte 0x00000200 -/* 804EF528 00000080 */ .4byte 0x00000080 -/* 804EF52C 00003000 */ .4byte 0x00003000 -/* 804EF530 00000020 */ .4byte 0x00000020 -/* 804EF534 03FF8C00 */ .4byte 0x03ff8c00 -/* 804EF538 04000000 */ .4byte 0x04000000 -/* 804EF53C 00004000 */ .4byte 0x00004000 -/* 804EF540 FFFFFFFF */ .4byte 0xffffffff -/* 804EF544 00000000 */ .4byte 0x00000000 -.size lbl_804ef518, . - lbl_804ef518 - -- cgit v1.2.3-13-gbd6f