mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 21:20:19 +00:00
Move funcs to functions.h
This commit is contained in:
parent
6ab6177702
commit
2f54894ec2
@ -19,4 +19,8 @@ void sub_08159074(void);
|
||||
void sub_08157168(void);
|
||||
u32 sub_08159088(u16);
|
||||
|
||||
extern void sub_08158334(u16*, u8, u16);
|
||||
extern void sub_08149CE4(void);
|
||||
extern void sub_08145B64(u16);
|
||||
|
||||
#endif
|
||||
|
@ -61,8 +61,4 @@ extern void LogoClearTilemap(u8);
|
||||
extern void LogoCopyGraphics(u8, u16, u16);
|
||||
extern void LogoCopyPalette(u16, u8, u8, u16);
|
||||
|
||||
extern void sub_08158334(u16*, u8, u16);
|
||||
extern void sub_08149CE4(void);
|
||||
extern void sub_08145B64(u16);
|
||||
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "functions.h"
|
||||
#include "global.h"
|
||||
#include "game_state.h"
|
||||
#include "logo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user