mirror of
https://github.com/zeldaret/tmc
synced 2026-08-25 23:54:15 -04:00
7 lines
150 B
C
7 lines
150 B
C
#include "global.h"
|
|
|
|
u32 extern GetProgressFlagWithOffset(u32, u32);
|
|
|
|
u32 GetProgressFlag (u32 index) {
|
|
return GetProgressFlagWithOffset(0, index);
|
|
} |