You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
This commit is contained in:
@@ -750,13 +750,13 @@ Script_AskWaterfall:
|
||||
EscapeRopeFunction:
|
||||
call FieldMoveJumptableReset
|
||||
ld a, $1
|
||||
jr dig_incave
|
||||
jr EscapeRopeOrDig
|
||||
|
||||
DigFunction:
|
||||
call FieldMoveJumptableReset
|
||||
ld a, $2
|
||||
|
||||
dig_incave
|
||||
EscapeRopeOrDig:
|
||||
ld [wBuffer2], a
|
||||
.loop
|
||||
ld hl, .DigTable
|
||||
|
||||
Reference in New Issue
Block a user