diff options
author | YamaArashi <shadow962@live.com> | 2015-10-25 22:56:06 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-25 22:56:06 -0700 |
commit | 832b0b525f9d142b6280f93ca8d511b54fe12880 (patch) | |
tree | 0cb492985dbfc73628de338cc9aab9dee4a575c2 /asm/macros.s | |
parent | 269cda7ac933e5418313a0c2b4c8b149d7f816ee (diff) |
wild pokemon data
- Thanks to Sanqui for many Ruby/Sapphire names. https://github.com/Sanqui/romhacking/blob/master/pokemon/location-area-names
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 4e69c4642..4d44a7ac5 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -3,6 +3,7 @@ .include "asm/macros/window.s" .include "asm/macros/pokemon_data.s" .include "asm/macros/ec.s" + .include "asm/macros/map.s" .macro include_range start, end .incbin "base_emerald.gba", \start, \end - \start |