Add engine/menus/debug.asm.

This commit is contained in:
entrpntr
2020-05-23 02:08:02 -04:00
parent 3a50abc46a
commit ec7271ec26
6 changed files with 1517 additions and 3 deletions

1430
engine/menus/debug.asm Normal file

File diff suppressed because it is too large Load Diff

43
gfx/debug/bg.pal Normal file
View File

@@ -0,0 +1,43 @@
; white
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
; red
RGB 31, 00, 00
RGB 31, 00, 00
RGB 31, 00, 00
RGB 00, 00, 00
; green
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 00, 00
; blue
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00

BIN
gfx/debug/color_test.2bpp Normal file

Binary file not shown.

42
gfx/debug/ob.pal Normal file
View File

@@ -0,0 +1,42 @@
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
; red
RGB 31, 31, 31
RGB 31, 00, 00
RGB 31, 00, 00
RGB 00, 00, 00
; green
RGB 31, 31, 31
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 00, 00
; blue
RGB 31, 31, 31
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 00

1
gfx/debug/up_arrow.2bpp Normal file
View File

@@ -0,0 +1 @@
<EFBFBD><EFBFBD><EFBFBD>ُ<EFBFBD>ُ<EFBFBD>ا<EFBFBD>ا<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -833,9 +833,7 @@ INCLUDE "engine/tilesets/tileset_anims.asm"
INCLUDE "engine/events/npc_trade.asm"
INCLUDE "engine/events/mom_phone.asm"
INCLUDE "engine/link/mystery_gift_3.asm"
ColorTest::
dr $fd2c9, $fde20
INCLUDE "engine/menus/debug.asm"
SECTION "Standard Scripts", ROMX