diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 15:16:31 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 15:16:31 -0400 |
| commit | 9c229cde440bc6f68343331ad7bc6e1a52a742f0 (patch) | |
| tree | 3bc08aaca7e09ae9933a11dbdcdc545b90d5b343 /maps | |
| parent | a75c6619fb933dc2d4c94b24394fb6fa9335b3b1 (diff) | |
Clean up some code in home/
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/Route1P2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route1P2.asm b/maps/Route1P2.asm index ae7e399..29b74f1 100644 --- a/maps/Route1P2.asm +++ b/maps/Route1P2.asm @@ -48,7 +48,7 @@ Route1P2Script:: ; 7C7F Route1P2Text1: ; 7CA7 ld hl, Route1P2TextString4 call OpenTextbox - call RotateFourPalettesLeft + call GBFadeOutToBlack jp Init Route1P2Text2: ; 7CB3 |
