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/RuinsofAlphResearchCenter.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/RuinsofAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsofAlphResearchCenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/RuinsofAlphResearchCenter.asm b/maps/RuinsofAlphResearchCenter.asm index 238f6d8b7..f925044d0 100644 --- a/maps/RuinsofAlphResearchCenter.asm +++ b/maps/RuinsofAlphResearchCenter.asm @@ -61,7 +61,7 @@ UnknownScript_0x59192: ; 0x59192 loadmovesprites applymovement $4, MovementData_0x59276 dotrigger $0 - special $003d + special RestartMapMusic end ; 0x591d1 @@ -183,7 +183,7 @@ UnknownScript_0x5925a: ; 0x5925a UnknownScript_0x59260: ; 0x59260 writetext UnknownText_0x5982d closetext - special $0027 + special Functionc2cd loadmovesprites end ; 0x59269 |
