mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-03-21 17:24:39 -05:00
Change ifdef and use itcm on NDS
This commit is contained in:
parent
6730a50457
commit
b7c3bb550f
|
|
@ -17,8 +17,10 @@
|
|||
.global swi_LZ77UnCompWrite8bit
|
||||
.type swi_LZ77UnCompWrite16bit,function
|
||||
.type swi_LZ77UnCompWrite8bit,function
|
||||
#ifdef __GBA__
|
||||
.section .iwram, "ax", %progbits
|
||||
#ifdef __NDS__
|
||||
.section .itcm, "ax", %progbits
|
||||
#else
|
||||
.section .iwram, "ax", %progbits
|
||||
#endif
|
||||
|
||||
swi_LZ77UnCompWrite16bit:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user