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/CherrygroveMart.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/CherrygroveMart.asm')
-rw-r--r-- | maps/CherrygroveMart.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/CherrygroveMart.asm b/maps/CherrygroveMart.asm index fa3cb147f..72edd8524 100644 --- a/maps/CherrygroveMart.asm +++ b/maps/CherrygroveMart.asm @@ -26,14 +26,14 @@ CooltrainerMScript_0x19681d: ; 0x19681d loadfont checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM iftrue UnknownScript_0x19682b - 2writetext UnknownText_0x196834 + writetext UnknownText_0x196834 closetext loadmovesprites end ; 0x19682b UnknownScript_0x19682b: ; 0x19682b - 2writetext UnknownText_0x196873 + writetext UnknownText_0x196873 closetext loadmovesprites end |