mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
parent
eb2b74a8d0
commit
29dc2b2284
|
|
@ -100,7 +100,7 @@ struct CgbChannel
|
|||
u8 le;
|
||||
u8 sw;
|
||||
u32 fr;
|
||||
u32 wp;
|
||||
u32 * wp;
|
||||
u32 cp;
|
||||
u32 tp;
|
||||
u32 pp;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef GUARD_MYSTERY_EVENT_MSG_H
|
||||
#define GUARD_MYSTERY_EVENT_MSG_H
|
||||
|
||||
#include <gba/gba.h>
|
||||
#include "gba/gba.h"
|
||||
|
||||
extern const u8 gText_MysteryGiftBerry[];
|
||||
extern const u8 gText_MysteryGiftBerryTransform[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user