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/SilphCo7F.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/SilphCo7F.asm')
| -rw-r--r-- | data/maps/objects/SilphCo7F.asm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/data/maps/objects/SilphCo7F.asm b/data/maps/objects/SilphCo7F.asm index 2d5ed33c..6f2ca90d 100644 --- a/data/maps/objects/SilphCo7F.asm +++ b/data/maps/objects/SilphCo7F.asm @@ -1,15 +1,16 @@ object_const_def - const SILPHCO7F_SILPH_WORKER_M1 - const SILPHCO7F_SILPH_WORKER_M2 - const SILPHCO7F_SILPH_WORKER_M3 - const SILPHCO7F_SILPH_WORKER_M4 - const SILPHCO7F_ROCKET1 - const SILPHCO7F_SCIENTIST - const SILPHCO7F_ROCKET2 - const SILPHCO7F_ROCKET3 - const SILPHCO7F_RIVAL - const SILPHCO7F_CALCIUM - const SILPHCO7F_TM_SWORDS_DANCE + const_export SILPHCO7F_SILPH_WORKER_M1 + const_export SILPHCO7F_SILPH_WORKER_M2 + const_export SILPHCO7F_SILPH_WORKER_M3 + const_export SILPHCO7F_SILPH_WORKER_M4 + const_export SILPHCO7F_ROCKET1 + const_export SILPHCO7F_SCIENTIST + const_export SILPHCO7F_ROCKET2 + const_export SILPHCO7F_ROCKET3 + const_export SILPHCO7F_RIVAL + const_export SILPHCO7F_CALCIUM + const_export SILPHCO7F_TM_SWORDS_DANCE + const_export SILPHCO7F_UNUSED ; referenced in data/maps/hide_show_data.asm, no corresponding object_event SilphCo7F_Object: db $2e ; border block |
