diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 01:05:34 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 01:05:34 -0400 |
| commit | 19656f9dee2671838983ab407e901bd6bb49006a (patch) | |
| tree | 2bdaaa8a7093eb4216de9d7b157477003ed6375d /constants/event_constants.asm | |
| parent | Merge branch 'master' of github.com:pret/pokeyellow (diff) | |
| download | pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.tar.gz pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.tar.xz pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.zip | |
No more standalone WRAM addresses in the Event Flags array
Diffstat (limited to 'constants/event_constants.asm')
| -rw-r--r-- | constants/event_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/event_constants.asm b/constants/event_constants.asm index 2d1fab45..9c40b013 100644 --- a/constants/event_constants.asm +++ b/constants/event_constants.asm @@ -2560,3 +2560,5 @@ const_value = 0 const EVENT_9FD ; 9FD, (D886, bit 5) const EVENT_9FE ; 9FE, (D886, bit 6) const EVENT_9FF ; 9FF, (D886, bit 7) + +NUM_EVENT_FLAGS EQU const_value |
