diff options
| author | dannye <33dannye@gmail.com> | 2023-10-11 20:12:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 20:12:25 -0500 |
| commit | b302e93674f376f2881cbd931a698345ad27bec3 (patch) | |
| tree | 7091cec7b54cbea58969cfb1759a6a3b297e9df2 /data/maps/objects/MtMoon1F.asm | |
| parent | Use PSN constant in PoisonEffect routine (#426) (diff) | |
| download | pokeyellow-b302e93674f376f2881cbd931a698345ad27bec3.tar.gz pokeyellow-b302e93674f376f2881cbd931a698345ad27bec3.tar.xz pokeyellow-b302e93674f376f2881cbd931a698345ad27bec3.zip | |
Use map object consts in data/maps/hide_show_data.asm (#432)
Diffstat (limited to 'data/maps/objects/MtMoon1F.asm')
| -rw-r--r-- | data/maps/objects/MtMoon1F.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/maps/objects/MtMoon1F.asm b/data/maps/objects/MtMoon1F.asm index bc697395..c13f1379 100644 --- a/data/maps/objects/MtMoon1F.asm +++ b/data/maps/objects/MtMoon1F.asm @@ -1,18 +1,18 @@ object_const_def - const MTMOON1F_HIKER - const MTMOON1F_YOUNGSTER1 - const MTMOON1F_COOLTRAINER_F1 - const MTMOON1F_SUPER_NERD - const MTMOON1F_COOLTRAINER_F2 - const MTMOON1F_YOUNGSTER2 - const MTMOON1F_YOUNGSTER3 - const MTMOON1F_POTION1 - const MTMOON1F_MOON_STONE - const MTMOON1F_RARE_CANDY - const MTMOON1F_ESCAPE_ROPE - const MTMOON1F_POTION2 - const MTMOON1F_TM_WATER_GUN - const MTMOON1F_BEWARE_ZUBAT_SIGN + const_export MTMOON1F_HIKER + const_export MTMOON1F_YOUNGSTER1 + const_export MTMOON1F_COOLTRAINER_F1 + const_export MTMOON1F_SUPER_NERD + const_export MTMOON1F_COOLTRAINER_F2 + const_export MTMOON1F_YOUNGSTER2 + const_export MTMOON1F_YOUNGSTER3 + const_export MTMOON1F_POTION1 + const_export MTMOON1F_MOON_STONE + const_export MTMOON1F_RARE_CANDY + const_export MTMOON1F_ESCAPE_ROPE + const_export MTMOON1F_POTION2 + const_export MTMOON1F_TM_WATER_GUN + const_export MTMOON1F_BEWARE_ZUBAT_SIGN MtMoon1F_Object: db $3 ; border block |
