diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-19 00:36:57 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-18 22:36:57 -0800 |
commit | c84d788ebfb4ff0f1a3dd1cf6ce820c403fbf169 (patch) | |
tree | 989233a4ce3a447980ae1787a37ec3e8c41ddeb5 /src/text.c | |
parent | 2405562993bcc4f3eda613b0fa443dd94573c5ab (diff) |
decompile field_camera.c (#103)
* start decompiling field_camera.c
* can't get CameraUpdate to match
* finish decompiling
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/text.c b/src/text.c index 4f2581af6..885fb7547 100644 --- a/src/text.c +++ b/src/text.c @@ -177,10 +177,7 @@ static u8 sWaitType; static u8 sLineLength; static struct GlyphBuffer sGlyphBuffer; -EWRAM_DATA u16 gBG0TilemapBuffer[0x400] = {0}; -EWRAM_DATA u16 gBG1TilemapBuffer[0x400] = {0}; -EWRAM_DATA u16 gBG2TilemapBuffer[0x400] = {0}; -EWRAM_DATA u16 gBG3TilemapBuffer[0x400] = {0}; +EWRAM_DATA u16 gBGTilemapBuffers[4][0x400] = {0}; EWRAM_DATA u8 gStringVar1[0x100] = {0}; EWRAM_DATA u8 gStringVar2[0x100] = {0}; |