Merge pull request #60 from DizzyEggg/branchname

Create battle_transition.h
This commit is contained in:
Diegoisawesome 2017-10-03 15:37:21 -05:00 committed by GitHub
commit 09d5d81c9c
3 changed files with 7 additions and 4 deletions

View File

@ -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"

View File

@ -0,0 +1,6 @@
#ifndef GUARD_BATTLE_TRANSITION_H
#define GUARD_BATTLE_TRANSITION_H
void sub_8149DFC(u8 a1);
#endif // GUARD_BATTLE_TRANSITION_H

View File

@ -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