diff options
author | Evan <eroelke@gmail.com> | 2019-12-01 20:23:36 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-01 20:23:36 -0500 |
commit | 86e62e24c1fe9d7fe39f6ece5412ef24a7c2c9e5 (patch) | |
tree | 62b5ec9a5cd1735479eff0badb3b9aab394db56a /src/text.c | |
parent | 1bdeb05793c6dedc195f6f85d3597ac52e168e6e (diff) |
start anim objtemplates
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c index b61713ee2..93a35a07d 100644 --- a/src/text.c +++ b/src/text.c @@ -15,7 +15,7 @@ #include "constants/songs.h" extern u8 gGlyphInfo[0x90]; -extern const struct OamData gOamData_83AC9D0; +extern const struct OamData gOamData_AffineOff_ObjNormal_16x16; static void DecompressGlyphFont3(u16 glyphId, bool32 isJapanese); static void DecompressGlyphFont4(u16 glyphId, bool32 isJapanese); @@ -59,7 +59,7 @@ const struct SpriteTemplate gUnknown_81EA6B4 = { .tileTag = 0x8000, .paletteTag = 0x8000, - .oam = &gOamData_83AC9D0, + .oam = &gOamData_AffineOff_ObjNormal_16x16, .anims = gDummySpriteAnimTable, .images = NULL, .affineAnims = gDummySpriteAffineAnimTable, |