diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 23:00:54 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 23:00:54 -0500 |
commit | 6ab1d028bbb94ba35c16d715341444453e895716 (patch) | |
tree | 1e513fa52251d73eef5ec8e9115f7b793cb6be69 /macros | |
parent | 9ba224e2e68d066d0a82369a403da28d84656787 (diff) |
Split items/ and trainers/ into their data/ and engine/ components
Move some data into a pokemon/ subdirectory
Diffstat (limited to 'macros')
-rw-r--r-- | macros/base_stats.asm (renamed from macros/basestats.asm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/basestats.asm b/macros/base_stats.asm index 1aa4f39c6..f7c841634 100644 --- a/macros/basestats.asm +++ b/macros/base_stats.asm @@ -1,4 +1,4 @@ -; Used in data/base_stats/*.asm +; Used in data/pokemon/base_stats/*.asm define: macro if !def(\1) |