diff options
| author | Brendan Byers <b11484@gmail.com> | 2019-11-18 16:22:38 -0800 |
|---|---|---|
| committer | Brendan Byers <b11484@gmail.com> | 2019-11-18 16:22:38 -0800 |
| commit | 90ce725639dfabff89ef94153a426909bf457ba2 (patch) | |
| tree | adb1ad14d9a40c87cb9b7b62b691d5842a9d2808 | |
| parent | c1bb9a0391fc38b8bbeada98634646c3536544cb (diff) | |
Added a bit of surrounding assembly
| -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 |
