diff options
author | yenatch <yenatch@gmail.com> | 2015-01-20 00:01:23 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-01-20 00:01:23 -0800 |
commit | 8583cc4724144e255d61a2c7ed7dd70036bcdb6e (patch) | |
tree | 0d6c0dd45f981d35ceb1a0b2c8ec9562da0c0f3f /maps/WillsRoom.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/WillsRoom.asm')
-rw-r--r-- | maps/WillsRoom.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/WillsRoom.asm b/maps/WillsRoom.asm index 4eda6e204..84f7f7403 100644 --- a/maps/WillsRoom.asm +++ b/maps/WillsRoom.asm @@ -54,7 +54,7 @@ WillScript_0x1804f8: ; 0x1804f8 loadfont checkevent $05b8 iftrue UnknownScript_0x180526 - 2writetext UnknownText_0x180531 + writetext UnknownText_0x180531 closetext loadmovesprites winlosstext UnknownText_0x18062c, $0000 @@ -63,7 +63,7 @@ WillScript_0x1804f8: ; 0x1804f8 returnafterbattle setevent $05b8 loadfont - 2writetext UnknownText_0x180644 + writetext UnknownText_0x180644 closetext loadmovesprites playsound SFX_ENTER_DOOR @@ -76,7 +76,7 @@ WillScript_0x1804f8: ; 0x1804f8 ; 0x180526 UnknownScript_0x180526: ; 0x180526 - 2writetext UnknownText_0x180644 + writetext UnknownText_0x180644 closetext loadmovesprites end |