Skip to content

Commit

Permalink
A bunch of improvements and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Masaru2 committed Aug 27, 2021
1 parent 76981bf commit 3619aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions engine/debug/color_picker.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@ DebugColor_PlaceCursor:

DebugColor_AreYouFinishedString:
db "Done?"
next "YES", DEBUGTEST_BLACK, DEBUGTEST_BLACK, DEBUGTEST_A
next "NO", DEBUGTEST_BLACK, DEBUGTEST_BLACK, DEBUGTEST_BLACK, DEBUGTEST_B
next "YES<DOT><DOT><DOT>", DEBUGTEST_A
next "NO", DEBUGTEST_BLACK, "<DOT><DOT><DOT>", DEBUGTEST_B
db "@"

DebugColor_UpArrowGFX:
Expand Down
4 changes: 1 addition & 3 deletions engine/debug/debug_room.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1770,12 +1770,10 @@ PrintHexNumber:

.HexDigits:
db "0123456789ABCDEF"

DebugRoomMenu_ColorMenu:
farcall DebugColorPicker
DebugRoomMenu_TrainerMenu:
ld a, 1
ld [wDebugColorIsTrainer], a
DebugRoomMenu_ColorMenu:
farcall DebugColorPicker
ret
2 changes: 1 addition & 1 deletion home/menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -844,4 +844,4 @@ InterpretMobileMenu:: ; unreferenced
ld [wMenuData_2DMenuItemStringsBank], a
farcall _InterpretMobileMenu
ld a, [wMenuCursorPosition]
ret
ret

0 comments on commit 3619aad

Please sign in to comment.