diff options
author | YamaArashi <shadow962@live.com> | 2015-11-24 18:04:56 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-24 18:04:56 -0800 |
commit | f7a92b9a95945bf59748733ac3cf8096b5d1b125 (patch) | |
tree | 51f1c19cea7854f723d72c223704c44e44b90cb2 /asm/macros.s | |
parent | 3565d5ea5bc7036334e3a70710b039237c9e7151 (diff) |
string ref charmap consts and field effect script macros
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/macros.s b/asm/macros.s index c79dc7af1..c4e3b6c87 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -4,6 +4,7 @@ .include "asm/macros/pokemon_data.s" .include "asm/macros/ec.s" .include "asm/macros/map.s" + .include "asm/macros/field_effect_script.s" .macro region_map_entry x, y, width, height, name .byte \x |