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/MrFujisHouse.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/MrFujisHouse.asm')
-rw-r--r-- | maps/MrFujisHouse.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/MrFujisHouse.asm b/maps/MrFujisHouse.asm index dba523b94..6b0da4626 100644 --- a/maps/MrFujisHouse.asm +++ b/maps/MrFujisHouse.asm @@ -16,7 +16,7 @@ LassScript_0x7e8cd: ; 0x7e8cd RhydonScript_0x7e8d0: ; 0x7e8d0 loadfont - 2writetext UnknownText_0x7e9b6 + writetext UnknownText_0x7e9b6 cry PSYDUCK closetext loadmovesprites @@ -25,7 +25,7 @@ RhydonScript_0x7e8d0: ; 0x7e8d0 GrowlitheScript_0x7e8da: ; 0x7e8da loadfont - 2writetext UnknownText_0x7e9c9 + writetext UnknownText_0x7e9c9 cry NIDORINO closetext loadmovesprites @@ -34,7 +34,7 @@ GrowlitheScript_0x7e8da: ; 0x7e8da MoltresScript_0x7e8e4: ; 0x7e8e4 loadfont - 2writetext UnknownText_0x7e9da + writetext UnknownText_0x7e9da cry PIDGEY closetext loadmovesprites |