From b302e93674f376f2881cbd931a698345ad27bec3 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 11 Oct 2023 20:12:25 -0500 Subject: Use map object consts in data/maps/hide_show_data.asm (#432) --- data/maps/objects/PowerPlant.asm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'data/maps/objects/PowerPlant.asm') diff --git a/data/maps/objects/PowerPlant.asm b/data/maps/objects/PowerPlant.asm index df3bca01..dcabba03 100644 --- a/data/maps/objects/PowerPlant.asm +++ b/data/maps/objects/PowerPlant.asm @@ -1,18 +1,18 @@ object_const_def - const POWERPLANT_VOLTORB1 - const POWERPLANT_VOLTORB2 - const POWERPLANT_VOLTORB3 - const POWERPLANT_ELECTRODE1 - const POWERPLANT_VOLTORB4 - const POWERPLANT_VOLTORB5 - const POWERPLANT_ELECTRODE2 - const POWERPLANT_VOLTORB6 - const POWERPLANT_ZAPDOS - const POWERPLANT_CARBOS - const POWERPLANT_HP_UP - const POWERPLANT_RARE_CANDY - const POWERPLANT_TM_THUNDER - const POWERPLANT_TM_REFLECT + const_export POWERPLANT_VOLTORB1 + const_export POWERPLANT_VOLTORB2 + const_export POWERPLANT_VOLTORB3 + const_export POWERPLANT_ELECTRODE1 + const_export POWERPLANT_VOLTORB4 + const_export POWERPLANT_VOLTORB5 + const_export POWERPLANT_ELECTRODE2 + const_export POWERPLANT_VOLTORB6 + const_export POWERPLANT_ZAPDOS + const_export POWERPLANT_CARBOS + const_export POWERPLANT_HP_UP + const_export POWERPLANT_RARE_CANDY + const_export POWERPLANT_TM_THUNDER + const_export POWERPLANT_TM_REFLECT PowerPlant_Object: db $2e ; border block -- cgit v1.3.1-sl0p