diff options
| author | yenatch <yenatch@gmail.com> | 2015-02-11 15:03:42 -0800 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-02-11 15:03:42 -0800 |
| commit | b048ea0faf295832faa3f113ccb9308b60b0b11e (patch) | |
| tree | a89a9c66c38f591c6bd889b303df1d583bd34eb8 /maps/FastShip1F.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/FastShip1F.asm')
| -rw-r--r-- | maps/FastShip1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm index 7d0896ddb..e0090fbc6 100644 --- a/maps/FastShip1F.asm +++ b/maps/FastShip1F.asm @@ -72,7 +72,7 @@ UnknownScript_0x7517a: ; 0x7517a loadmovesprites scall UnknownScript_0x751b8 playsound SFX_EXIT_BUILDING - special $002e + special Function8c084 waitbutton setevent $072b domaptrigger GROUP_VERMILION_PORT, MAP_VERMILION_PORT, $1 @@ -86,7 +86,7 @@ UnknownScript_0x7519c: ; 0x7519c loadmovesprites scall UnknownScript_0x751b8 playsound SFX_EXIT_BUILDING - special $002e + special Function8c084 waitbutton setevent $072a domaptrigger GROUP_OLIVINE_PORT, MAP_OLIVINE_PORT, $1 |
