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/Route43MahoganyGate.asm | |
| parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) | |
Stop using the preprocessor.
Diffstat (limited to 'maps/Route43MahoganyGate.asm')
| -rw-r--r-- | maps/Route43MahoganyGate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route43MahoganyGate.asm b/maps/Route43MahoganyGate.asm index 037a97cab..e03efe453 100644 --- a/maps/Route43MahoganyGate.asm +++ b/maps/Route43MahoganyGate.asm @@ -11,14 +11,14 @@ OfficerScript_0x19ab0b: ; 0x19ab0b loadfont checkevent EVENT_CLEARED_ROCKET_HIDEOUT iftrue UnknownScript_0x19ab19 - 2writetext UnknownText_0x19ab1f + writetext UnknownText_0x19ab1f closetext loadmovesprites end ; 0x19ab19 UnknownScript_0x19ab19: ; 0x19ab19 - 2writetext UnknownText_0x19ab65 + writetext UnknownText_0x19ab65 closetext loadmovesprites end |
