Harmonize home/ with pokegold

This commit is contained in:
Rangi
2020-06-16 15:49:32 -04:00
parent 7b2515d1e4
commit c552390a15
11 changed files with 49 additions and 42 deletions

View File

@@ -81,6 +81,7 @@ DmgToCgbBGPals::
push hl
push de
push bc
ldh a, [rSVBK]
push af
@@ -102,6 +103,7 @@ DmgToCgbBGPals::
pop af
ldh [rSVBK], a
pop bc
pop de
pop hl
@@ -127,6 +129,7 @@ DmgToCgbObjPals::
push hl
push de
push bc
ldh a, [rSVBK]
push af
@@ -148,6 +151,7 @@ DmgToCgbObjPals::
pop af
ldh [rSVBK], a
pop bc
pop de
pop hl