From 5c181f2d68525ec0ce58dc06accf12d528bcf046 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 10 Oct 2015 16:54:00 -0400 Subject: More bank3 documentation LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation --- constants.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'constants.asm') 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" -- cgit v1.3.1-sl0p