diff options
Diffstat (limited to 'sym_common.txt')
-rw-r--r-- | sym_common.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sym_common.txt b/sym_common.txt index 56298064a..f3a44cf03 100644 --- a/sym_common.txt +++ b/sym_common.txt @@ -1,16 +1,8 @@ .include "main.o" .include "bg.o" .include "text_printer.o" - -gWindowClearTile: @ 3003E30 - .space 0x10 - -gWindowBgTilemapBuffers: @ 3003E40 - .space 0x10 - -gTextFlags: @ 3003E50 - .space 0x4 - + .include "window.o" + .include "text.o" .include "sprite.o" .align 4 |