Annotate battle tower text bug

This commit is contained in:
PikalaxALT
2015-11-20 15:15:32 -05:00
parent 812976cee6
commit 7b3090e22a
51 changed files with 361 additions and 353 deletions

View File

@@ -2029,10 +2029,8 @@ ExitAllMenus:: ; 2b4d
call Function2bae
call UpdateSprites
call Functiond90
; 2b5c
Function2b5c:: ; 2b5c
ld b, $9
ld b, SCGB_09
call GetSGBLayout
callba Function49409
call Function3200
@@ -2056,7 +2054,7 @@ Function2b74:: ; 0x2b74
set 0, [hl]
call UpdateSprites
call Function3200
ld b, $9
ld b, SCGB_09
call GetSGBLayout
callba Function49409
call UpdateTimePals

View File

@@ -95,7 +95,7 @@ DmgToCgbBGPals:: ; c9f
; copy & reorder bg pal buffer
ld hl, BGPals ; to
ld de, wMapPals ; from
ld de, UnknBGPals ; from
; order
ld a, [rBGP]
ld b, a
@@ -143,7 +143,7 @@ DmgToCgbObjPals:: ; ccb
; copy & reorder obj pal buffer
ld hl, OBPals ; to
ld de, Unkn2Pals ; from
ld de, UnknOBPals ; from
; order
ld a, [rOBP0]
ld b, a
@@ -182,7 +182,7 @@ Functioncf8:: ; cf8
ld [rSVBK], a
ld hl, OBPals
ld de, Unkn2Pals
ld de, UnknOBPals
ld a, [rOBP0]
ld b, a
ld c, $1
@@ -216,7 +216,7 @@ Functiond24:: ; d24
ld a, $5
ld [rSVBK], a
ld hl, OBPals + 8
ld de, Unkn2Pals + 8
ld de, UnknOBPals + 8
ld a, [rOBP1]
ld b, a
ld c, $1