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/Route39Barn.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/Route39Barn.asm')
| -rw-r--r-- | maps/Route39Barn.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route39Barn.asm b/maps/Route39Barn.asm index 2bebb86ac..161e563b8 100644 --- a/maps/Route39Barn.asm +++ b/maps/Route39Barn.asm @@ -52,7 +52,7 @@ TaurosScript_0x9ccaa: ; 0x9ccaa iftrue UnknownScript_0x9cd25 writetext UnknownText_0x9cd70 writebyte MILTANK - special $005f + special Functionfb841 keeptextopen writetext UnknownText_0x9cd80 checkevent EVENT_TALKED_TO_FARMER_ABOUT_MOOMOO @@ -105,7 +105,7 @@ UnknownScript_0x9cd04: ; 0x9cd04 writetext UnknownText_0x9cdbc pause 60 keeptextopen - special $003d + special RestartMapMusic writetext UnknownText_0x9ce1b closetext loadmovesprites |
