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/TeamRocketBaseB3F.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/TeamRocketBaseB3F.asm')
| -rw-r--r-- | maps/TeamRocketBaseB3F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/TeamRocketBaseB3F.asm b/maps/TeamRocketBaseB3F.asm index 028a89825..c22068a46 100644 --- a/maps/TeamRocketBaseB3F.asm +++ b/maps/TeamRocketBaseB3F.asm @@ -63,7 +63,7 @@ LanceScript_0x6dffc: ; 0x6dffc UnknownScript_0x6e019: ; 0x6e019 spriteface $0, $2 showemote $0, $0, 15 - special $006a + special Functionc48f appear $a applymovement $a, MovementData_0x6e164 spriteface $0, $2 @@ -77,7 +77,7 @@ UnknownScript_0x6e019: ; 0x6e019 applymovement $a, MovementData_0x6e16d disappear $a dotrigger $2 - special $003d + special RestartMapMusic end ; 0x6e048 |
