From ab2972cd1bca831cd53d6fb8e30fead0919e49a8 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Mon, 18 Jan 2016 10:01:02 +0100 Subject: another sgb packet and misc --- src/wram.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/wram.asm') diff --git a/src/wram.asm b/src/wram.asm index 4e05d3e..9aeac92 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -152,8 +152,9 @@ wCurrentMoveOrCardEffect:: ; ccb2 ds $1 ds $40 -; color/pattern of the text box border, values between 0 and 7. -; interpreted differently depending on console type +; color/pattern of the text box border. Values between 0-7?. Interpreted differently depending on console type +; Note that this doesn't appear to be a selectable option, just changes with the situation. +; For example the value 4 seems to be used a lot during duels. wFrameType:: ; ccf3 ds $1 ds $19 -- cgit v1.2.3