Files
papermario/src/EA6FD0.c
Ethan Roseman ed9727a34e Various decomp, use of SCREEN_WIDTH and SCREEN_HEIGHT, etc (#340)
* Update symbol_addrs

* effects.h and cleanup

* effect code generation!

* func_80024A784

* state_step_demo

* meh

* work on gfx_task_main and cleanup

* state_step_intro

* set_custom_gfx
2021-07-23 03:48:30 +09:00

12 lines
209 B
C

#include "common.h"
s32 func_80240000_EA6FD0(void) {
s32 temp = dead_get_variable(NULL, SI_STORY_PROGRESS);
if (temp <= 0x26) {
return 0x19010F;
} else {
return 0x190110;
}
}