diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-19 09:37:12 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-19 09:37:12 -0500 |
commit | f127e64a3ca2899510622f012bc3823da2c5cd23 (patch) | |
tree | 411794dea8d12d93823df6814aed9f1acc8c0c93 /common_syms | |
parent | 69759b2d128ea27f3bc9ebdb7e58ea3698d0a491 (diff) |
Name overworld tilemaps for their bg, add layer type constants
Diffstat (limited to 'common_syms')
-rw-r--r-- | common_syms/overworld.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common_syms/overworld.txt b/common_syms/overworld.txt index e136f5444..dcada0bbe 100644 --- a/common_syms/overworld.txt +++ b/common_syms/overworld.txt @@ -1,6 +1,6 @@ -gBGTilemapBuffers1 -gBGTilemapBuffers2 -gBGTilemapBuffers3 +gOverworldTilemapBuffer_Bg2 +gOverworldTilemapBuffer_Bg1 +gOverworldTilemapBuffer_Bg3 gHeldKeyCodeToSend gFieldCallback gFieldCallback2 |