From 228924d4571e9ac911add671e311c8dce63f5b8c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 16 Jul 2016 20:21:46 -0700 Subject: rotating gates graphics --- asm/rom5.s | 2 +- data/data2.s | 46 +++++++++++++++++++++++++++++++++++++++--- graphics/rotating_gates/0.png | Bin 0 -> 157 bytes graphics/rotating_gates/1.png | Bin 0 -> 171 bytes graphics/rotating_gates/2.png | Bin 0 -> 170 bytes graphics/rotating_gates/3.png | Bin 0 -> 171 bytes graphics/rotating_gates/4.png | Bin 0 -> 162 bytes graphics/rotating_gates/5.png | Bin 0 -> 176 bytes graphics/rotating_gates/6.png | Bin 0 -> 175 bytes graphics/rotating_gates/7.png | Bin 0 -> 176 bytes 10 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 graphics/rotating_gates/0.png create mode 100644 graphics/rotating_gates/1.png create mode 100644 graphics/rotating_gates/2.png create mode 100644 graphics/rotating_gates/3.png create mode 100644 graphics/rotating_gates/4.png create mode 100644 graphics/rotating_gates/5.png create mode 100644 graphics/rotating_gates/6.png create mode 100644 graphics/rotating_gates/7.png diff --git a/asm/rom5.s b/asm/rom5.s index 5a0d676bb..7431fd695 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -157608,7 +157608,7 @@ LoadRotatingGatePics: @ 80C7DB0 pop {r0} bx r0 .align 2, 0 -_080C7DBC: .4byte gUnknown_083D5E1C +_080C7DBC: .4byte gRotatingGatesGraphicsTable thumb_func_end LoadRotatingGatePics thumb_func_start sub_80C7DC0 diff --git a/data/data2.s b/data/data2.s index b28562032..cf99b86bb 100644 --- a/data/data2.s +++ b/data/data2.s @@ -13483,7 +13483,39 @@ gUnknown_083D2964:: @ 83D2964 .incbin "baserom.gba", 0x003d2964, 0x38 gUnknown_083D299C:: @ 83D299C - .incbin "baserom.gba", 0x003d299c, 0x3470 + .incbin "baserom.gba", 0x003d299c, 0x70 + + .align 2 +RotatingGateTiles_1: @ 83D2A0C + .incbin "graphics/rotating_gates/1.4bpp" + + .align 2 +RotatingGateTiles_2: @ 83D320C + .incbin "graphics/rotating_gates/2.4bpp" + + .align 2 +RotatingGateTiles_3: @ 83D3A0C + .incbin "graphics/rotating_gates/3.4bpp" + + .align 2 +RotatingGateTiles_5: @ 83D420C + .incbin "graphics/rotating_gates/5.4bpp" + + .align 2 +RotatingGateTiles_6: @ 83D4A0C + .incbin "graphics/rotating_gates/6.4bpp" + + .align 2 +RotatingGateTiles_7: @ 83D520C + .incbin "graphics/rotating_gates/7.4bpp" + + .align 2 +RotatingGateTiles_0: @ 83D5A0C + .incbin "graphics/rotating_gates/0.4bpp" + + .align 2 +RotatingGateTiles_4: @ 83D5C0C + .incbin "graphics/rotating_gates/4.4bpp" .align 2 gOamData_83D5E0C:: @ 83D5E0C @@ -13498,8 +13530,16 @@ gOamData_83D5E14:: @ 83D5E14 .2byte 0x5800 .align 2 -gUnknown_083D5E1C:: @ 83D5E1C - .incbin "baserom.gba", 0x003d5e1c, 0x48 +gRotatingGatesGraphicsTable:: @ 83D5E1C + obj_tiles RotatingGateTiles_0, 0x200, 0x1300 + obj_tiles RotatingGateTiles_1, 0x800, 0x1301 + obj_tiles RotatingGateTiles_2, 0x800, 0x1302 + obj_tiles RotatingGateTiles_3, 0x800, 0x1303 + obj_tiles RotatingGateTiles_4, 0x200, 0x1304 + obj_tiles RotatingGateTiles_5, 0x800, 0x1305 + obj_tiles RotatingGateTiles_6, 0x800, 0x1306 + obj_tiles RotatingGateTiles_7, 0x800, 0x1307 + null_obj_tiles .align 2 gSpriteAnim_83D5E64:: @ 83D5E64 diff --git a/graphics/rotating_gates/0.png b/graphics/rotating_gates/0.png new file mode 100644 index 000000000..653b8b9e1 Binary files /dev/null and b/graphics/rotating_gates/0.png differ diff --git a/graphics/rotating_gates/1.png b/graphics/rotating_gates/1.png new file mode 100644 index 000000000..07171242e Binary files /dev/null and b/graphics/rotating_gates/1.png differ diff --git a/graphics/rotating_gates/2.png b/graphics/rotating_gates/2.png new file mode 100644 index 000000000..9aa721951 Binary files /dev/null and b/graphics/rotating_gates/2.png differ diff --git a/graphics/rotating_gates/3.png b/graphics/rotating_gates/3.png new file mode 100644 index 000000000..e589b06f6 Binary files /dev/null and b/graphics/rotating_gates/3.png differ diff --git a/graphics/rotating_gates/4.png b/graphics/rotating_gates/4.png new file mode 100644 index 000000000..32cf863bd Binary files /dev/null and b/graphics/rotating_gates/4.png differ diff --git a/graphics/rotating_gates/5.png b/graphics/rotating_gates/5.png new file mode 100644 index 000000000..1b8562b36 Binary files /dev/null and b/graphics/rotating_gates/5.png differ diff --git a/graphics/rotating_gates/6.png b/graphics/rotating_gates/6.png new file mode 100644 index 000000000..11831e3c3 Binary files /dev/null and b/graphics/rotating_gates/6.png differ diff --git a/graphics/rotating_gates/7.png b/graphics/rotating_gates/7.png new file mode 100644 index 000000000..a1e29d0d4 Binary files /dev/null and b/graphics/rotating_gates/7.png differ -- cgit v1.2.3