diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:04:08 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:05:50 -0500 |
commit | 5facf8377aeda68cb3fca389cb1784cf9c2d406b (patch) | |
tree | 5327b1d17ee65f0452c7df779f5a0158607f8c11 /constants.asm | |
parent | 38065a744de1065cc021a4cafe22476f8425448d (diff) |
No more wram_constants.asm
unfortunately, this means manually declaring the wEnemyMon1 party struct
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index 3b2d8437..090799f9 100644 --- a/constants.asm +++ b/constants.asm @@ -7,8 +7,6 @@ INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" INCLUDE "constants/misc_constants.asm" -INCLUDE "constants/wram_constants.asm" - INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/pokedex_constants.asm" INCLUDE "constants/trainer_constants.asm" |