diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 17:03:10 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 17:03:10 +0100 |
commit | a4cbb583e1d85b63fd7c030a86a5ff32d66fc9a2 (patch) | |
tree | 9ac33a0053494e5bda92b28f17fd8dcbceba7b08 /src/engine/home.asm | |
parent | 5d040d3c1a519401da55ae1eef91c5d9def93d86 (diff) |
More bank 2 disassembling
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 4043ff5..528bc53 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -6238,7 +6238,10 @@ LoadPlacingThePrizesScreenTiles: ; 20f0 (0:20f0) ld de, v0Tiles1 + $20 tiles ld b, $d call CopyFontsOrDuelGraphicsTiles - ; load the Deck and the Discard Pile icons +; fallthrough + +; load the Deck and the Discard Pile icons +LoadDeckAndDiscardPileIcons: ; 20fb (0:20fb) ld hl, DuelDmgSgbSymbolGraphics + $54 tiles - $4000 ld a, [wConsole] cp CONSOLE_CGB |