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/28/asm/module_28.s | |
parent | a8354549de008d83f11e3629e57c214486785171 (diff) |
address issues with types
Diffstat (limited to 'arm9/modules/28/asm/module_28.s')
-rw-r--r-- | arm9/modules/28/asm/module_28.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index 27fab047..dba3ebba 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -2994,8 +2994,8 @@ MOD28_02255EA8: ; 0x02255EA8 .global MOD28_02255EC0 MOD28_02255EC0: ; 0x02255EC0 - .byte 0x30, 0x00, 0x2C, 0x00, 0xB0, 0x00, 0x2C, 0x00 - .byte 0x30, 0x00, 0x5C, 0x00, 0xB0, 0x00, 0x5C, 0x00, 0x30, 0x00, 0x8C, 0x00, 0xB0, 0x00, 0x8C, 0x00 + .short 0x30, 0x2C, 0xB0, 0x2C, 0x30, 0x5C, 0xB0, 0x5C + .short 0x30, 0x8C, 0xB0, 0x8C .global MOD28_02255ED8 MOD28_02255ED8: ; 0x02255ED8 @@ -3048,4 +3048,3 @@ MOD28_02255F94: ; 0x02255F94 .global MOD28_02255FA8 MOD28_02255FA8: ; 0x02255FA8 .asciz " icon[%d] Reset!!\n" - .byte 0x00, 0x00, 0x00, 0x00, 0x00 |