diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-20 19:41:23 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-20 19:41:23 -0700 |
| commit | fd2b4b6c74e324f423cd3a5aac0428eae12b7620 (patch) | |
| tree | 3ab359d55a9327c4649bcc96e9fd42c5994fe088 /macros.asm | |
| parent | enumerate events (diff) | |
| download | pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.tar.gz pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.tar.xz pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.zip | |
gym leader events
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -428,7 +428,7 @@ event_fill_count = 1 + event_fill_count ELSE IF ((\2) % 8) != 7 ld a, [wEventFlags + event_end_byte] - and ~((1 << (((\2) % 8) + 1)) - 1) $ ff + and ~((1 << (((\2) % 8) + 1)) - 1) & $ff ld [wEventFlags + event_end_byte], a ENDC ENDC |
