2019-09-09 03:26:46 +02:00
|
|
|
.include "../constants/gba_constants.inc"
|
|
|
|
.include "../asm/macros/function.inc"
|
|
|
|
|
|
|
|
.text
|
|
|
|
|
|
|
|
.set SOFT_RESET_DIRECT_BUF, 0x03007FFA
|
|
|
|
.set RESET_EX_WRAM_FLAG, 0x1
|
|
|
|
|
|
|
|
.ifdef NO_GRANULAR_AGBSYSCALL
|
|
|
|
.set L_IntrWait, 1
|
|
|
|
.set L_RegisterRamReset, 1
|
|
|
|
.set L_Sqrt, 1
|
|
|
|
.set L_MusicPlayerOpen, 1
|
|
|
|
.set L_SoundBiasReset, 1
|
|
|
|
.set L_SoundDriverVSyncOn, 1
|
|
|
|
.set L_Mod, 1
|
|
|
|
.set L_VBlankIntrWait, 1
|
|
|
|
.set L_MusicPlayerStart, 1
|
|
|
|
.set L_SoundDriverVSyncOff, 1
|
|
|
|
.set L_HuffUnComp, 1
|
|
|
|
.set L_SoftResetExram, 1
|
|
|
|
.set L_MusicPlayerFadeOut, 1
|
|
|
|
.set L_LZ77UnCompWram, 1
|
|
|
|
.set L_SoundDriverMain, 1
|
|
|
|
.set L_SoundBiasChange, 1
|
|
|
|
.set L_LZ77UnCompVram, 1
|
|
|
|
.set L_ArcTan2, 1
|
|
|
|
.set L_MusicPlayerStop, 1
|
|
|
|
.set L_DivArm, 1
|
|
|
|
.set L_ModArm, 1
|
|
|
|
.set L_SoundDriverVSync, 1
|
|
|
|
.set L_SoundDriverInit, 1
|
|
|
|
.set L_BgAffineSet, 1
|
|
|
|
.set L_Diff8bitUnFilterWram, 1
|
|
|
|
.set L_MultiBoot, 1
|
|
|
|
.set L_MidiKey2Freq, 1
|
|
|
|
.set L_Div, 1
|
|
|
|
.set L_Diff8bitUnFilterVram, 1
|
|
|
|
.set L_ArcTan, 1
|
|
|
|
.set L_ObjAffineSet, 1
|
|
|
|
.set L_SoftResetRom, 1
|
|
|
|
.set L_SoundDriverMode, 1
|
|
|
|
.set L_RLUnCompWram, 1
|
|
|
|
.set L_BitUnPack, 1
|
|
|
|
.set L_SoundChannelClear, 1
|
|
|
|
.set L_CpuFastSet, 1
|
|
|
|
.set L_CpuSet, 1
|
|
|
|
.set L_Diff16bitUnFilter, 1
|
|
|
|
.set L_SoundBiasSet, 1
|
|
|
|
.set L_MusicPlayerContinue, 1
|
|
|
|
.set L_SoftReset, 1
|
|
|
|
.set L_RLUnCompVram, 1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_IntrWait
|
|
|
|
thumb_func_start IntrWait
|
|
|
|
IntrWait:
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
|
|
|
svc #4
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end IntrWait
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_RegisterRamReset
|
|
|
|
thumb_func_start RegisterRamReset
|
|
|
|
RegisterRamReset:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #1
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end RegisterRamReset
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Sqrt
|
|
|
|
thumb_func_start Sqrt
|
|
|
|
Sqrt:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #8
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Sqrt
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MusicPlayerOpen
|
|
|
|
thumb_func_start MusicPlayerOpen
|
|
|
|
MusicPlayerOpen:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #32
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MusicPlayerOpen
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundBiasReset
|
|
|
|
thumb_func_start SoundBiasReset
|
|
|
|
SoundBiasReset:
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r0, #0
|
|
|
|
svc #25
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundBiasReset
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverVSyncOn
|
|
|
|
thumb_func_start SoundDriverVSyncOn
|
|
|
|
SoundDriverVSyncOn:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #41
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverVSyncOn
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Mod
|
|
|
|
thumb_func_start Mod
|
|
|
|
Mod:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #6
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
mov r0, r1
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Mod
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_VBlankIntrWait
|
|
|
|
thumb_func_start VBlankIntrWait
|
|
|
|
VBlankIntrWait:
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
|
|
|
svc #5
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end VBlankIntrWait
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MusicPlayerStart
|
|
|
|
thumb_func_start MusicPlayerStart
|
|
|
|
MusicPlayerStart:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #33
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MusicPlayerStart
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverVSyncOff
|
|
|
|
thumb_func_start SoundDriverVSyncOff
|
|
|
|
SoundDriverVSyncOff:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #40
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverVSyncOff
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_HuffUnComp
|
|
|
|
thumb_func_start HuffUnComp
|
|
|
|
HuffUnComp:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #19
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end HuffUnComp
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoftResetExram
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
arm_func_start SoftResetExram
|
2019-09-09 03:26:46 +02:00
|
|
|
SoftResetExram:
|
|
|
|
ldr r3, =REG_IME
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
2019-09-09 03:26:46 +02:00
|
|
|
strb r2, [r3, #0]
|
|
|
|
ldr r3, =SOFT_RESET_DIRECT_BUF
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #1
|
2019-09-09 03:26:46 +02:00
|
|
|
strb r2, [r3, #0]
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
subs r3, #SOFT_RESET_DIRECT_BUF - 0x3007f00
|
2019-09-09 03:26:46 +02:00
|
|
|
mov sp, r3
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #RESET_EX_WRAM_FLAG
|
|
|
|
bics r0, r2
|
|
|
|
svc #1
|
|
|
|
svc #0
|
2019-09-09 03:26:46 +02:00
|
|
|
.pool
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
arm_func_end SoftResetExram
|
2019-09-09 03:26:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MusicPlayerFadeOut
|
|
|
|
thumb_func_start MusicPlayerFadeOut
|
|
|
|
MusicPlayerFadeOut:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #36
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MusicPlayerFadeOut
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_LZ77UnCompWram
|
|
|
|
thumb_func_start LZ77UnCompWram
|
|
|
|
LZ77UnCompWram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #17
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end LZ77UnCompWram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverMain
|
|
|
|
thumb_func_start SoundDriverMain
|
|
|
|
SoundDriverMain:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #28
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverMain
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundBiasChange
|
|
|
|
thumb_func_start SoundBiasChange
|
|
|
|
SoundBiasChange:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #25
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundBiasChange
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_LZ77UnCompVram
|
|
|
|
thumb_func_start LZ77UnCompVram
|
|
|
|
LZ77UnCompVram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #18
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end LZ77UnCompVram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_ArcTan2
|
|
|
|
thumb_func_start ArcTan2
|
|
|
|
ArcTan2:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #10
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end ArcTan2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MusicPlayerStop
|
|
|
|
thumb_func_start MusicPlayerStop
|
|
|
|
MusicPlayerStop:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #34
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MusicPlayerStop
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_DivArm
|
|
|
|
thumb_func_start DivArm
|
|
|
|
DivArm:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #7
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end DivArm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_ModArm
|
|
|
|
thumb_func_start ModArm
|
|
|
|
ModArm:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #7
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
mov r0, r1
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end ModArm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverVSync
|
|
|
|
thumb_func_start SoundDriverVSync
|
|
|
|
SoundDriverVSync:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #29
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverVSync
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverInit
|
|
|
|
thumb_func_start SoundDriverInit
|
|
|
|
SoundDriverInit:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #26
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverInit
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_BgAffineSet
|
|
|
|
thumb_func_start BgAffineSet
|
|
|
|
BgAffineSet:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #14
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end BgAffineSet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Diff8bitUnFilterWram
|
|
|
|
thumb_func_start Diff8bitUnFilterWram
|
|
|
|
Diff8bitUnFilterWram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #22
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Diff8bitUnFilterWram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MultiBoot
|
|
|
|
thumb_func_start MultiBoot
|
|
|
|
MultiBoot:
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
mov r1, #1
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #37
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MultiBoot
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MidiKey2Freq
|
|
|
|
thumb_func_start MidiKey2Freq
|
|
|
|
MidiKey2Freq:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #31
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MidiKey2Freq
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Div
|
|
|
|
thumb_func_start Div
|
|
|
|
Div:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #6
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Div
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Diff8bitUnFilterVram
|
|
|
|
thumb_func_start Diff8bitUnFilterVram
|
|
|
|
Diff8bitUnFilterVram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #23
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Diff8bitUnFilterVram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_ArcTan
|
|
|
|
thumb_func_start ArcTan
|
|
|
|
ArcTan:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #9
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end ArcTan
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_ObjAffineSet
|
|
|
|
thumb_func_start ObjAffineSet
|
|
|
|
ObjAffineSet:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #15
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end ObjAffineSet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoftResetRom
|
|
|
|
thumb_func_start SoftResetRom
|
|
|
|
SoftResetRom:
|
|
|
|
ldr r3, =REG_IME
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
2019-09-09 03:26:46 +02:00
|
|
|
strb r2, [r3, #0]
|
|
|
|
ldr r3, =SOFT_RESET_DIRECT_BUF
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
2019-09-09 03:26:46 +02:00
|
|
|
strb r2, [r3, #0]
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
sub r3, #SOFT_RESET_DIRECT_BUF - 0x3007f00
|
2019-09-09 03:26:46 +02:00
|
|
|
mov sp, r3
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #1
|
|
|
|
svc #0
|
2019-09-09 03:26:46 +02:00
|
|
|
.pool
|
|
|
|
thumb_func_end SoftResetRom
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundDriverMode
|
|
|
|
thumb_func_start SoundDriverMode
|
|
|
|
SoundDriverMode:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #27
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundDriverMode
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_RLUnCompWram
|
|
|
|
thumb_func_start RLUnCompWram
|
|
|
|
RLUnCompWram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #20
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end RLUnCompWram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_BitUnPack
|
|
|
|
thumb_func_start BitUnPack
|
|
|
|
BitUnPack:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #16
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end BitUnPack
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundChannelClear
|
|
|
|
thumb_func_start SoundChannelClear
|
|
|
|
SoundChannelClear:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #30
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundChannelClear
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_CpuFastSet
|
|
|
|
thumb_func_start CpuFastSet
|
|
|
|
CpuFastSet:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #12
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end CpuFastSet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_CpuSet
|
|
|
|
thumb_func_start CpuSet
|
|
|
|
CpuSet:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #11
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end CpuSet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_Diff16bitUnFilter
|
|
|
|
thumb_func_start Diff16bitUnFilter
|
|
|
|
Diff16bitUnFilter:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #24
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end Diff16bitUnFilter
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoundBiasSet
|
|
|
|
thumb_func_start SoundBiasSet
|
|
|
|
SoundBiasSet:
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r0, #1
|
|
|
|
svc #25
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end SoundBiasSet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_MusicPlayerContinue
|
|
|
|
thumb_func_start MusicPlayerContinue
|
|
|
|
MusicPlayerContinue:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #35
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end MusicPlayerContinue
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_SoftReset
|
|
|
|
thumb_func_start SoftReset
|
|
|
|
SoftReset:
|
|
|
|
ldr r3, =REG_IME
|
2020-07-17 00:15:49 +02:00
|
|
|
movs r2, #0
|
2019-09-09 03:26:46 +02:00
|
|
|
strb r2, [r3, #0]
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
2020-09-13 09:22:50 +02:00
|
|
|
ldr r1, =0x3007f00
|
2019-09-09 03:26:46 +02:00
|
|
|
mov sp, r1
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #1
|
|
|
|
svc #0
|
2019-09-09 03:26:46 +02:00
|
|
|
.pool
|
|
|
|
thumb_func_end SoftReset
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef L_RLUnCompVram
|
|
|
|
thumb_func_start RLUnCompVram
|
|
|
|
RLUnCompVram:
|
2020-07-17 00:15:49 +02:00
|
|
|
svc #21
|
2019-09-09 03:26:46 +02:00
|
|
|
bx lr
|
|
|
|
thumb_func_end RLUnCompVram
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.align 2, 0 @ Don't pad with nop
|