-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmainBPRS.asm
More file actions
30 lines (23 loc) · 867 Bytes
/
mainBPRS.asm
File metadata and controls
30 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.gba
.thumb
.open "BPRS.gba","build/rom_bprs.gba", 0x08000000
//------hooks----------------------------------------
.include "hooks/BPRS/EnableVCountIntrAtLine150_hook.s"
.include "hooks/BPRS/c2_copyright_1_Ptr.s"
.include "hooks/BPRS/DoSoftReset_hook.s"
.include "hooks/BPRS/Task_SetWin0BldRegsAndCheckSaveFile_ptr.s"
.include "hooks/BPRS/title_screen_hook.s"
.include "hooks/BPRS/GetEvolutionTargetSpecies_n_others_hook.s"
//hook sabroso
.include "hooks/BPRS/NewGameInitData_jump.s"
.include "hooks/BPRS/DoTimeBasedEvents_hook.s"
.include "hooks/BPRS/Task_RunTimeBasedEvents_hook.s"
.include "hooks/BPRS/gScriptCmdTable_ptr.s"
.include "hooks/BPRS/gSpecials_ptr.s"
.include "hooks/BPRS/evolution_hooks.s"
//------main-----------------------------------------
//aquí se insertará todo el código.
.align 4
.org insertinto
.importobj "build/linked.o"
.close