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/GoldenrodDeptStoreRoof.asm | |
parent | d8cf44a87e4da0e53ab44c487b865817b496a048 (diff) |
Stop using the preprocessor.
Diffstat (limited to 'maps/GoldenrodDeptStoreRoof.asm')
-rw-r--r-- | maps/GoldenrodDeptStoreRoof.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/GoldenrodDeptStoreRoof.asm b/maps/GoldenrodDeptStoreRoof.asm index c68159cfc..bc39da5c7 100644 --- a/maps/GoldenrodDeptStoreRoof.asm +++ b/maps/GoldenrodDeptStoreRoof.asm @@ -52,7 +52,7 @@ PokefanFScript_0x56746: ; 0x56746 FisherScript_0x56749: ; 0x56749 faceplayer loadfont - 2writetext UnknownText_0x567d2 + writetext UnknownText_0x567d2 closetext loadmovesprites spriteface $4, $1 @@ -65,12 +65,12 @@ TwinScript_0x56754: ; 0x56754 SuperNerdScript_0x56757: ; 0x56757 loadfont - 2writetext UnknownText_0x56867 + writetext UnknownText_0x56867 closetext loadmovesprites spriteface $6, $1 loadfont - 2writetext UnknownText_0x56871 + writetext UnknownText_0x56871 closetext loadmovesprites spriteface $6, $3 |