summaryrefslogtreecommitdiff
path: root/include/pc_screen_effect.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-31 17:37:03 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-31 17:37:03 -0600
commit46023e742c7704c449ae7ec9c2a592cd923f40e6 (patch)
tree9f6c6591e60f83003f6abccb5a28cfb3004ad2ab /include/pc_screen_effect.h
parentcb674ce14dc43f99dd76f456e69ab8a90cc3d506 (diff)
parent2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (diff)
Merge branch 'master' into german_debug
Conflicts: asm/pokemon_storage_system.s data/pokemon_storage_system.s src/pokemon/pokemon_1.c src/pokemon/pokemon_storage_system.c sym_common.txt sym_ewram.txt
Diffstat (limited to 'include/pc_screen_effect.h')
-rw-r--r--include/pc_screen_effect.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/pc_screen_effect.h b/include/pc_screen_effect.h
new file mode 100644
index 000000000..d3f6d22de
--- /dev/null
+++ b/include/pc_screen_effect.h
@@ -0,0 +1,21 @@
+#ifndef GUARD_PC_SCREEN_EFFECT_H
+#define GUARD_PC_SCREEN_EFFECT_H
+
+struct PCScreenEffectStruct
+{
+ /*0x00*/ u16 tileTag;
+ /*0x02*/ u16 paletteTag;
+ /*0x04*/ u16 unk04;
+ /*0x06*/ u16 unk06;
+ /*0x08*/ u16 unk08;
+ /*0x0A*/ u16 unk0A;
+ /*0x0C*/ s16 unk0C;
+ /*0x10*/ u32 selectedPalettes;
+};
+
+void sub_80C5CD4(struct PCScreenEffectStruct *unkStruct);
+bool8 sub_80C5DCC(void);
+void sub_80C5E38(struct PCScreenEffectStruct *unkStruct);
+bool8 sub_80C5F98(void);
+
+#endif //GUARD_PC_SCREEN_EFFECT_H