diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
| commit | 13d4d533f7c5904391309e72f4b7937210b1c476 (patch) | |
| tree | 12af6219abc245f24a8931684c3240c95970b21d /scripts/MtMoonB2F.asm | |
| parent | Merge pull request #301 from Rangi42/master (diff) | |
| download | pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip | |
Sync more with pokeyellow
Diffstat (limited to 'scripts/MtMoonB2F.asm')
| -rwxr-xr-x | scripts/MtMoonB2F.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/MtMoonB2F.asm b/scripts/MtMoonB2F.asm index 9faf038a..ab6e673e 100755 --- a/scripts/MtMoonB2F.asm +++ b/scripts/MtMoonB2F.asm @@ -180,7 +180,8 @@ MtMoon3Text1: text_asm CheckEvent EVENT_BEAT_MT_MOON_EXIT_SUPER_NERD jr z, .asm_49e8d - and $c0 + ; CheckEitherEventSetReuseA EVENT_GOT_DOME_FOSSIL, EVENT_GOT_HELIX_FOSSIL + and (1 << (EVENT_GOT_DOME_FOSSIL % 8)) | (1 << (EVENT_GOT_HELIX_FOSSIL % 8)) jr nz, .asm_49eb8 ld hl, MtMoon3Text_49f8f call PrintText |
