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/05/asm/module_05.s | |
parent | 1c6d32df7675093fe2a9d325278a97757355cb76 (diff) |
Match most other overlays (pearl)
Diffstat (limited to 'arm9/modules/05/asm/module_05.s')
-rw-r--r-- | arm9/modules/05/asm/module_05.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 0279b0fc..11800b6f 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -66803,8 +66803,11 @@ UNK05_021FC634: ; 0x021FC634 .global UNK05_021FC644 UNK05_021FC644: ; 0x021FC644 - .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00 +.ifdef DIAMOND + .word 2, 3, 4 +.else + .word 5, 6, 7 +.endif .global UNK05_021FC650 UNK05_021FC650: ; 0x021FC650 |