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/UndergroundPathSwitchRoomEntrances.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/UndergroundPathSwitchRoomEntrances.asm')
| -rw-r--r-- | maps/UndergroundPathSwitchRoomEntrances.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/UndergroundPathSwitchRoomEntrances.asm b/maps/UndergroundPathSwitchRoomEntrances.asm index a32f88c77..264db76b7 100644 --- a/maps/UndergroundPathSwitchRoomEntrances.asm +++ b/maps/UndergroundPathSwitchRoomEntrances.asm @@ -86,7 +86,7 @@ TeacherScript_0x7ca7d: ; 0x7ca7d UnknownScript_0x7ca80: ; 0x7ca80 spriteface $0, $3 showemote $0, $0, 15 - special $006a + special Functionc48f pause 15 playsound SFX_EXIT_BUILDING appear $c @@ -106,7 +106,7 @@ UnknownScript_0x7ca80: ; 0x7ca80 UnknownScript_0x7caaa: ; 0x7caaa spriteface $0, $3 showemote $0, $0, 15 - special $006a + special Functionc48f pause 15 playsound SFX_EXIT_BUILDING appear $c |
