diff options
author | YamaArashi <shadow962@live.com> | 2017-02-11 11:14:21 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-11 11:14:21 -0800 |
commit | 34d16c75f912a3f6669785d7ea476b615c958ab5 (patch) | |
tree | 3bead1d2fa767f56fc87617a41453fba025b3e58 | |
parent | 4da8580ed3cb8849b6c92d9beea0638d7cf0e102 (diff) |
pokemon storage system incbins
-rw-r--r-- | asm/pokemon_storage_system.s | 4 | ||||
-rw-r--r-- | data/pokemon_storage_system.s | 73 |
2 files changed, 66 insertions, 11 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 801c941d1..bcf005f2f 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -7972,7 +7972,7 @@ _0809988A: strb r0, [r2, 0x1] ldr r0, [r4] ldr r1, [r0] - ldr r0, _080998D4 @ =gUnknown_083B6F5C + ldr r0, _080998D4 @ =gSpriteAffineAnimTable_83B6F5C str r0, [r1, 0x10] ldr r0, [r4] ldr r0, [r0] @@ -7986,7 +7986,7 @@ _080998C0: _080998C8: .4byte gUnknown_083B6DB4 _080998CC: .4byte 0x000010cc _080998D0: .4byte 0x00001034 -_080998D4: .4byte gUnknown_083B6F5C +_080998D4: .4byte gSpriteAffineAnimTable_83B6F5C thumb_func_end sub_809981C thumb_func_start sub_80998D8 diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index 563aebf0a..e5d3e9282 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -70,7 +70,43 @@ gPokemonStorageScrollingBGTile:: @ 83B6A30 gPokemonStorageScrollingBGTilemap:: @ 83B6A50 .incbin "graphics/pokemon_storage/scrolling_bg_map.bin.lz" - .incbin "baserom.gba", 0x003b6b4c, 0x48 +@ unused tilemap? + .2byte 0x1281 + .2byte 0x1282 + .2byte 0x1283 + .2byte 0x1284 + .2byte 0x1285 + .2byte 0x1286 + .2byte 0x1287 + .2byte 0x1288 + .2byte 0x128C + .2byte 0x128D + .2byte 0x128E + .2byte 0x128F + .2byte 0x1290 + .2byte 0x1291 + .2byte 0x1292 + .2byte 0x1293 + .2byte 0x0281 + .2byte 0x0282 + .2byte 0x0283 + .2byte 0x0284 + .2byte 0x0285 + .2byte 0x0286 + .2byte 0x0287 + .2byte 0x0288 + .2byte 0x028C + .2byte 0x028D + .2byte 0x028E + .2byte 0x028F + .2byte 0x0290 + .2byte 0x0291 + .2byte 0x0292 + .2byte 0x0293 + .2byte 0x12AD + .2byte 0x12AE + .2byte 0x12A8 + .2byte 0x12A8 .align 2 WaveformPalette: @ 83B6B94 @@ -200,17 +236,20 @@ gOamData_83B6F2C:: @ 83B6F2C .2byte 0x0000 .align 2 -Unknown_83B6F34: @ 83B6F34 - .incbin "baserom.gba", 0x003b6f34, 0x10 +gSpriteAffineAnim_83B6F34:: @ 83B6F34 + obj_rot_scal_anim_frame 0xFFFE, 0xFFFE, 0, 120 + obj_rot_scal_anim_end .align 2 -Unknown_83B6F44: @ 83B6F44 - .incbin "baserom.gba", 0x003b6f44, 0x18 +gSpriteAffineAnim_83B6F44:: @ 83B6F44 + obj_rot_scal_anim_frame 0x10, 0x10, 0, 0 + obj_rot_scal_anim_frame 0x10, 0x10, 0, 15 + obj_rot_scal_anim_end .align 2 -gUnknown_083B6F5C:: @ 83B6F5C - .4byte Unknown_83B6F34 - .4byte Unknown_83B6F44 +gSpriteAffineAnimTable_83B6F5C:: @ 83B6F5C + .4byte gSpriteAffineAnim_83B6F34 + .4byte gSpriteAffineAnim_83B6F44 .align 2 gWallpaperPalettes_Forest: @ 83B6F64 @@ -441,8 +480,24 @@ gWallpaperTilemap_Plain: @ 83BAE74 @ 12×18 tilemap .incbin "graphics/unused/tilemap_3BAEF8.bin" + .align 1 gUnknown_083BB0A8:: @ 83BB0A8 - .incbin "baserom.gba", 0x003bb0a8, 0x40 + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF + .2byte 0x1CE7, 0x7FFF .align 2 gWallpaperTable:: @ 83BB0E8 |