mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
Further Attention Docs (#1732)
* more attention docs * more docs * cleanup * more cleanup * spacing * more attention docs * small cleanup * consistency
This commit is contained in:
@@ -60,7 +60,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010
|
||||
// static InitChainEntry sInitChain[] = {
|
||||
static InitChainEntry D_80C106C0[] = {
|
||||
ICHAIN_U8(attentionRangeType, 6, ICHAIN_CONTINUE),
|
||||
ICHAIN_F32(targetArrowOffset, 1000, ICHAIN_STOP),
|
||||
ICHAIN_F32(lockOnArrowOffset, 1000, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
static s32 D_80C106C8 = 0;
|
||||
@@ -116,7 +116,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010
|
||||
// static InitChainEntry sInitChain[] = {
|
||||
static InitChainEntry D_80C106C0[] = {
|
||||
ICHAIN_U8(attentionRangeType, 6, ICHAIN_CONTINUE),
|
||||
ICHAIN_F32(targetArrowOffset, 1000, ICHAIN_STOP),
|
||||
ICHAIN_F32(lockOnArrowOffset, 1000, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
static s32 D_80C106C8 = 0;
|
||||
|
||||
Reference in New Issue
Block a user