diff options
author | yenatch <yenatch@gmail.com> | 2014-04-17 22:06:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-17 22:06:53 -0400 |
commit | bd30cc084d3b4c0fc77811bf8451838067ae22b3 (patch) | |
tree | 0b6d5237ed37d0507e81098e69fca9ab34514847 | |
parent | 12412713fdcf1639b4df6d9965215815866e30c3 (diff) |
Unused Wooster script in Azalea Town.
-rw-r--r-- | maps/AzaleaTown.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/maps/AzaleaTown.asm b/maps/AzaleaTown.asm index 6e194f710..dd9567bbb 100644 --- a/maps/AzaleaTown.asm +++ b/maps/AzaleaTown.asm @@ -153,11 +153,12 @@ SlowpokeScript_0x1980cb: ; 0x1980cb end ; 0x1980da -UnknownScript_0x1980da: ; 0x1980da +WoosterScript: ; 0x1980da +; unused faceplayer loadfont - 2writetext UnknownText_0x1985cd - cry $00c3 + 2writetext WoosterText + cry QUAGSIRE closetext loadmovesprites end @@ -421,7 +422,7 @@ UnknownText_0x1985c3: ; 0x1985c3 done ; 0x1985cd -UnknownText_0x1985cd: ; 0x1985cd +WoosterText: ; 0x1985cd text "WOOSTER: Gugyoo…" done ; 0x1985df |