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/SaffronGym.asm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'data/maps/objects/SaffronGym.asm') diff --git a/data/maps/objects/SaffronGym.asm b/data/maps/objects/SaffronGym.asm index af4bd68e..839228ad 100644 --- a/data/maps/objects/SaffronGym.asm +++ b/data/maps/objects/SaffronGym.asm @@ -1,13 +1,13 @@ object_const_def - const SAFFRONGYM_SABRINA - const SAFFRONGYM_CHANNELER1 - const SAFFRONGYM_YOUNGSTER1 - const SAFFRONGYM_CHANNELER2 - const SAFFRONGYM_YOUNGSTER2 - const SAFFRONGYM_CHANNELER3 - const SAFFRONGYM_YOUNGSTER3 - const SAFFRONGYM_YOUNGSTER4 - const SAFFRONGYM_GYM_GUIDE + const_export SAFFRONGYM_SABRINA + const_export SAFFRONGYM_CHANNELER1 + const_export SAFFRONGYM_YOUNGSTER1 + const_export SAFFRONGYM_CHANNELER2 + const_export SAFFRONGYM_YOUNGSTER2 + const_export SAFFRONGYM_CHANNELER3 + const_export SAFFRONGYM_YOUNGSTER3 + const_export SAFFRONGYM_YOUNGSTER4 + const_export SAFFRONGYM_GYM_GUIDE SaffronGym_Object: db $2e ; border block -- cgit v1.3.1-sl0p