diff options
| author | YamaArashi <shadow962@live.com> | 2016-09-03 01:11:14 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-09-03 01:11:14 -0700 |
| commit | b12e80fc04666cb305504744fbe37a9a24af02cb (patch) | |
| tree | 5ad75e75a41258e43f62515d65bb628c4c5ca510 /data/data1.s | |
| parent | a05857f889631dd6e722f952475fb96382cdf999 (diff) | |
split asm/emerald.s
Diffstat (limited to 'data/data1.s')
| -rw-r--r-- | data/data1.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/data1.s b/data/data1.s index 5d3aa509c..ac2219346 100644 --- a/data/data1.s +++ b/data/data1.s @@ -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" |
