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/OSLink-data.s | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 asm/Dolphin/os/OSLink-data.s (limited to 'asm/Dolphin/os/OSLink-data.s') diff --git a/asm/Dolphin/os/OSLink-data.s b/asm/Dolphin/os/OSLink-data.s deleted file mode 100644 index 0a23f10..0000000 --- a/asm/Dolphin/os/OSLink-data.s +++ /dev/null @@ -1,37 +0,0 @@ -.include "macros.inc" - -.section .data - -.balign 8 - -.global lbl_804ef548 -.type lbl_804ef548, @object -lbl_804ef548: -/* 804EF548 4F534C69 */ .4byte 0x4f534c69 -/* 804EF54C 6E6B3A20 */ .4byte 0x6e6b3a20 -/* 804EF550 756E6B6E */ .4byte 0x756e6b6e -/* 804EF554 6F776E20 */ .4byte 0x6f776e20 -/* 804EF558 72656C6F */ .4byte 0x72656c6f -/* 804EF55C 63617469 */ .4byte 0x63617469 -/* 804EF560 6F6E2074 */ .4byte 0x6f6e2074 -/* 804EF564 79706520 */ .4byte 0x79706520 -/* 804EF568 2533640A */ .4byte 0x2533640a -/* 804EF56C 00000000 */ .4byte 0x00000000 -.size lbl_804ef548, . - lbl_804ef548 - - -.global lbl_804ef570 -.type lbl_804ef570, @object -lbl_804ef570: -/* 804EF570 4F53556E */ .4byte 0x4f53556e -/* 804EF574 6C696E6B */ .4byte 0x6c696e6b -/* 804EF578 3A20756E */ .4byte 0x3a20756e -/* 804EF57C 6B6E6F77 */ .4byte 0x6b6e6f77 -/* 804EF580 6E207265 */ .4byte 0x6e207265 -/* 804EF584 6C6F6361 */ .4byte 0x6c6f6361 -/* 804EF588 74696F6E */ .4byte 0x74696f6e -/* 804EF58C 20747970 */ .4byte 0x20747970 -/* 804EF590 65202533 */ .4byte 0x65202533 -/* 804EF594 640A0000 */ .4byte 0x640a0000 -.size lbl_804ef570, . - lbl_804ef570 - -- cgit v1.2.3-13-gbd6f