diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-12 14:14:50 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-12 14:14:50 +0000 |
commit | 1b895ff52c011d51a9516791148cd5088ba411b5 (patch) | |
tree | 3f1dee86f96098d38131426e11a0f9c39a1244fe /src/unk_transition.c | |
parent | be33878b94cc38913447682d3e34e674df68619f (diff) | |
parent | 65f053fd89e09b13e407ac53488043b728660e6e (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into synchronise
Diffstat (limited to 'src/unk_transition.c')
-rw-r--r-- | src/unk_transition.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/unk_transition.c b/src/unk_transition.c index 20692bb7c..18cee2544 100644 --- a/src/unk_transition.c +++ b/src/unk_transition.c @@ -36,9 +36,9 @@ static bool8 sub_81DB328(struct Task *task); // const rom data // TODO: move those from .s file to .c -extern const u8 gUnknown_0862AD54[]; -extern const u8 gUnknown_0862AF30[]; -extern const u8 gUnknown_0862B0DC[]; +extern const u32 gUnknown_0862AD54[]; +extern const u32 gUnknown_0862AF30[]; +extern const u32 gUnknown_0862B0DC[]; extern const u16 gUnknown_0862B53C[]; static const struct OamData sOamData_862B71C = |