Update to rgbds 0.3.8

This commit is contained in:
Rangi
2019-02-16 12:17:55 -05:00
parent d9d688df4e
commit df337fc417
17 changed files with 39 additions and 39 deletions

View File

@@ -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

View File

@@ -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