diff options
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 |
