diff --git a/config/GMPE01_00/symbols.txt b/config/GMPE01_00/symbols.txt index 85102e89..dddeabfd 100644 --- a/config/GMPE01_00/symbols.txt +++ b/config/GMPE01_00/symbols.txt @@ -5554,7 +5554,7 @@ boxRot = .bss:0x801A4D38; // type:object size:0x20 scope:local padBoxPos = .bss:0x801A4D58; // type:object size:0xC scope:local data:float lbl_801A4D68 = .bss:0x801A4D68; // type:object size:0x500 data:byte lbl_801A5268 = .bss:0x801A5268; // type:object size:0x80 -boardTutorialF = .bss:0x801A52E8; // type:object size:0x10 data:4byte +boardTutorialData = .bss:0x801A52E8; // type:object size:0x10 data:4byte DriveInfo = .bss:0x801A5300; // type:object size:0x20 scope:local align:32 DriveBlock = .bss:0x801A5320; // type:object size:0x30 scope:local __OSErrorTable = .bss:0x801A5350; // type:object size:0x40 scope:global diff --git a/include/REL/w10Dll.h b/include/REL/w10Dll.h index 7026bc04..37d0b59e 100644 --- a/include/REL/w10Dll.h +++ b/include/REL/w10Dll.h @@ -47,7 +47,7 @@ typedef struct w10DllUnk04 { extern s16 lbl_1_bss_20; extern s16 lbl_1_bss_22[]; extern s16 lbl_1_bss_20; -extern s32 lbl_801A52E8; +extern s32 boardTutorialData; void fn_1_C10(s16); void fn_1_1FB0(void); diff --git a/src/REL/w10Dll/w10Dll4.c b/src/REL/w10Dll/w10Dll4.c index cf27b34f..64791830 100644 --- a/src/REL/w10Dll/w10Dll4.c +++ b/src/REL/w10Dll/w10Dll4.c @@ -107,7 +107,7 @@ void fn_1_1834(void) { void fn_1_18BC(void) { fn_1_BA0(0x2E0028); fn_1_BA0(0x2E0029); - lbl_801A52E8 = 0; + boardTutorialData = 0; fn_8008853C(0); }