diff options
author | Max <mparisi@stevens.edu> | 2020-10-29 14:27:37 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-29 14:27:37 -0400 |
commit | 47a1bdea8872c79dd2cd7d75ca7f254b9ed13170 (patch) | |
tree | f254bbac3fde59afbc4abe7f07ea763bed53b20c /asm/Runtime/__mem.s | |
parent | f13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (diff) |
match up to func_801DCFE4, add string.h and stdlib.h, add types.h to Makefile include path, and move GameSpy under DWC
Diffstat (limited to 'asm/Runtime/__mem.s')
-rw-r--r-- | asm/Runtime/__mem.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/Runtime/__mem.s b/asm/Runtime/__mem.s index c138a48..01d9be6 100644 --- a/asm/Runtime/__mem.s +++ b/asm/Runtime/__mem.s @@ -30,7 +30,6 @@ lbl_80004044: /* 80004048 00000148 40 82 FF F4 */ bne lbl_8000403C /* 8000404C 0000014C 4E 80 00 20 */ blr -.global __fill_mem __fill_mem: /* 80004050 00000150 28 05 00 20 */ cmplwi r5, 0x20 /* 80004054 00000154 54 87 06 3E */ clrlwi r7, r4, 0x18 |