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/FuchsiaPokeCenter1F.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/FuchsiaPokeCenter1F.asm')
-rw-r--r-- | maps/FuchsiaPokeCenter1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/FuchsiaPokeCenter1F.asm b/maps/FuchsiaPokeCenter1F.asm index 27cd2e97e..37afaaaca 100644 --- a/maps/FuchsiaPokeCenter1F.asm +++ b/maps/FuchsiaPokeCenter1F.asm @@ -28,7 +28,7 @@ CooltrainerFScript_0x19645f: ; 0x19645f JanineImpersonatorScript_0x196462: ; 0x196462 faceplayer loadfont - 2writetext UnknownText_0x19652e + writetext UnknownText_0x19652e closetext loadmovesprites applymovement $5, MovementData_0x196486 @@ -36,7 +36,7 @@ JanineImpersonatorScript_0x196462: ; 0x196462 variablesprite $c, $a special $005e loadfont - 2writetext UnknownText_0x19654e + writetext UnknownText_0x19654e closetext loadmovesprites applymovement $5, MovementData_0x196486 |