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/MrPsychicsHouse.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/MrPsychicsHouse.asm')
-rw-r--r-- | maps/MrPsychicsHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/MrPsychicsHouse.asm b/maps/MrPsychicsHouse.asm index de0737a93..726cb3274 100644 --- a/maps/MrPsychicsHouse.asm +++ b/maps/MrPsychicsHouse.asm @@ -11,13 +11,13 @@ FishingGuruScript_0x18a77a: ; 0x18a77a loadfont checkevent EVENT_GOT_TM29_PSYCHIC iftrue UnknownScript_0x18a78f - 2writetext UnknownText_0x18a798 + writetext UnknownText_0x18a798 keeptextopen verbosegiveitem TM_29, 1 iffalse UnknownScript_0x18a793 setevent EVENT_GOT_TM29_PSYCHIC UnknownScript_0x18a78f: ; 0x18a78f - 2writetext UnknownText_0x18a7bb + writetext UnknownText_0x18a7bb closetext UnknownScript_0x18a793: ; 0x18a793 loadmovesprites |