Harmonize home/ with pokegold
This commit is contained in:
@@ -31,8 +31,9 @@ UpdateBGMapBuffer::
|
||||
|
||||
ldh a, [rVBK]
|
||||
push af
|
||||
ld [hSPBuffer], sp
|
||||
|
||||
; Relocate the stack pointer to wBGMapBufferPtrs
|
||||
ld [hSPBuffer], sp
|
||||
ld hl, wBGMapBufferPtrs
|
||||
ld sp, hl
|
||||
|
||||
@@ -80,6 +81,7 @@ endr
|
||||
|
||||
jr nz, .next
|
||||
|
||||
; Restore the stack pointer
|
||||
ldh a, [hSPBuffer]
|
||||
ld l, a
|
||||
ldh a, [hSPBuffer + 1]
|
||||
|
Reference in New Issue
Block a user