User contributions
Jump to navigation
Jump to search
- 21:10, 11 June 2016 diff hist +3,240 N Linear Attack Tile Calculation Created page with "Linear Attack Tile Calculation 0017c044: 34020002 ori r2,r0,0x0002 0017c048: 10820010 beq r4,r2,0x0017c08c Branch if Direction = 2 0017c04c: 28820003 slti r2,r4,0x0003 00..."
- 21:08, 11 June 2016 diff hist -7 Linear/3-direction AoE Calculation
- 21:07, 11 June 2016 diff hist +5,984 N Linear/3-direction AoE Calculation Created page with " 0017be68: 27bdffc0 addiu r29,r29,0xffc0 0017be6c: afb30034 sw r19,0x0034(r29) 0017be70: 00a09821 addu r19,r5,r0 r19 = Directions 0017be74: 27a50010 addiu r5,r29,0x0010 r..."
- 20:54, 11 June 2016 diff hist +1,773 N Check if Unit can be Targeted Created page with " 0017bdd0: 27bdffe0 addiu r29,r29,0xffe0 0017bdd4: afb00010 sw r16,0x0010(r29) 0017bdd8: 00a08021 addu r16,r5,r0 r16 = Stack Pointer 0017bddc: 000410c0 sll r2,r4,0x03 Uni..."
- 20:51, 11 June 2016 diff hist +1,120 Calculator Routine
- 20:15, 11 June 2016 diff hist +770 Main AI action setup
- 20:07, 11 June 2016 diff hist +125 Transfer Considered Action Data to AI
- 18:01, 11 June 2016 diff hist +252 000933c4 - 00093498 current
- 17:59, 11 June 2016 diff hist +187 000931c4 - 000933c0
- 17:56, 11 June 2016 diff hist +599 000931c4 - 000933c0
- 17:55, 11 June 2016 diff hist +287 000927bc - 00092d48
- 17:50, 11 June 2016 diff hist +2,669 N Get Palette Data Created page with " 000926d8: 27bdffe0 addiu r29,r29,0xffe0 000926dc: afb20018 sw r18,0x0018(r29) 000926e0: 00a09021 addu r18,r5,r0 r18 = Section ID 000926e4: 00121080 sll r2,r18,0x02 ID * ..." current
- 17:49, 11 June 2016 diff hist +2,486 N Extract RGB+Alpha from Palette Created page with " 00092620: 00c07021 addu r14,r6,r0 r14 = Unit's ID 00092624: 00004821 addu r9,r0,r0 Counter = 0 00092628: 00051080 sll r2,r5,0x02 Section ID * 4 0009262c: 00451021 addu ..." current
- 17:48, 11 June 2016 diff hist +28,183 N Palette Modification Created page with " 0008f710: 27bdfff0 addiu r29,r29,0xfff0 0008f714: afb10004 sw r17,0x0004(r29) 0008f718: 00808821 addu r17,r4,r0 r17 = Preset Value (9 in Team checking section) 0008f71c: ..." current
- 17:39, 11 June 2016 diff hist +526 N Find Unit's Misc Data Pointer (+0x15c) Created page with " 0008ced0: 27bdffe8 addiu r29,r29,0xffe8 0008ced4: afbf0010 sw r31,0x0010(r29) 0008ced8: 0c01e9c9 jal 0x0007a724 Get unit misc data that matches r4 ID 0008cedc: 3084ff..." current
- 17:38, 11 June 2016 diff hist +474 N Find Unit's Misc Data Pointer and Load Spritesheet Value Created page with " 0008dc9c: 27bdffe8 addiu r29,r29,0xffe8 0008dca0: afbf0010 sw r31,0x0010(r29) 0008dca4: 0c01e9c9 jal 0x0007a724 Get unit misc data that matches r4 ID 0008dca8: 3084ff..."
- 17:36, 11 June 2016 diff hist +920 N Get Unit's Spritesheet Value Created page with " 0008dc24: 10800011 beq r4,r0,0x0008dc6c Branch if Misc Unit Data Pointer = 0 0008dc28: 00001021 addu r2,r0,r0 r2 = 0 (Fail) 0008dc2c: 8c820144 lw r2,0x0144(r4) Load Stat..."
- 17:36, 11 June 2016 diff hist +34 BATTLE.BIN Routines
- 17:34, 11 June 2016 diff hist +288 Move Unit Right+/Left-
- 17:31, 11 June 2016 diff hist +611 N Transparent Check Created page with " 00082550: 8c820144 lw r2,0x0144(r4) Load Statuses 5 00082554: 00000000 nop 00082558: 30420010 andi r2,r2,0x0010 0008255c: 10400006 beq r2,r0,0x00082578 Branch if not Tra..." current
- 17:30, 11 June 2016 diff hist -14 Status/unknown Misc ID checks
- 17:30, 11 June 2016 diff hist +924 N Status/unknown Misc ID checks Created page with " 00082508: 3c031fff lui r3,0x1fff 0008250c: 8c820140 lw r2,0x0140(r4) Load Status Flags 1 00082510: 3463c2c4 ori r3,r3,0xc2c4 00082514: 00431024 and r2,r2,r3 Check for R..."
- 17:28, 11 June 2016 diff hist +115 Store some movement coordinate data current
- 17:25, 11 June 2016 diff hist +1,265 Store some coordinate data current
- 17:21, 11 June 2016 diff hist +24,010 Calculate XYZ, UV, and Palette of Post Action Text
- 17:01, 11 June 2016 diff hist +2,171 N Prep for Displaying Earned Exp/JP Created page with " 00080f44: 27bdffe8 addiu r29,r29,0xffe8 00080f48: 00803021 addu r6,r4,r0 r6 = Misc Unit Data Pointer? 00080f4c: 3c028004 lui r2,0x8004 00080f50: 8c4273ac lw r2,0x73ac(r..." current
- 16:58, 11 June 2016 diff hist +56 BATTLE.BIN Routines
- 16:55, 11 June 2016 diff hist +687 N 00080f04 - 00080f40 Created page with " 00080f04: 3c048009 lui r4,0x8009 00080f08: 24844ba4 addiu r4,r4,0x4ba4 r4 = ? Palette Pointer 00080f0c: 34050007 ori r5,r0,0x0007 r5 = 7 00080f10: 92660004 lbu r6,0x0004..." current
- 16:51, 11 June 2016 diff hist +10,408 N Set Exp/JP Display Data and get Palette Created page with " 000808b8: 27bdffb0 addiu r29,r29,0xffb0 000808bc: afb30044 sw r19,0x0044(r29) 000808c0: 00809821 addu r19,r4,r0 r19 = Unit's Misc Data Pointer? 000808c4: afb1003c sw r17,..." current
- 16:44, 11 June 2016 diff hist +264 0007f2ac - 0007f3fc
- 16:39, 11 June 2016 diff hist +319 0007d3f4 - 0007d474
- 16:35, 11 June 2016 diff hist +568 Complex Height Data from unit misc data and coordinates
- 16:34, 11 June 2016 diff hist +10 Palette adjustment based on Tile Type current
- 16:30, 11 June 2016 diff hist +129 Get Unit misc data pointer of ridden unit by r4
- 16:27, 11 June 2016 diff hist +27 BATTLE.BIN Routines
- 16:13, 11 June 2016 diff hist -11,808 Store Sprite Display Data
- 15:38, 11 June 2016 diff hist 0 BATTLE.BIN Routines
- 15:35, 11 June 2016 diff hist +531 00073638 - 000736d0
- 15:31, 11 June 2016 diff hist +644 000734cc - 00073634
- 15:21, 11 June 2016 diff hist +47 Store Coordinate,Mount,Animation Data current
- 15:18, 11 June 2016 diff hist +148 Jump to 68d08 2
- 15:16, 11 June 2016 diff hist +30 Jump to 68d08
- 15:15, 11 June 2016 diff hist +191 Set Secondary Effect Struct
- 15:12, 11 June 2016 diff hist +222 Setup Secondary effect initialise table
- 15:07, 11 June 2016 diff hist +880 N Transfer Unit Coordinates to AI Created page with " 0019f2a4: 000410c0 sll r2,r4,0x03 ID * 8 0019f2a8: 00441023 subu r2,r2,r4 ID * 7 0019f2ac: 00021180 sll r2,r2,0x06 ID * 448 0019f2b0: 3c018019 lui r1,0x8019 0019f2b4: ..."
- 15:04, 11 June 2016 diff hist +6,143 N Transfer AI Data to Unit Data Created page with " 0019e378: 27bdffd0 addiu r29,r29,0xffd0 0019e37c: afb50024 sw r21,0x0024(r29) 0019e380: 0080a821 addu r21,r4,r0 r21 = Preset Value 0019e384: afb60028 sw r22,0x0028(r29) ..."
- 14:59, 11 June 2016 diff hist +7,073 N Transfer Unit Data to AI Data Created page with " 0019e160: 27bdffc8 addiu r29,r29,0xffc8 0019e164: afb60028 sw r22,0x0028(r29) 0019e168: 0080b021 addu r22,r4,r0 r22 = Preset Value 0019e16c: afb7002c sw r23,0x002c(r29) ..."
- 14:54, 11 June 2016 diff hist +2,211 N Calculate Height Difference Between Units Created page with " 0019b6b0: 90a20048 lbu r2,0x0048(r5) Load Target's Y 0019b6b4: 3c06801a lui r6,0x801a 0019b6b8: 90c601fe lbu r6,0x01fe(r6) Load Map Max X 0019b6bc: 00000000 nop 0019b6..."
- 14:52, 11 June 2016 diff hist 0 BATTLE.BIN Routines
- 14:51, 11 June 2016 diff hist +2,143 N 0019ad74 - 0019ae2c Created page with "Determine if Height Difference < 3 0019ad74: 90a30000 lbu r3,0x0000(r5) Load X 0019ad78: 3c06801a lui r6,0x801a 0019ad7c: 90c601fe lbu r6,0x01fe(r6) Load Map Max X 0019..." current