summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-08 13:45:50 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-08 13:45:50 -0400
commitb54195200748c54238ac88a06a85e8cd5517438e (patch)
tree2e1e5c1c4ca64a1c5060a7fb3d7df2b148768a1d /hram.asm
parentaa72af53ebccb0ad4ae920171fb72fef2b25797a (diff)
Disassemble another significant chunk of ROM0
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index 8e49ad5..c49ace3 100644
--- a/hram.asm
+++ b/hram.asm
@@ -57,7 +57,9 @@ hJoyDebounceSrc:: db ; ffa5
hJoypadState2:: db ; ffa6
- ds 8 ; TODO
+ ds 6 ; TODO
+hGraphicStartTile:: db ; ffad
+hMoveMon:: db
UNION