diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-01-18 10:01:02 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-18 10:01:02 +0100 |
commit | ab2972cd1bca831cd53d6fb8e30fead0919e49a8 (patch) | |
tree | fd638b7ebdfd9ecebbd88659b4b7ae768b391d7b /src/wram.asm | |
parent | ec16758b4c91097551a14374807147e74b5c5a19 (diff) |
another sgb packet and misc
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 5 |
1 files changed, 3 insertions, 2 deletions
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 |