summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-12-09 08:59:59 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-12-09 08:59:59 -0500
commit9d70b8a4d9fc69064b5a0bde6670b4aaca25cf5e (patch)
tree4f0f3dc6ac18497b1452a02ab55490fce1f89e74 /src/text.c
parent7871a505b39e5452f0a39f96ce2deea810099906 (diff)
parentf21b113bc6caee136d696aadfe8dc13d6e8f3622 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c4
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,