player battle controller is done
This commit is contained in:
8
include/pokeball.h
Normal file
8
include/pokeball.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GUARD_POKEBALL_H
|
||||
#define GUARD_POKEBALL_H
|
||||
|
||||
u8 sub_80753E8(u16, u8);
|
||||
void sub_8076918(u8 bank);
|
||||
void DoHitAnimHealthboxEffect(u8 bank);
|
||||
|
||||
#endif // GUARD_POKEBALL_H
|
||||
Reference in New Issue
Block a user