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/KrissNeighborsHouse.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/KrissNeighborsHouse.asm')
-rw-r--r-- | maps/KrissNeighborsHouse.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/KrissNeighborsHouse.asm b/maps/KrissNeighborsHouse.asm index 38c2b4f01..ed6089e61 100644 --- a/maps/KrissNeighborsHouse.asm +++ b/maps/KrissNeighborsHouse.asm @@ -25,14 +25,14 @@ MapKrissNeighborsHouseSignpost2Script: ; 0x7acf7 iftrue UnknownScript_0x7ad27 playmusic MUSIC_POKEMON_TALK loadfont - 2writetext UnknownText_0x7ae3b + writetext UnknownText_0x7ae3b pause 45 - 2writetext UnknownText_0x7ae6c + writetext UnknownText_0x7ae6c pause 45 - 2writetext UnknownText_0x7ae7b + writetext UnknownText_0x7ae7b pause 45 musicfadeout $003c, $10 - 2writetext UnknownText_0x7ae9b + writetext UnknownText_0x7ae9b pause 45 loadmovesprites setevent EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE @@ -45,7 +45,7 @@ UnknownScript_0x7ad24: ; 0x7ad24 UnknownScript_0x7ad27: ; 0x7ad27 loadfont - 2writetext UnknownText_0x7ae9b + writetext UnknownText_0x7ae9b pause 45 loadmovesprites end |