diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-07-18 16:03:20 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-07-18 16:03:20 -0700 |
| commit | c084cfbae27e5f9cd542c3e36a8564e04bf2b226 (patch) | |
| tree | 6d4692d61887aeb2cc67f8b997188e7be9d7c0b4 /include | |
| parent | cce6a23fbb89e59909e0bd7e8b63292a996e5e91 (diff) | |
updated flag func calls
Diffstat (limited to 'include')
| -rw-r--r-- | include/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flags.h b/include/flags.h index 48e56749..27595e70 100644 --- a/include/flags.h +++ b/include/flags.h @@ -130,6 +130,6 @@ enum { /*0x62*/ MAZE_CLEAR, /* Cleared Castle maze */ /*0x63*/ TINY_ENTRANCE, /* Ezlo described entrances */ /*0x64*/ CASTLE_BGM, /* Castle intro BGM */ -} FLAG; +}; #endif
\ No newline at end of file |
