diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-10 16:54:00 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-10 16:54:00 -0400 |
commit | 5c181f2d68525ec0ce58dc06accf12d528bcf046 (patch) | |
tree | 0142cbe312a2389ad1915e2374fe843b4013ea80 /constants.asm | |
parent | 3db446ca4fafe72e606428369d716dbdffb92a9e (diff) |
More bank3 documentation
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and
complete bank1b documentation
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 7fa691b5..42ecea27 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" |