diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-04 20:10:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 20:10:46 -0700 |
commit | 62388f3bfd5b1abd9fa369628b805e683e64c302 (patch) | |
tree | 7b57d749b99b491905f1590d7791780a7ff69596 /include/graphics.h | |
parent | ce75a3895c73f25d6dc7b019ed06e4193965ab35 (diff) | |
parent | 09411d29f66c427367a2db3de155fed8c98138f5 (diff) |
Merge pull request #561 from yenatch/battle-1
almost all of battle_1
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index 889dc3916..b779c2dcd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2634,9 +2634,9 @@ extern const u16 gUnknown_08EA02C8[]; extern const u16 gUnknown_08EA0348[]; extern const u16 gUnknown_08EA15C8[]; extern const u16 gTradeMonBoxTilemap[]; -extern const u8 gUnknown_08D00000[]; -extern const u16 gUnknown_08D00524[]; -extern const u8 gUnknown_08D004E0[]; +extern const u8 gBattleTextboxTiles[]; +extern const u16 gBattleTextboxTilemap[]; +extern const u8 gBattleTextboxPalette[]; extern const u8 gNamingScreenBackButtonTiles[]; extern const u8 gNamingScreenOKButtonTiles[]; |