mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Fix progbits flags for iwram asm functions (#8627)
This commit is contained in:
parent
c6f9700414
commit
ccd6e31767
|
|
@ -37,7 +37,7 @@ sp_irq: .word IWRAM_END - 0x60
|
|||
.pool
|
||||
|
||||
.arm
|
||||
.section .iwram.code
|
||||
.section .iwram.code, "ax", %progbits
|
||||
.align 2, 0
|
||||
IntrMain::
|
||||
mov r3, #REG_BASE
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.syntax unified
|
||||
|
||||
.arm
|
||||
.section .iwram.code
|
||||
.section .iwram.code, "ax", %progbits
|
||||
.align 2
|
||||
|
||||
.global FastUnsafeCopy32
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ lt_o_SoundInfo_pcmBuffer: .word o_SoundInfo_pcmBuffer
|
|||
lt_PCM_DMA_BUF_SIZE: .word PCM_DMA_BUF_SIZE
|
||||
thumb_func_end SoundMain
|
||||
|
||||
.section .iwram.code
|
||||
.section .iwram.code, "ax", %progbits
|
||||
thumb_func_start SoundMainRAM
|
||||
SoundMainRAM:
|
||||
ldrb r3, [r0, o_SoundInfo_reverb]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user