Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186)

This commit is contained in:
Rangi
2025-06-23 09:11:33 -04:00
committed by GitHub
parent ae7ee67d21
commit 4c540aa43b
149 changed files with 3444 additions and 3103 deletions

View File

@@ -20,9 +20,7 @@ INCLUDE "macros/scripts/battle_anims.asm"
INCLUDE "macros/scripts/oam_anims.asm"
INCLUDE "macros/scripts/pic_anims.asm"
INCLUDE "macros/legacy.asm"
INCLUDE "constants/hardware_constants.asm"
INCLUDE "constants/hardware.inc"
INCLUDE "constants/deco_constants.asm"
INCLUDE "constants/ram_constants.asm"
INCLUDE "constants/misc_constants.asm"
@@ -73,3 +71,5 @@ INCLUDE "constants/battle_tower_constants.asm"
if DEF(_CRYSTAL11_VC)
INCLUDE "vc/pokecrystal11.constants.asm"
endc
INCLUDE "macros/legacy.asm"