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/GameCorner.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/GameCorner.asm')
| -rw-r--r-- | data/maps/objects/GameCorner.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/maps/objects/GameCorner.asm b/data/maps/objects/GameCorner.asm index 06277a33..121e8a47 100644 --- a/data/maps/objects/GameCorner.asm +++ b/data/maps/objects/GameCorner.asm @@ -1,15 +1,15 @@ object_const_def - const GAMECORNER_BEAUTY1 - const GAMECORNER_CLERK1 - const GAMECORNER_MIDDLE_AGED_MAN1 - const GAMECORNER_BEAUTY2 - const GAMECORNER_FISHING_GURU - const GAMECORNER_MIDDLE_AGED_WOMAN - const GAMECORNER_GYM_GUIDE - const GAMECORNER_GAMBLER - const GAMECORNER_CLERK2 - const GAMECORNER_GENTLEMAN - const GAMECORNER_ROCKET + const_export GAMECORNER_BEAUTY1 + const_export GAMECORNER_CLERK1 + const_export GAMECORNER_MIDDLE_AGED_MAN1 + const_export GAMECORNER_BEAUTY2 + const_export GAMECORNER_FISHING_GURU + const_export GAMECORNER_MIDDLE_AGED_WOMAN + const_export GAMECORNER_GYM_GUIDE + const_export GAMECORNER_GAMBLER + const_export GAMECORNER_CLERK2 + const_export GAMECORNER_GENTLEMAN + const_export GAMECORNER_ROCKET GameCorner_Object: db $f ; border block |
