diff options
Diffstat (limited to 'event')
-rwxr-xr-x | event/magnet_train.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/magnet_train.asm b/event/magnet_train.asm index b03acb8b2..001352ce0 100755 --- a/event/magnet_train.asm +++ b/event/magnet_train.asm @@ -62,8 +62,8 @@ Special_MagnetTrain: ; 8cc04 call ClearBGPalettes xor a ld [hFFC6], a - ld [hFFC7], a - ld [hFFC8], a + ld [hLYOverrideStart], a + ld [hLYOverrideEnd], a ld [hSCX], a ld [Requested2bppSource], a ld [Requested2bppSource + 1], a |