diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-21 17:15:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 17:15:25 -0800 |
commit | b97287be2923a037cd9aa5f3b35887feb31b0c03 (patch) | |
tree | 87932039e558304c5c832d2146517d8be4010fe9 /constants.asm | |
parent | 88f1b8165b4e0ce0e416e26d7cb7b3105b8f8c31 (diff) | |
parent | e5f9fddb86cd005d0dbcbb0fd1d4a04d3e6fee45 (diff) |
Merge pull request #397 from mid-kid/master
A few more labels and comments
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index a9004b73a..782950e40 100644 --- a/constants.asm +++ b/constants.asm @@ -4,7 +4,6 @@ INCLUDE "gbhw.asm" INCLUDE "hram.asm" INCLUDE "constants/wram_constants.asm" -INCLUDE "constants/sram_constants.asm" INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/type_constants.asm" INCLUDE "constants/move_constants.asm" |