diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-06-21 01:34:58 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-06-21 01:34:58 -0300 |
| commit | 5a0f13f7948da17acddab00de8d6a25801d4c2e9 (patch) | |
| tree | ff67559b0cd3710ce8b69640567647121c09fd23 /include/fox_record.h | |
| parent | c108cd9012e33a2e6cdf1af1d581bce96247844b (diff) | |
simplify recordings
Diffstat (limited to 'include/fox_record.h')
| -rw-r--r-- | include/fox_record.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/fox_record.h b/include/fox_record.h index 1fbfd3ff..ec4ba827 100644 --- a/include/fox_record.h +++ b/include/fox_record.h @@ -14,9 +14,8 @@ typedef struct Record { u16 frame; } Record; -extern u8 gCarrierCutsceneRecord[200]; +extern Record gCarrierCutsceneRecord[13]; -void UpdateVisPerFrameFromRecording(u8* record, s32 maxFrames); -void UpdateVisPerFrameFromRecording2(Record* record, s32 maxFrames); +void UpdateVisPerFrameFromRecording(Record* record, s32 maxFrames); #endif |
