mirror of https://github.com/pret/pokeemerald.git
Merge pull request #60 from DizzyEggg/branchname
Create battle_transition.h
This commit is contained in:
commit
09d5d81c9c
|
@ -927,9 +927,6 @@ u8 GetBankSide(u8 bank);
|
|||
u8 GetBankIdentity(u8 bank);
|
||||
u8 GetBankByIdentity(u8 bank);
|
||||
|
||||
// battle_transition
|
||||
void sub_8149DFC(u8 a1);
|
||||
|
||||
// Move this somewhere else
|
||||
|
||||
#include "sprite.h"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef GUARD_BATTLE_TRANSITION_H
|
||||
#define GUARD_BATTLE_TRANSITION_H
|
||||
|
||||
void sub_8149DFC(u8 a1);
|
||||
|
||||
#endif // GUARD_BATTLE_TRANSITION_H
|
|
@ -3,7 +3,7 @@
|
|||
#include "global.h"
|
||||
#include "palette.h"
|
||||
#include "blend_palette.h"
|
||||
#include "battle.h"
|
||||
#include "battle_transition.h"
|
||||
#include "task.h"
|
||||
|
||||
// Static type declarations
|
||||
|
|
Loading…
Reference in New Issue