diff options
-rw-r--r-- | Show-the-tops-of-leaders-heads-on-the-trainer-card.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Show-the-tops-of-leaders-heads-on-the-trainer-card.md b/Show-the-tops-of-leaders-heads-on-the-trainer-card.md index 06f770a..75f81e1 100644 --- a/Show-the-tops-of-leaders-heads-on-the-trainer-card.md +++ b/Show-the-tops-of-leaders-heads-on-the-trainer-card.md @@ -27,6 +27,11 @@ Edit [engine/gfx/cgb_layouts.asm](../blob/master/engine/gfx/cgb_layouts.asm): ```diff _CGB_TrainerCard: ... +.got_gender2 + call FillBoxCGB + ; top-right corner still uses the border's palette + hlcoord 18, 1, wAttrMap + ld [hl], $1 - hlcoord 2, 11, wAttrMap - lb bc, 2, 4 + hlcoord 3, 10, wAttrMap |