diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 02:20:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 02:20:18 -0500 |
commit | f8ab09b4b42b4a28a36a7cae3b545a812db4133d (patch) | |
tree | def65c5939ccd5ffcbf55cc3da4baf332ec8add4 /data | |
parent | d0c79e4e479d633b65cb5a821de882416946a975 (diff) | |
parent | 53eca1d3a7ee378b825e40702a99a6473ae97d77 (diff) |
Merge pull request #482 from GriffinRichards/remove-old-asm-constants
Remove old asm constants
Diffstat (limited to 'data')
-rw-r--r-- | data/map_events.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/map_events.s b/data/map_events.s index 5fd6a9331..1607ef982 100644 --- a/data/map_events.s +++ b/data/map_events.s @@ -11,7 +11,6 @@ #include "constants/weather.h" .include "asm/macros.inc" .include "constants/constants.inc" - .include "constants/item_data_constants.inc" .section .rodata |