-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #350 from pret/revert-320-mic-test
Revert "Mic Test Overlay"
- Loading branch information
Showing
13 changed files
with
1,947 additions
and
1,082 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/sh | ||
# Redirect output to stderr. | ||
exec 1>&2 | ||
|
||
# Run clang-format on staged files; abort the commit if any files are changed | ||
if ! git clang-format --extensions c,cpp,h,hpp ; then | ||
echo "linting made changes to source files; aborting commit" | ||
exit 1 | ||
fi | ||
#!/bin/sh | ||
# Redirect output to stderr. | ||
exec 1>&2 | ||
|
||
# Run clang-format on staged files; abort the commit if any files are changed | ||
if ! git clang-format --extensions c,cpp,h,hpp ; then | ||
echo "linting made changes to source files; aborting commit" | ||
exit 1 | ||
fi |
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,96 @@ | ||
#include <nitro/fs/overlay.h> | ||
#pragma once | ||
.public RegisterMainOverlay | ||
.public FontID_Alloc | ||
.public FontID_Release | ||
.public sub_02005518 | ||
.public GF_MIC_StartAutoSampling | ||
.public GF_MIC_StopAutoSampling | ||
.public GF_SndStartFadeOutBGM | ||
.public PlaySE | ||
.public OverlayManager_CreateAndGetData | ||
.public OverlayManager_GetData | ||
.public OverlayManager_FreeData | ||
.public GfGfxLoader_LoadCharData | ||
.public GfGfxLoader_LoadScrnData | ||
.public GfGfxLoader_GXLoadPal | ||
.public sub_0200B2E0 | ||
.public sub_0200B2E8 | ||
.public NewMsgDataFromNarc | ||
.public DestroyMsgData | ||
.public NewString_ReadMsgData | ||
.public SpriteRenderer_Create | ||
.public SpriteRenderer_CreateGfxHandler | ||
.public SpriteRenderer_CreateOamCharPlttManagers | ||
.public SpriteRenderer_CreateSpriteList | ||
.public SpriteGfxHandler_RenderAndAnimateSprites | ||
.public thunk_OamManager_ApplyAndResetBuffers | ||
.public SpriteRenderer_Delete | ||
.public SpriteRenderer_Init2DGfxResManagersFromCountsArray | ||
.public SpriteRenderer_LoadCharResObjFromNarcId | ||
.public SpriteRenderer_LoadPlttResObjFromNarcId | ||
.public SpriteRenderer_LoadCellResObjFromNarcId | ||
.public SpriteRenderer_LoadAnimResObjFromNarcId | ||
.public SpriteRenderer_LoadResourcesAndCreateSprite | ||
.public SpriteRenderer_UnloadResourcesAndRemoveGfxHandler | ||
.public UnkImageStruct_Delete | ||
.public UnkImageStruct_TickSpriteAnimation1Frame | ||
.public UnkImageStruct_SetSpriteAnimSeqNo | ||
.public UnkImageStruct_SetSpriteAnimActiveFlag | ||
.public sub_0200DCA0 | ||
.public UnkImageStruct_SetSpriteVisibleFlag | ||
.public UnkImageStruct_SetSpritePriority | ||
.public UnkImageStruct_SetSpritePositionXY | ||
.public sub_0200E0C0 | ||
.public SysTask_CreateOnMainQueue | ||
.public SysTask_Destroy | ||
.public BeginNormalPaletteFade | ||
.public IsPaletteFadeFinished | ||
.public sub_0200FBDC | ||
.public Main_SetVBlankIntrCB | ||
.public HBlankInterruptDisable | ||
.public Sys_SetSleepDisableFlag | ||
.public Sys_ClearSleepDisableFlag | ||
.public CreateHeap | ||
.public DestroyHeap | ||
.public AllocFromHeap | ||
.public FreeToHeap | ||
.public BgConfig_Alloc | ||
.public SetBothScreensModesAndDisable | ||
.public InitBgFromTemplate | ||
.public FreeBgTilemapBuffer | ||
.public BG_ClearCharDataRange | ||
.public BgClearTilemapBufferAndCommit | ||
.public AddWindowParameterized | ||
.public RemoveWindow | ||
.public CopyWindowToVram | ||
.public ClearWindowTilemap | ||
.public ClearWindowTilemapAndCopyToVram | ||
.public FillWindowPixelBuffer | ||
.public DoScheduledBgGpuUpdates | ||
.public SysTask_GetData | ||
.public GF_SinDegNoWrap | ||
.public LCRandom | ||
.public AddTextPrinterParameterizedWithColor | ||
.public GF_CreateVramTransferManager | ||
.public GF_DestroyVramTransferManager | ||
.public GfGfx_SetBanks | ||
.public GfGfx_DisableEngineAPlanes | ||
.public GfGfx_EngineATogglePlanes | ||
.public GfGfx_DisableEngineBPlanes | ||
.public GfGfx_EngineBTogglePlanes | ||
.public TouchscreenHitbox_FindRectAtTouchNew | ||
.public GF_AssertFail | ||
.public String_Delete | ||
.public NNS_GfdDoVramTransfer | ||
.public VEC_Add | ||
.public MI_CpuFill8 | ||
.public _fadd | ||
.public _ffix | ||
.public _fflt | ||
.public _fsub | ||
.public _ll_mul | ||
.public _s32_div_f | ||
.public gSystem | ||
.public gApplication_TitleScreen | ||
.public gApplication_MicTest |
Oops, something went wrong.