diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:13:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:13:17 -0400 |
| commit | dd08b8dd6b526cb191e921ba5a7b0b64d04d911f (patch) | |
| tree | ce57cfb43f685439de9ecfd472889b05e51f7df1 /constants.asm | |
| parent | Use STARTER[123] constants in TitleMons (diff) | |
| download | pokeyellow-dd08b8dd6b526cb191e921ba5a7b0b64d04d911f.tar.gz pokeyellow-dd08b8dd6b526cb191e921ba5a7b0b64d04d911f.tar.xz pokeyellow-dd08b8dd6b526cb191e921ba5a7b0b64d04d911f.zip | |
Use labels for HRAM and VRAM
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/constants.asm b/constants.asm index f52af60d..3d428283 100644 --- a/constants.asm +++ b/constants.asm @@ -2,9 +2,6 @@ INCLUDE "charmap.asm" INCLUDE "macros.asm" -INCLUDE "hram.asm" -INCLUDE "vram.asm" - INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" INCLUDE "constants/misc_constants.asm" |
