Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
This commit is contained in:
@@ -241,21 +241,21 @@ LoadTrainerClassPaletteAsNthBGPal:
|
||||
ld a, [wTrainerClass]
|
||||
call GetTrainerPalettePointer
|
||||
ld a, e
|
||||
jr got_palette_pointer_8bd7
|
||||
jr LoadNthMiddleBGPal
|
||||
|
||||
LoadMonPaletteAsNthBGPal:
|
||||
ld a, [wCurPartySpecies]
|
||||
call _GetMonPalettePointer
|
||||
ld a, e
|
||||
bit 7, a
|
||||
jr z, got_palette_pointer_8bd7
|
||||
jr z, LoadNthMiddleBGPal
|
||||
and $7f
|
||||
inc hl
|
||||
inc hl
|
||||
inc hl
|
||||
inc hl
|
||||
|
||||
got_palette_pointer_8bd7
|
||||
LoadNthMiddleBGPal:
|
||||
push hl
|
||||
ld hl, wBGPals1
|
||||
ld de, 1 palettes
|
||||
|
@@ -247,7 +247,7 @@ FixPicBank:
|
||||
; This is a thing for some reason.
|
||||
|
||||
PICS_FIX EQU $36
|
||||
GLOBAL PICS_FIX
|
||||
EXPORT PICS_FIX
|
||||
|
||||
push hl
|
||||
push bc
|
||||
|
Reference in New Issue
Block a user