You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update to rgbds 0.3.8
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
NAMINGSCREEN_CURSOR EQU $7e
|
||||
|
||||
NAMINGSCREEN_BORDER EQUS "\"■\"" ; $60
|
||||
NAMINGSCREEN_MIDDLELINE EQUS "\"→\"" ; $eb
|
||||
NAMINGSCREEN_UNDERLINE EQUS "\"<DOT>\"" ; $f2
|
||||
NAMINGSCREEN_BORDER EQU "■" ; $60
|
||||
NAMINGSCREEN_MIDDLELINE EQU "→" ; $eb
|
||||
NAMINGSCREEN_UNDERLINE EQU "<DOT>" ; $f2
|
||||
|
||||
_NamingScreen:
|
||||
call DisableSpriteUpdates
|
||||
|
@@ -53,7 +53,7 @@ SaveMenu_CopyTilemapAtOnce:
|
||||
rept SCREEN_WIDTH / 2
|
||||
pop de
|
||||
.loop\@
|
||||
ld a, [$ff00+c]
|
||||
ldh a, [c]
|
||||
and b
|
||||
jr nz, .loop\@
|
||||
ld [hl], e
|
||||
|
Reference in New Issue
Block a user