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/Route11.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/Route11.asm')
-rw-r--r-- | maps/Route11.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route11.asm b/maps/Route11.asm index 3671727eb..a6badce14 100644 --- a/maps/Route11.asm +++ b/maps/Route11.asm @@ -29,7 +29,7 @@ TrainerYoungsterOwen: ; 0x68002 YoungsterOwenScript: ; 0x6800e talkaftercancel loadfont - 2writetext UnknownText_0x680b2 + writetext UnknownText_0x680b2 closetext loadmovesprites end @@ -58,7 +58,7 @@ TrainerYoungsterJason: ; 0x68016 YoungsterJasonScript: ; 0x68022 talkaftercancel loadfont - 2writetext UnknownText_0x6814a + writetext UnknownText_0x6814a closetext loadmovesprites end @@ -87,7 +87,7 @@ TrainerPsychicHerman: ; 0x6802a PsychicHermanScript: ; 0x68036 talkaftercancel loadfont - 2writetext UnknownText_0x6817b + writetext UnknownText_0x6817b closetext loadmovesprites end @@ -116,7 +116,7 @@ TrainerPsychicFidel: ; 0x6803e PsychicFidelScript: ; 0x6804a talkaftercancel loadfont - 2writetext UnknownText_0x681ec + writetext UnknownText_0x681ec closetext loadmovesprites end |