papermario/src/code_13480_len_3f0.c

29 lines
595 B
C
Raw Normal View History

2020-08-04 08:49:11 +02:00
#include "common.h"
2020-09-25 23:18:09 +02:00
#ifdef NON_MATCHING
void init_demo_data(void) {
if (GAME_STATUS->demoState == 0) {
GAME_STATUS->nextDemoScene = 0;
GAME_STATUS->demoState = 1;
}
2020-09-26 03:55:04 +02:00
2020-09-25 23:18:09 +02:00
GAME_STATUS->demoStickX = 0;
GAME_STATUS->demoButtonInput = 0;
GAME_STATUS->demoStickY = 0;
2020-09-26 03:55:04 +02:00
2020-09-25 23:18:09 +02:00
func_80056228();
set_map_transition_effect(2);
func_80137D88(0, 255.0f);
clear_saved_variables();
clear_script_list();
}
#else
INCLUDE_ASM(s32, "code_13480_len_3f0", init_demo_data);
#endif
2020-08-04 08:49:11 +02:00
2020-09-25 23:18:09 +02:00
INCLUDE_ASM(s32, "code_13480_len_3f0", next_demo_scene);
2020-09-24 05:16:13 +02:00
2020-09-25 23:18:09 +02:00
void func_8003845C(void) {
}