summaryrefslogtreecommitdiff
path: root/src/code_0805436C.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-08-04 17:10:55 -0700
committertheo3 <arisstephenson2@gmail.com>2020-08-04 17:10:55 -0700
commit261ec334a0bedbeb3f4340d22173bcb4dec78e6f (patch)
tree59fb19a86218d79012d96fdc1e7ef07bb3df0ac0 /src/code_0805436C.c
parent519c3b37d747026fc97ba8135b30b19b81819254 (diff)
def ScreenTransition
Diffstat (limited to 'src/code_0805436C.c')
-rw-r--r--src/code_0805436C.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_0805436C.c b/src/code_0805436C.c
index 92175a3c..cc81546c 100644
--- a/src/code_0805436C.c
+++ b/src/code_0805436C.c
@@ -17,11 +17,11 @@ typedef struct {
typedef struct {
u8 filler[0x2e];
u8 unk;
-} struct_030010A0;
+} ScreenTransition;
extern struct_02002A40 gUnk_02002A40;
extern struct_080FD5B4 gUnk_080FD5B4[];
-extern struct_030010A0 gUnk_030010A0;
+extern ScreenTransition gScreenTransition;
extern u8 gUnk_0200AF13;
extern u8 gUnk_0200AF14;
@@ -154,7 +154,7 @@ void sub_08054524(void) {
bVar1 = gArea.locationIndex;
if (gArea.locationIndex == 0) {
- bVar1 = gUnk_030010A0.unk;
+ bVar1 = gScreenTransition.unk;
}
if (bVar1 > 0x16) {
bVar1 = 0;