diff options
author | red031000 <rubenru09@aol.com> | 2020-07-08 19:41:18 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-08 19:41:18 +0100 |
commit | da336efb153bfc79c93d1fced1e78f89e53c1e17 (patch) | |
tree | 966634b2dd555022d65e5cfe130ccff75e653d14 /arm9/modules/27/asm/module_27.s | |
parent | a8354549de008d83f11e3629e57c214486785171 (diff) |
address issues with types
Diffstat (limited to 'arm9/modules/27/asm/module_27.s')
-rw-r--r-- | arm9/modules/27/asm/module_27.s | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arm9/modules/27/asm/module_27.s b/arm9/modules/27/asm/module_27.s index 9a1f26da..d11eeb44 100644 --- a/arm9/modules/27/asm/module_27.s +++ b/arm9/modules/27/asm/module_27.s @@ -1456,14 +1456,13 @@ MOD27_0225533C: ; 0x0225533C .global MOD27_02255348 MOD27_02255348: ; 0x02255348 - .byte 0x40, 0x00, 0x24, 0x00 - .byte 0xA0, 0x00, 0x24, 0x00, 0x40, 0x00, 0x54, 0x00, 0xA0, 0x00, 0x54, 0x00, 0x40, 0x00, 0x84, 0x00 - .byte 0xA0, 0x00, 0x84, 0x00 + .short 0x40, 0x24, 0xA0, 0x24, 0x40, 0x54, 0xA0, 0x54 + .short 0x40, 0x84, 0xA0, 0x84 .global MOD27_02255360 MOD27_02255360: ; 0x02255360 - .byte 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, 0x00, 0x0E, 0x00 - .byte 0x10, 0x00, 0x0E, 0x00, 0x04, 0x00, 0x14, 0x00, 0x10, 0x00, 0x14, 0x00 + .short 0x04, 0x08, 0x10, 0x08, 0x04, 0x0E, 0x10, 0x0E + .short 0x04, 0x14, 0x10, 0x14 .global MOD27_02255378 MOD27_02255378: ; 0x02255378 |