Compare commits

..

4 Commits

Author SHA1 Message Date
thecozies
7de18d10fc Merge pull request #714 from HackerN64/develop/2.1.2
Release: v2.1.2
2023-09-27 16:54:38 -05:00
Gregory Heskett
01c3f20c6f v2.1.2 2023-09-27 11:13:53 -05:00
thecozies
38f25d2b83 rename flips src dir (#711) 2023-09-27 11:55:14 -04:00
someone2639
48bea33052 spawn lakitu at the origin (#712)
Co-authored-by: someone2639 <someone2639@gmail.com>
2023-09-27 11:54:00 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v2.1.1
v2.1.2

View File

@@ -35,7 +35,7 @@ void bhv_intro_scene_loop(void) {
switch (gCutsceneObjSpawn) {
case CUTSCENE_OBJ_BEGINNING_LAKITU:
spawn_object(o, MODEL_LAKITU, bhvBeginningLakitu);
spawn_object_at_origin(o, 0, MODEL_LAKITU, bhvBeginningLakitu);
break;
case CUTSCENE_OBJ_BEGINNING_PEACH: