diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 11:48:46 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 11:48:46 -0400 |
commit | 0bb3d0e472a3cc5b761bfa04e976ab64ab06bcc9 (patch) | |
tree | 729ea0655200bb863655fde2245e01ec22983c44 /constants | |
parent | c6b51a8485895df3d3f21315694da8d6927da41e (diff) |
Define NUM_FLYPOINTS
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_data_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 89762da7..607b3e87 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -128,5 +128,6 @@ KANTO_FLYPOINT EQU const_value const FLY_FUCHSIA const FLY_CINNABAR const FLY_INDIGO +NUM_FLYPOINTS EQU const_value MAX_OUTDOOR_SPRITES EQU 11 ; see engine/overworld/overworld.asm |