summaryrefslogtreecommitdiff
path: root/include/flags.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-21 00:54:20 -0400
committerGitHub <noreply@github.com>2017-05-21 00:54:20 -0400
commit1c49064780f87a874c8f516ef20be61b17bafef0 (patch)
tree39d88024b6c278f8c4182ee869db6316c71bd8bd /include/flags.h
parent9281b378095596896fce5be481fb40966226d955 (diff)
parentea181bea7652e6ea28705302ce7e85998e248986 (diff)
Merge pull request #299 from PikalaxALT/master
Secret base and TV decompilation
Diffstat (limited to 'include/flags.h')
-rw-r--r--include/flags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/flags.h b/include/flags.h
index 56325dea6..0e408a833 100644
--- a/include/flags.h
+++ b/include/flags.h
@@ -51,6 +51,8 @@
#define SYS_BRAILLE_WAIT 0x851
#define SYS_BRAILLE_FLY 0x852
+#define SYS_TV_LATI 0x85D
+
#define SYS_SHOAL_ITEM 0x85F
#define SYS_B_DASH 0x860 // got Running Shoes
#define SYS_CTRL_OBJ_DELETE 0x861
@@ -61,3 +63,5 @@
#define SPECIAL_FLAG_1 0x4001
#endif // GUARD_FLAGS_H
+
+bool8 FlagGet(u16 flag);