diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-07-13 18:53:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-13 18:53:27 -0700 |
| commit | 24f6484643ed3d7115fd4ebd92f254f224f1ca97 (patch) | |
| tree | fab2a2a4bf5a338be050b24e59994d47d1d89e9d /data/maps/FieryPath/header.inc | |
| parent | abc1905caba10eadcbcb271d8188e5d16444a655 (diff) | |
| parent | 94650495c669f673c59f4912b805b51360c0797a (diff) | |
Merge pull request #274 from huderlem/movement_constants
Move and use movement constants
Diffstat (limited to 'data/maps/FieryPath/header.inc')
| -rw-r--r-- | data/maps/FieryPath/header.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/FieryPath/header.inc b/data/maps/FieryPath/header.inc index c02896935..3c9f51bc1 100644 --- a/data/maps/FieryPath/header.inc +++ b/data/maps/FieryPath/header.inc @@ -5,11 +5,11 @@ FieryPath: @ 8484048 .4byte 0x0 .2byte MUS_DAN01 .2byte 293 - .byte 74 + .byte MAPSEC_FIERY_PATH .byte 0 - .byte 0 - .byte 4 + .byte WEATHER_NONE + .byte MAP_TYPE_UNDERGROUND .2byte 0 .byte 15 - .byte 0 + .byte MAP_BATTLE_SCENE_NORMAL |
