Fix name of boardTutorialF

This commit is contained in:
gamemasterplc 2023-12-29 13:47:36 -06:00
parent ceef945132
commit 1b307f5270
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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);

View file

@ -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);
}