diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-27 20:24:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-27 20:24:10 -0400 |
commit | beabf27ffdfc12888c058e0706f30ad1d6856ece (patch) | |
tree | cc6fc81b148716b0e4ab444faa07c5040b309697 /arm9/modules/84 | |
parent | 1c6d32df7675093fe2a9d325278a97757355cb76 (diff) |
Match most other overlays (pearl)
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arm9/modules/84/asm/module_84.s b/arm9/modules/84/asm/module_84.s index 244ed0d7..c01fd84c 100644 --- a/arm9/modules/84/asm/module_84.s +++ b/arm9/modules/84/asm/module_84.s @@ -6308,7 +6308,11 @@ MOD84_021DA700: ; 0x021DA700 .global MOD84_021DA764 MOD84_021DA764: ; 0x021DA764 - .byte 0x00, 0x00 + .ifdef DIAMOND + .short 0 + .else + .short 1 + .endif .global MOD84_021DA766 MOD84_021DA766: ; 0x021DA766 |