split asm/emerald.s
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
@ the first big chunk of data
|
||||
|
||||
.include "asm/macros.s"
|
||||
.include "constants/constants.s"
|
||||
|
||||
.section script_data, "aw", %progbits
|
||||
|
||||
@ 81DB67C
|
||||
.include "data/event_script_command_function_table.s"
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
@ the second big chunk of data
|
||||
|
||||
.align 2, 0
|
||||
.include "asm/macros.s"
|
||||
.include "constants/constants.s"
|
||||
|
||||
.section .rodata
|
||||
|
||||
gUnknown_82E9530: @ 82E9530
|
||||
.byte 3
|
||||
|
||||
Reference in New Issue
Block a user