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/VermilionGym.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/VermilionGym.asm')
| -rw-r--r-- | data/maps/objects/VermilionGym.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/objects/VermilionGym.asm b/data/maps/objects/VermilionGym.asm index 0defc08f..5e45d0d5 100644 --- a/data/maps/objects/VermilionGym.asm +++ b/data/maps/objects/VermilionGym.asm @@ -1,9 +1,9 @@ object_const_def - const VERMILIONGYM_LT_SURGE - const VERMILIONGYM_GENTLEMAN - const VERMILIONGYM_SUPER_NERD - const VERMILIONGYM_SAILOR - const VERMILIONGYM_GYM_GUIDE + const_export VERMILIONGYM_LT_SURGE + const_export VERMILIONGYM_GENTLEMAN + const_export VERMILIONGYM_SUPER_NERD + const_export VERMILIONGYM_SAILOR + const_export VERMILIONGYM_GYM_GUIDE VermilionGym_Object: db $3 ; border block |
