diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-05-02 20:36:50 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 09:36:50 -0400 |
commit | 2f9b3eea0e820d82a764a02cbda3b1de340db42c (patch) | |
tree | 6d1c5ca8b2bf6806fe95a77af0082068c7666409 /layout.link | |
parent | d9f52a57a604cc1204f6077e21d75e04cb954672 (diff) |
Disassemble memory minigame and Picross minigame
Diffstat (limited to 'layout.link')
-rw-r--r-- | layout.link | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/layout.link b/layout.link index 49120fe..9dda4d6 100644 --- a/layout.link +++ b/layout.link @@ -895,9 +895,11 @@ ROMX $38 "gfx.asm@Poker GFX" org $5f93 "gfx.asm@15 Puzzle GFX" - org $6606 + org $622b + "engine/games/memory_minigame.asm" "gfx.asm@Matches GFX" - org $75b7 + org $6886 + "engine/games/picross_minigame.asm" "gfx.asm@Picross GFX" ROMX $39 |