Add big roullete func
This commit is contained in:
parent
530ef410d5
commit
2a211c4826
2 changed files with 258 additions and 2 deletions
|
|
@ -1,17 +1,18 @@
|
|||
#ifndef W02DLL
|
||||
#define W02DLL
|
||||
|
||||
#include "math.h"
|
||||
#include "dolphin.h"
|
||||
#include "game/process.h"
|
||||
#include "game/gamework_data.h"
|
||||
#include "game/board/model.h"
|
||||
#include "game/board/space.h"
|
||||
#include "game/board/main.h"
|
||||
#include "game/board/player.h"
|
||||
#include "game/board/window.h"
|
||||
|
||||
extern s16 lbl_1_bss_30[0x10]; // Model List
|
||||
|
||||
|
||||
// main.c
|
||||
extern void fn_1_770();
|
||||
extern void fn_1_72C();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue