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/MtMoonPokecenter.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/MtMoonPokecenter.asm')
| -rw-r--r-- | data/maps/objects/MtMoonPokecenter.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/objects/MtMoonPokecenter.asm b/data/maps/objects/MtMoonPokecenter.asm index 28049fef..ee033919 100644 --- a/data/maps/objects/MtMoonPokecenter.asm +++ b/data/maps/objects/MtMoonPokecenter.asm @@ -1,10 +1,10 @@ object_const_def - const MTMOONPOKECENTER_NURSE - const MTMOONPOKECENTER_YOUNGSTER - const MTMOONPOKECENTER_GENTLEMAN - const MTMOONPOKECENTER_MAGIKARP_SALESMAN - const MTMOONPOKECENTER_CLIPBOARD - const MTMOONPOKECENTER_LINK_RECEPTIONIST + const_export MTMOONPOKECENTER_NURSE + const_export MTMOONPOKECENTER_YOUNGSTER + const_export MTMOONPOKECENTER_GENTLEMAN + const_export MTMOONPOKECENTER_MAGIKARP_SALESMAN + const_export MTMOONPOKECENTER_CLIPBOARD + const_export MTMOONPOKECENTER_LINK_RECEPTIONIST MtMoonPokecenter_Object: db $0 ; border block |
