diff options
Diffstat (limited to 'data/maps/objects/SaffronCity.asm')
| -rw-r--r-- | data/maps/objects/SaffronCity.asm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/data/maps/objects/SaffronCity.asm b/data/maps/objects/SaffronCity.asm index 181b5c07..8de01fe2 100644 --- a/data/maps/objects/SaffronCity.asm +++ b/data/maps/objects/SaffronCity.asm @@ -1,19 +1,19 @@ object_const_def - const SAFFRONCITY_ROCKET1 - const SAFFRONCITY_ROCKET2 - const SAFFRONCITY_ROCKET3 - const SAFFRONCITY_ROCKET4 - const SAFFRONCITY_ROCKET5 - const SAFFRONCITY_ROCKET6 - const SAFFRONCITY_ROCKET7 - const SAFFRONCTIY_SCIENTIST - const SAFFRONCITY_SILPH_WORKER_M - const SAFFRONCITY_SILPH_WORKER_F - const SAFFRONCITY_GENTLEMAN - const SAFFRONCITY_PIDGEOT - const SAFFRONCITY_ROCKER - const SAFFRONCITY_ROCKET8 - const SAFFRONCITY_ROCKET9 + const_export SAFFRONCITY_ROCKET1 + const_export SAFFRONCITY_ROCKET2 + const_export SAFFRONCITY_ROCKET3 + const_export SAFFRONCITY_ROCKET4 + const_export SAFFRONCITY_ROCKET5 + const_export SAFFRONCITY_ROCKET6 + const_export SAFFRONCITY_ROCKET7 + const_export SAFFRONCTIY_SCIENTIST + const_export SAFFRONCITY_SILPH_WORKER_M + const_export SAFFRONCITY_SILPH_WORKER_F + const_export SAFFRONCITY_GENTLEMAN + const_export SAFFRONCITY_PIDGEOT + const_export SAFFRONCITY_ROCKER + const_export SAFFRONCITY_ROCKET8 + const_export SAFFRONCITY_ROCKET9 SaffronCity_Object: db $f ; border block |
