mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
12 lines
310 B
C
12 lines
310 B
C
#ifndef POKEHEARTGOLD_UNK_0208805C_H
|
|
#define POKEHEARTGOLD_UNK_0208805C_H
|
|
|
|
#include "heap.h"
|
|
|
|
u8 CalculateHpBarPixelsLength(int hp, int maxHp, int pixelsWide);
|
|
int CalculateHpBarColor(u16 hp, u16 maxHp, int pixelsWide);
|
|
u8 sub_02088080(int hp, int pixelsWide);
|
|
int sub_020880CC(int a0, HeapID heapId);
|
|
|
|
#endif
|