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/Route8.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/Route8.asm')
-rw-r--r-- | maps/Route8.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/Route8.asm b/maps/Route8.asm index e5184ed30..b7aad9cd7 100644 --- a/maps/Route8.asm +++ b/maps/Route8.asm @@ -29,7 +29,7 @@ TrainerBikerDwayne: ; 0x6c002 BikerDwayneScript: ; 0x6c00e talkaftercancel loadfont - 2writetext UnknownText_0x6c0c8 + writetext UnknownText_0x6c0c8 closetext loadmovesprites end @@ -58,7 +58,7 @@ TrainerBikerHarris: ; 0x6c016 BikerHarrisScript: ; 0x6c022 talkaftercancel loadfont - 2writetext UnknownText_0x6c143 + writetext UnknownText_0x6c143 closetext loadmovesprites end @@ -87,7 +87,7 @@ TrainerBikerZeke: ; 0x6c02a BikerZekeScript: ; 0x6c036 talkaftercancel loadfont - 2writetext UnknownText_0x6c1a3 + writetext UnknownText_0x6c1a3 closetext loadmovesprites end @@ -116,7 +116,7 @@ TrainerSupernerdSam: ; 0x6c03e SupernerdSamScript: ; 0x6c04a talkaftercancel loadfont - 2writetext UnknownText_0x6c219 + writetext UnknownText_0x6c219 closetext loadmovesprites end @@ -145,7 +145,7 @@ TrainerSupernerdTom: ; 0x6c052 SupernerdTomScript: ; 0x6c05e talkaftercancel loadfont - 2writetext UnknownText_0x6c27e + writetext UnknownText_0x6c27e closetext loadmovesprites end |