document gGlobalTimer and related functions

This commit is contained in:
mariob92
2024-09-02 12:35:38 +02:00
parent 98e97f4e95
commit ec98c1620c
53 changed files with 102 additions and 102 deletions

View File

@@ -217,7 +217,7 @@ void bsbfly_update(void){
if(button_pressed(BUTTON_A))
D_8037D347 = 1;
if(D_8037D347 && func_8023DB5C()%3 == 0){
if(D_8037D347 && globalTimer_getTime()%3 == 0){
D_8037D347 = 0;
func_80346C10(&sp2C, 0, BS_1_IDLE, ITEM_F_RED_FEATHER, 1);
}