@@ -7,20 +7,19 @@ namespace mod {
7
7
extern " C" {
8
8
9
9
// Assembly overwrite functions
10
- // main.cpp
11
- void StartReplaceJumpFallAnim ();
12
- void StartAllowRunningFromBattles ();
13
- void StartForceNPCItemDrop ();
14
- void StartDisplayMegaJumpBadgeBattleMenu ();
15
- void StartDisplayMegaHammerBadgesBattleMenu ();
16
- void StartFixBlooperCrash1 ();
17
- void StartFixBlooperCrash2 ();
18
- void StartPreventTextboxSelection ();
19
- void StartDisableDPadOptionsDisplay ();
20
- void StartFixEvtMapBlendSetFlagPartnerCrash ();
21
- void StartFixEvtMapBlendSetFlagFollowerCrash ();
22
- void StartFallThroughMostObjectsStandard ();
23
- void StartFallThroughMostObjectsBowser ();
10
+ void asmReplaceJumpFallAnim ();
11
+ void asmAllowRunningFromBattles ();
12
+ void asmForceNPCItemDrop ();
13
+ void asmDisplayMegaJumpBadgeBattleMenu ();
14
+ void asmDisplayMegaHammerBadgesBattleMenu ();
15
+ void asmFixBlooperCrash1 ();
16
+ void asmFixBlooperCrash2 ();
17
+ void asmPreventTextboxSelection ();
18
+ void asmDisableDPadOptionsDisplay ();
19
+ void asmFixEvtMapBlendSetFlagPartnerCrash ();
20
+ void asmFixEvtMapBlendSetFlagFollowerCrash ();
21
+ void asmFallThroughMostObjectsStandard ();
22
+ void asmFallThroughMostObjectsBowser ();
24
23
25
24
// Functions accessed by assembly overwrites
26
25
// main.cpp
0 commit comments