diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-28 19:59:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:59:18 +0300 |
commit | 71b374828b8c39900a642f982af40d5087190323 (patch) | |
tree | 51410faeb1bc5c52a0dedb6b1189e0dcc31abb4f /arm9/modules/84 | |
parent | a74135539e9945c4e01c4fed8088fde785789c7d (diff) | |
parent | f29f16fd5ff0a38d2ba5b367bab77217dea6769e (diff) |
Merge branch 'master' into master
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 |