diff options
Diffstat (limited to 'data/maps/objects/SilphCo4F.asm')
| -rw-r--r-- | data/maps/objects/SilphCo4F.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/objects/SilphCo4F.asm b/data/maps/objects/SilphCo4F.asm index cf471cb4..bf4e1115 100644 --- a/data/maps/objects/SilphCo4F.asm +++ b/data/maps/objects/SilphCo4F.asm @@ -1,11 +1,11 @@ object_const_def - const SILPHCO4F_SILPH_WORKER_M - const SILPHCO4F_ROCKET1 - const SILPHCO4F_SCIENTIST - const SILPHCO4F_ROCKET2 - const SILPHCO4F_FULL_HEAL - const SILPHCO4F_MAX_REVIVE - const SILPHCO4F_ESCAPE_ROPE + const_export SILPHCO4F_SILPH_WORKER_M + const_export SILPHCO4F_ROCKET1 + const_export SILPHCO4F_SCIENTIST + const_export SILPHCO4F_ROCKET2 + const_export SILPHCO4F_FULL_HEAL + const_export SILPHCO4F_MAX_REVIVE + const_export SILPHCO4F_ESCAPE_ROPE SilphCo4F_Object: db $2e ; border block |
