Save editor v2 (#6474)

This commit is contained in:
PurpleHato
2026-08-09 04:31:11 +02:00
committed by GitHub
parent af485bf64c
commit 426b37ddf0
7 changed files with 1984 additions and 968 deletions
+1
View File
@@ -1533,6 +1533,7 @@ void KaleidoScopeCall_Init(PlayState* play);
void KaleidoScopeCall_Destroy(PlayState* play);
void KaleidoScopeCall_Update(PlayState* play);
void KaleidoScopeCall_Draw(PlayState* play);
void KaleidoScope_InitVertices(PlayState* play, GraphicsContext* gfxCtx);
void Play_SetViewpoint(PlayState* play, s16 viewpoint);
s32 Play_CheckViewpoint(PlayState* play, s16 viewpoint);
void Play_SetShopBrowsingViewpoint(PlayState* play);