diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 16:57:12 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 16:57:12 +0100 |
commit | 96f75517a52b30cc1f9e02ad4584aee7a76751c7 (patch) | |
tree | cc0df6b6226ef294342b1438b3f7011edd2fdc90 /src/engine/home.asm | |
parent | 3eae724c07856e96c36539eb7fc0288bae0265c4 (diff) |
Consolidate line endings to LF
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-x | src/engine/home.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 072e5dd..b70afec 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -7959,8 +7959,10 @@ Func_3df3: ; 3df3 (0:3df3) ret ; 0x3e10 - INCROM $3e10, $3e17 - +Func_3e10: ; 3e10 (0:3e10) + ld a, $1 + ld [wd61e], a + ld a, $62 Func_3e17: ; 3e17 (0:3e17) ld [wd131], a ldh a, [hBankROM] |