-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Some work * Fix build * PR comments * symbol renames --------- Co-authored-by: Ethan Roseman <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,010 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
.include "macro.inc" | ||
|
||
# assembler directives | ||
.set noat # allow manual use of $at | ||
.set noreorder # don't insert nops after branches | ||
.set gp=64 # allow use of 64-bit general purpose registers | ||
|
||
#ifndef SHIFT | ||
|
||
.section .bss | ||
|
||
dlabel PulseStoneNotificationCallback | ||
.space 4 | ||
|
||
dlabel D_8010C924 | ||
.space 4 | ||
|
||
dlabel D_8010C928 | ||
.space 4 | ||
|
||
dlabel D_8010C92C | ||
.space 4 | ||
|
||
dlabel wPartnerNpc | ||
.space 4 | ||
|
||
dlabel TweesterTouchingPlayer | ||
.space 4 | ||
|
||
dlabel PlayerNormalYaw | ||
.space 4 | ||
|
||
dlabel ISpyNotificationCallback | ||
.space 4 | ||
|
||
dlabel TalkNotificationCallback | ||
.space 4 | ||
|
||
dlabel gSpinHistoryBufferPos | ||
.space 4 | ||
|
||
dlabel D_8010C948 | ||
.space 4 | ||
|
||
dlabel NpcHitQueryBehindRightY | ||
.space 4 | ||
|
||
dlabel D_8010C950 | ||
.space 4 | ||
|
||
dlabel TweesterTouchingPartner | ||
.space 4 | ||
|
||
dlabel InteractNotificationCallback | ||
.space 4 | ||
|
||
dlabel PrevPlayerDirection | ||
.space 4 | ||
|
||
dlabel JumpedOnSwitchX | ||
.space 4 | ||
|
||
dlabel D_8010C964 | ||
.space 4 | ||
|
||
dlabel NpcHitQueryBehindCollider | ||
.space 4 | ||
|
||
dlabel PeachDisguiseNpcIndex | ||
.space 4 | ||
|
||
dlabel NpcHitQueryAheadY | ||
.space 4 | ||
|
||
dlabel NpcHitQueryBehindLeftY | ||
.space 4 | ||
|
||
dlabel NpcHitQueryColliderID | ||
.space 4 | ||
|
||
dlabel JumpedOnSwitchZ | ||
.space 4 | ||
|
||
dlabel PlayerRunStateTime | ||
.space 4 | ||
|
||
dlabel D_8010C984 | ||
.space 4 | ||
|
||
dlabel D_8010C988 | ||
.space 4 | ||
|
||
dlabel NpcHitQueryAheadCollider | ||
.space 4 | ||
|
||
dlabel PlayerNormalPitch | ||
.space 4 | ||
|
||
dlabel D_8010C994 | ||
.space 0x0000000c | ||
|
||
dlabel PlayerYInterpUpdateDelay | ||
.space 4 | ||
|
||
dlabel D_8010C9A4 | ||
.space 0x0000000c | ||
|
||
dlabel D_8010C9B0 | ||
.space 4 | ||
|
||
dlabel D_8010C9B4 | ||
.space 0x0000000c | ||
|
||
#endif |
Oops, something went wrong.