diff options
author | yenatch <yenatch@gmail.com> | 2017-04-19 02:04:23 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-04-19 02:04:23 -0400 |
commit | 577dd5a804e3b977113729668e26818e32ccf55e (patch) | |
tree | 054bac66e2b03bb41c92cf9a5ed6886d93789e58 /data | |
parent | a5f5ee58244d776a853753f907dfeb6f3ea59923 (diff) |
Decompile rom_8077ABC.s
Diffstat (limited to 'data')
-rw-r--r-- | data/rom_8077ABC.s | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/data/rom_8077ABC.s b/data/rom_8077ABC.s deleted file mode 100644 index 81b61228b..000000000 --- a/data/rom_8077ABC.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_0837F578:: @ 837F578 - .byte 72, 80, 0, 0 - .byte 176, 40, 0, 0 - .byte 48, 40, 0, 0 - .byte 112, 80, 0, 0 - .byte 32, 80, 0, 0 - .byte 200, 40, 0, 0 - .byte 90, 88, 0, 0 - .byte 152, 32, 0, 0 - -@ One entry for each of the four Castform forms. -@ Coords are probably front pic coords or back pic coords, but this data does not seem to be -@ used during battle, party summary, or pokedex screens. - .align 2 -gUnknownCastformCoords_0837F598:: @ 837F598 - .byte 68, 17, 0, 0 - .byte 102, 9, 0, 0 - .byte 70, 9, 0, 0 - .byte 134, 8, 0, 0 - -@ One entry for each of the four Castform forms. Probably a palette index. -gUnknownCastformData_0837F5A8:: @ 837F5A8 - .byte 0xD, 0xE, 0xD, 0xD - -gUnknown_0837F5AC:: @ 837F5AC - .byte 0, 0, 0, 0 - - .align 2 -gSpriteTemplate_837F5B0:: @ 837F5B0 - spr_template 55125, 55125, gOamData_837DF9C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy - - .align 2 -gSpriteTemplate_837F5C8:: @ 837F5C8 - spr_template 55126, 55126, gOamData_837DF9C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy - - .align 2 -gUnknown_0837F5E0:: @ 837F5E0 - obj_tiles gMiscBlank_Gfx, 2048, 0xd755 - obj_tiles gMiscBlank_Gfx, 2048, 0xd756 |