diff options
author | Max <mparisi@stevens.edu> | 2020-10-08 23:36:57 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-08 23:36:57 -0400 |
commit | dde18e05de6dcecae50e24b90588232e0cc13f3c (patch) | |
tree | 38e3dc2ffa5051cb3889cacd55d41d7c051262e6 /asm/SDK | |
parent | 44f02efbc1cd2862bb3012d059564a6eed274668 (diff) |
split ncdsystem.s
Diffstat (limited to 'asm/SDK')
-rw-r--r-- | asm/SDK/NCD/ncdsystem.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/SDK/NCD/ncdsystem.s b/asm/SDK/NCD/ncdsystem.s index c5280cc..f97174b 100644 --- a/asm/SDK/NCD/ncdsystem.s +++ b/asm/SDK/NCD/ncdsystem.s @@ -2,7 +2,6 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
-# TODO: verify this symbol is correct
.global NCDSetNwc24Permission
NCDSetNwc24Permission:
/* 802ED204 002E8E64 94 21 FF E0 */ stwu r1, -0x20(r1)
|