diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-05-11 19:09:13 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-05-11 19:09:13 -0700 |
commit | 38039d3a7933b57710d1ea566d6f62be28c1127c (patch) | |
tree | d2942d7b3c426702e05f654cbac134698af877bb | |
parent | 8f53cece247a40c226e9d8dd7f94b2b71973c202 (diff) |
Dump some unknown diglett stage data
-rwxr-xr-x | main.asm | 97 | ||||
-rwxr-xr-x | wram.asm | 109 |
2 files changed, 194 insertions, 12 deletions
@@ -20587,7 +20587,102 @@ Func_19df0: ; 0x19df0 ret Data_19e13: - dr $19e13, $19ed1 + dw wc7a1 + db $19, $19, $1A, $1B + + dw wc7e1 + db $1C, $1C, $1D, $1E + + dw wc821 + db $1F, $1F, $20, $21 + + dw wc7c3 + db $22, $22, $23, $24 + + dw wc803 + db $25, $25, $26, $27 + + dw wc843 + db $28, $28, $29, $2A + + dw wc7a5 + db $2B, $2B, $2C, $2D + + dw wc7e5 + db $2E, $2E, $2F, $30 + + dw wc825 + db $31, $31, $32, $33 + + dw wc865 + db $34, $34, $35, $36 + + dw wc7c7 + db $37, $37, $38, $39 + + dw wc807 + db $3A, $3A, $3B, $3C + + dw wc847 + db $3D, $3D, $3E, $3F + + dw wc887 + db $40, $40, $41, $42 + + dw wc7e9 + db $43, $43, $44, $45 + + dw wc829 + db $46, $46, $47, $48 + + dw wc869 + db $49, $49, $4A, $4B + + dw wc7cb + db $19, $19, $1A, $1B + + dw wc80b + db $1C, $1C, $1D, $1E + + dw wc84b + db $1F, $1F, $20, $21 + + dw wc88b + db $22, $22, $23, $24 + + dw wc7ad + db $25, $25, $26, $27 + + dw wc7ed + db $28, $28, $29, $2A + + dw wc82d + db $2B, $2B, $2C, $2D + + dw wc86d + db $2E, $2E, $2F, $30 + + dw wc7cf + db $31, $31, $32, $33 + + dw wc80f + db $34, $34, $35, $36 + + dw wc84f + db $37, $37, $38, $39 + + dw wc7b1 + db $3A, $3A, $3B, $3C + + dw wc7f1 + db $3D, $3D, $3E, $3F + + dw wc831 + db $40, $40, $41, $42 + + ; unused pointers? + dw DiglettInitializeOrder + dw DiglettUpdateOrder INCLUDE "data/diglett_stage/diglett_stage_animation_data.asm" @@ -47,40 +47,127 @@ wStageCollisionMap:: ; 0xc700 ds $68 wc768:: ; 0xc768 - ds $46 + ds $39 + +wc7a1:: ; 0xc7a1 + ds $4 + +wc7a5:: ; 0xc7a5 + ds $8 + +wc7ad:: ; 0xc7ad + ds $1 wc7ae:: ; 0xc7ae - ds $19 + ds $3 + +wc7b1:: ; 0xc7b1 + ds $12 + +wc7c3:: ; 0xc7c3 + ds $4 wc7c7:: ; 0xc7c7 - ds $1c + ds $4 + +wc7cb:: ; 0xc7cb + ds $4 + +wc7cf:: ; 0xc7cf + ds $12 + +wc7e1:: ; 0xc7e1 + ds $2 wc7e3:: ; 0xc7e3 - ds $d + ds $2 + +wc7e5:: ; 0xc7e5 + ds $4 + +wc7e9:: ; 0xc7e9 + ds $4 + +wc7ed:: ; 0xc7ed + ds $3 wc7f0:: ; 0xc7f0 - ds $13 + ds $1 + +wc7f1:: ; 0xc7f1 + ds $12 wc803:: ; 0xc803 - ds $d + ds $4 + +wc807:: ; 0xc807 + ds $4 + +wc80b:: ; 0xc80b + ds $4 + +wc80f:: ; 0xc80f + ds $1 wc810:: ; 0xc810 - ds $13 + ds $11 + +wc821:: ; 0xc821 + ds $2 wc823:: ; 0xc823 - ds $2a + ds $2 + +wc825:: ; 0xc825 + ds $4 + +wc829:: ; 0xc829 + ds $4 + +wc82d:: ; 0xc82d + ds $4 + +wc831:: ; 0xc831 + ds $12 + +wc843:: ; 0xwc843 + ds $4 + +wc847:: ; 0xc847 + ds $4 + +wc84b:: ; 0xc84b + ds $2 wc84d:: ; 0xc84d - ds $6 + ds $2 + +wc84f:: ; 0xc84f + ds $4 wc853:: ; 0xc853 - ds $1f + ds $12 + +wc865:: ; 0xc865 + ds $4 + +wc869:: ; 0xc869 + ds $4 + +wc86d:: ; 0xc86d + ds $5 wc872:: ; 0xc872 ds $1 wc873:: ; 0xc873 - ds $1f + ds $14 + +wc887:: ; 0xc887 + ds $4 + +wc88b:: ; 0xc88b + ds $7 wc892:: ; 0xc892 ds $1 |