diff --git a/asm/main.s b/asm/main.s index ee5a0775..2d24ef9a 100644 --- a/asm/main.s +++ b/asm/main.s @@ -68302,9 +68302,19 @@ func_02032648: ; 0x02032648 mov r1, #1 strb r3, [r0, #0x12b] strb r1, [r0, #0x12c] +.ifdef EUR strh r3, [r0, #0x4a] +.endif +.ifdef JPN + strh r3, [r0, #0x3e] +.endif sub r2, r1, #2 +.ifdef EUR strb r3, [r0, #0x4c] +.endif +.ifdef JPN + strh r3, [r0, #0x40] +.endif add r1, r0, #0x100 strh r2, [r1, #0x28] strb r2, [r0, #0x12a]