diff options
Diffstat (limited to 'constants/landmark_constants.asm')
-rw-r--r-- | constants/landmark_constants.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/landmark_constants.asm b/constants/landmark_constants.asm index 4a15928f0..4de94ddf9 100644 --- a/constants/landmark_constants.asm +++ b/constants/landmark_constants.asm @@ -100,3 +100,13 @@ KANTO_LANDMARK EQU const_value const TOHJO_FALLS ; 5d const ROUTE_28 ; 5e const FAST_SHIP ; 5f + +; used in CaughtData +GIFT_LOCATION EQU $7e +EVENT_LOCATION EQU $7f + + +; Regions + const_def + const JOHTO_REGION ; 0 + const KANTO_REGION ; 1 |