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/SilphCo5F.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/SilphCo5F.asm')
| -rw-r--r-- | data/maps/objects/SilphCo5F.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/maps/objects/SilphCo5F.asm b/data/maps/objects/SilphCo5F.asm index c6cc7e34..bc3a8391 100644 --- a/data/maps/objects/SilphCo5F.asm +++ b/data/maps/objects/SilphCo5F.asm @@ -1,15 +1,15 @@ object_const_def - const SILPHCO5F_SILPH_WORKER_M - const SILPHCO5F_ROCKET1 - const SILPHCO5F_SCIENTIST - const SILPHCO5F_ROCKER - const SILPHCO5F_ROCKET2 - const SILPHCO5F_TM_TAKE_DOWN - const SILPHCO5F_PROTEIN - const SILPHCO5F_CARD_KEY - const SILPHCO5F_POKEMON_REPORT1 - const SILPHCO5F_POKEMON_REPORT2 - const SILPHCO5F_POKEMON_REPORT3 + const_export SILPHCO5F_SILPH_WORKER_M + const_export SILPHCO5F_ROCKET1 + const_export SILPHCO5F_SCIENTIST + const_export SILPHCO5F_ROCKER + const_export SILPHCO5F_ROCKET2 + const_export SILPHCO5F_TM_TAKE_DOWN + const_export SILPHCO5F_PROTEIN + const_export SILPHCO5F_CARD_KEY + const_export SILPHCO5F_POKEMON_REPORT1 + const_export SILPHCO5F_POKEMON_REPORT2 + const_export SILPHCO5F_POKEMON_REPORT3 SilphCo5F_Object: db $2e ; border block |
