Difference between revisions of "001aa8e8 - 001aa91c"
Jump to navigation
Jump to search
(Created page with "<font face='Courier New'> 001aa8e8: 27bdffe8 addiu r29,r29,0xffe8 001aa8ec: afbf0010 sw r31,0x0010(r29) 001aa8f0: 0c069444 jal 0x001a5110 001aa8f4: 00000000 nop 001aa8f...") |
(jal links and return locations) |
||
Line 1: | Line 1: | ||
− | < | + | < [[BATTLE.BIN]] |
001aa8e8: 27bdffe8 addiu r29,r29,0xffe8 | 001aa8e8: 27bdffe8 addiu r29,r29,0xffe8 | ||
001aa8ec: afbf0010 sw r31,0x0010(r29) | 001aa8ec: afbf0010 sw r31,0x0010(r29) | ||
− | 001aa8f0: 0c069444 jal 0x001a5110 | + | 001aa8f0: 0c069444 jal 0x001a5110 set a bunch of data ([[001a5110 - 001a51b8]]) |
001aa8f4: 00000000 nop | 001aa8f4: 00000000 nop | ||
− | 001aa8f8: 0c068724 jal 0x001a1c90 | + | 001aa8f8: 0c068724 jal 0x001a1c90 initialize a bunch of data ([[Effect Related (0x1a1c90)]]) |
001aa8fc: 00000000 nop | 001aa8fc: 00000000 nop | ||
− | 001aa900: 0c0696d2 jal 0x001a5b48 | + | 001aa900: 0c0696d2 jal 0x001a5b48 [[001a5b48 - 001a5c38]] |
001aa904: 00000000 nop | 001aa904: 00000000 nop | ||
− | 001aa908: 0c06a7d1 jal 0x001a9f44 | + | 001aa908: 0c06a7d1 jal 0x001a9f44 effect frames? ([[001a9f44 - 001aa004]]) |
001aa90c: 00000000 nop | 001aa90c: 00000000 nop | ||
001aa910: 8fbf0010 lw r31,0x0010(r29) | 001aa910: 8fbf0010 lw r31,0x0010(r29) | ||
Line 15: | Line 15: | ||
001aa918: 03e00008 jr r31 | 001aa918: 03e00008 jr r31 | ||
001aa91c: 00000000 nop | 001aa91c: 00000000 nop | ||
− | + | ||
+ | == Return locations == | ||
+ | |||
+ | '''Battle.bin''' | ||
+ | 001a197c: [[Load Effect section addresses]] | ||
+ | 001a1bd8: (same as above) |
Latest revision as of 03:13, 7 June 2022
001aa8e8: 27bdffe8 addiu r29,r29,0xffe8 001aa8ec: afbf0010 sw r31,0x0010(r29) 001aa8f0: 0c069444 jal 0x001a5110 set a bunch of data (001a5110 - 001a51b8) 001aa8f4: 00000000 nop 001aa8f8: 0c068724 jal 0x001a1c90 initialize a bunch of data (Effect Related (0x1a1c90)) 001aa8fc: 00000000 nop 001aa900: 0c0696d2 jal 0x001a5b48 001a5b48 - 001a5c38 001aa904: 00000000 nop 001aa908: 0c06a7d1 jal 0x001a9f44 effect frames? (001a9f44 - 001aa004) 001aa90c: 00000000 nop 001aa910: 8fbf0010 lw r31,0x0010(r29) 001aa914: 27bd0018 addiu r29,r29,0x0018 001aa918: 03e00008 jr r31 001aa91c: 00000000 nop
Return locations
Battle.bin 001a197c: Load Effect section addresses 001a1bd8: (same as above)