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/PokemonFanClub.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/PokemonFanClub.asm')
| -rw-r--r-- | data/maps/objects/PokemonFanClub.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/maps/objects/PokemonFanClub.asm b/data/maps/objects/PokemonFanClub.asm index 5ee899d3..8bc6098a 100644 --- a/data/maps/objects/PokemonFanClub.asm +++ b/data/maps/objects/PokemonFanClub.asm @@ -1,12 +1,12 @@ object_const_def - const POKEMONFANCLUB_PIKACHU_FAN - const POKEMONFANCLUB_SEEL_FAN - const POKEMONFANCLUB_PIKACHU - const POKEMONFANCLUB_SEEL - const POKEMONFANCLUB_CHAIRMAN - const POKEMONFANCLUB_RECEPTIONIST - const POKEMONFANCLUB_SIGN_1 - const POKEMONFANCLUB_SIGN_2 + const_export POKEMONFANCLUB_PIKACHU_FAN + const_export POKEMONFANCLUB_SEEL_FAN + const_export POKEMONFANCLUB_PIKACHU + const_export POKEMONFANCLUB_SEEL + const_export POKEMONFANCLUB_CHAIRMAN + const_export POKEMONFANCLUB_RECEPTIONIST + const_export POKEMONFANCLUB_SIGN_1 + const_export POKEMONFANCLUB_SIGN_2 PokemonFanClub_Object: db $d ; border block |
