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/Route16Gate1F.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/Route16Gate1F.asm')
| -rw-r--r-- | data/maps/objects/Route16Gate1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/Route16Gate1F.asm b/data/maps/objects/Route16Gate1F.asm index d703a6e0..d9168c5d 100644 --- a/data/maps/objects/Route16Gate1F.asm +++ b/data/maps/objects/Route16Gate1F.asm @@ -1,6 +1,6 @@ object_const_def - const ROUTE16GATE1F_GUARD - const ROUTE16GATE1F_GAMBLER + const_export ROUTE16GATE1F_GUARD + const_export ROUTE16GATE1F_GAMBLER Route16Gate1F_Object: db $a ; border block |
