diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-14 21:46:09 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-14 21:46:09 -0400 |
commit | c955c8d353f63c07cc4ac71160e4a13061192c8a (patch) | |
tree | f15070cf4b28f82ac8fa6f266d909ca11a26dcf4 /constants/map_setup_constants.asm | |
parent | d6b67710739c96b357f64b9457cac8750c46d1ca (diff) |
Disassembled teleport
Diffstat (limited to 'constants/map_setup_constants.asm')
-rw-r--r-- | constants/map_setup_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm index 046fc65..7357058 100644 --- a/constants/map_setup_constants.asm +++ b/constants/map_setup_constants.asm @@ -3,7 +3,7 @@ const MAPSETUP_CONTINUE ; $f1 const MAPSETUP_F2 const MAPSETUP_RELOADMAP ; $f3 - const MAPSETUP_F4 + const MAPSETUP_TELEPORT ; $f4 const MAPSETUP_F5 ; Note: entry is duplicate of $F4 const MAPSETUP_WARP ; $f6 const MAPSETUP_CONNECTION ; $f7 |