diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-06 23:53:33 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-06 21:53:33 -0700 |
commit | 3634e8edc2f1e732e1139a71fb2ea6a357027220 (patch) | |
tree | 0a25092b18cfae01023bc18542d45abed3542645 /data | |
parent | 7bfb307a68458b89ef4eb42716a98f86a47280a1 (diff) |
decompile starter chooser (#55)
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/data/data2.s b/data/data2.s index 4c976cd75..21a0c4c5a 100644 --- a/data/data2.s +++ b/data/data2.s @@ -23922,15 +23922,22 @@ gBirchBallarrow_Gfx:: gBirchCircle_Gfx:: .incbin "graphics/misc/birch_circle.4bpp.lz" -gUnknown_083F76B8:: @ 83F76B8 - .incbin "baserom.gba", 0x003f76b8, 0x6 +gStarterChoose_PokeballCoords:: @ 83F76B8 + .byte 60, 64 + .byte 120, 88 + .byte 692, 64 -gUnknown_083F76BE:: @ 83F76BE - .incbin "baserom.gba", 0x003f76be, 0x6 - -gUnknown_083F76C4:: @ 83F76C4 - .incbin "baserom.gba", 0x003f76c4, 0x8 +gStarterChoose_LabelCoords:: @ 83F76BE + .byte 0, 9 + .byte 16, 10 + .byte 8, 4 +gStarterMons:: @ 83F76C4 + .2byte SPECIES_TREECKO + .2byte SPECIES_TORCHIC + .2byte SPECIES_MUDKIP + .2byte 0 + .align 2 gOamData_83F76CC:: @ 83F76CC .2byte 0x00A0 @@ -24042,7 +24049,7 @@ gSpriteTemplate_83F77E4:: @ 83F77E4 .align 2 gSpriteTemplate_83F77FC:: @ 83F77FC - spr_template 4097, 4097, gOamData_83F76DC, gSpriteAnimTable_83F7758, NULL, gSpriteAffineAnimTable_83F7790, sub_810A6C4 + spr_template 4097, 4097, gOamData_83F76DC, gSpriteAnimTable_83F7758, NULL, gSpriteAffineAnimTable_83F7790, StarterPokemonSpriteAnimCallback @ 83F7814 ClockGfx_Misc: |