diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-12-27 01:22:45 -0600 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-12-27 01:34:46 -0600 |
| commit | f245ce37581d8d437237b0619b7c8beddaaa5656 (patch) | |
| tree | 1c5fdae64b0585bb8e9a47dc0dc20ea9d731a5b7 /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | a5a537fc8cc3d7c718a2c38a9d2fe56176b6cc86 (diff) | |
Apply alphabetical sorting in various places
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp index 7e473fbcc..794b08be3 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -31,11 +31,13 @@ void Rando::ActorBehavior::Init() { } void Rando::ActorBehavior::OnFileLoad() { - Rando::ActorBehavior::InitDoorWarp1VBehavior(); Rando::ActorBehavior::InitDmChar05Behavior(); Rando::ActorBehavior::InitDmHinaBehavior(); Rando::ActorBehavior::InitDmStkBehavior(); + Rando::ActorBehavior::InitDoorWarp1VBehavior(); Rando::ActorBehavior::InitEnAkindonutsBehavior(); + Rando::ActorBehavior::InitEnBabaBehavior(); + Rando::ActorBehavior::InitEnBalBehavior(); Rando::ActorBehavior::InitEnBoxBehavior(); Rando::ActorBehavior::InitEnCowBehavior(); Rando::ActorBehavior::InitEnElfgrpBehavior(); @@ -55,17 +57,15 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnLiftNutsBehavior(); Rando::ActorBehavior::InitEnMa4Behavior(); Rando::ActorBehavior::InitEnMaYtoBehavior(); + Rando::ActorBehavior::InitEnMnkBehavior(); Rando::ActorBehavior::InitEnOsnBehavior(); Rando::ActorBehavior::InitEnRuppecrowBehavior(); + Rando::ActorBehavior::InitEnRzBehavior(); Rando::ActorBehavior::InitEnSellnutsBehavior(); Rando::ActorBehavior::InitEnSiBehavior(); Rando::ActorBehavior::InitEnStoneheishiBehavior(); Rando::ActorBehavior::InitEnSyatekiManBehavior(); - Rando::ActorBehavior::InitEnBabaBehavior(); - Rando::ActorBehavior::InitEnBalBehavior(); Rando::ActorBehavior::InitEnYbBehavior(); - Rando::ActorBehavior::InitEnRzBehavior(); - Rando::ActorBehavior::InitEnMnkBehavior(); Rando::ActorBehavior::InitEnZogBehavior(); Rando::ActorBehavior::InitItemBHeartBehavior(); Rando::ActorBehavior::InitObjMoonStoneBehavior(); |
