New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:41, 10 December 2024 OPEN.BIN Entrypoint 2 (hist) [3,038 bytes] Talcall (talk | contribs) (Created page with " 0006720c: 27bdffe0 addiu r29,r29,0xffe0 00067210: afbf0018 sw r31,0x0018(r29) 00067214: afb10014 sw r17,0x0014(r29) 00067218: 0c01a1b7 jal 0x000686dc 0006721c: afb00010 s...") originally created as "OPEN.BIN 0006720c - 0006731c"
- 03:56, 8 December 2024 Find Job By Skillset (hist) [1,500 bytes] Glain (talk | contribs) (Created page with " # ROUTINE: FIND JOB BY SKILLSET # Finds the job ID with the specified skillset ID. # Parameters: # r4 = (skillsetID) Skillset ID # Returns:...")
- 03:54, 8 December 2024 Get Generic Job Index (hist) [1,012 bytes] Glain (talk | contribs) (Created page with " # ROUTINE: GET GENERIC JOB INDEX # Gets the generic job index of the specified job. (0 = Base, 1 = Chemist, 2 = Knight, etc.) # Parameters: # r4 =...")
- 03:49, 8 December 2024 Find Unit Abilities or Skillsets (hist) [16,709 bytes] Glain (talk | contribs) (Created page with " # ROUTINE: FIND UNIT ABILITIES OR SKILLSETS # Finds abilities or skillsets available to a unit # # Parameters: # r4 = (formationUn...")
- 03:27, 8 December 2024 B(0x05) disable timer irq (hist) [637 bytes] Talcall (talk | contribs) (Created page with " 00001728: 3084ffff andi r4,r4,0xffff 0000172c: 3c030000 lui r3,0x0000 00001730: 00047880 sll r15,r4,0x02 00001734: 3c180000 lui r24,0x0000 00001738: 8c636d40 lw r3,0x6d40...")
- 03:25, 8 December 2024 B(0x04) enable timer irq (hist) [883 bytes] Talcall (talk | contribs) (Created page with " 000016e4: 3c020000 lui r2,0x0000 000016e8: 3084ffff andi r4,r4,0xffff # timer 000016ec: 8c426d40 lw r2,0x6d40(r2) # 1f801070 IRQ mask register 00001...")
- 03:20, 8 December 2024 B(0x03) get timer (hist) [671 bytes] Talcall (talk | contribs) (Created page with " 000016ac: 3084ffff andi r4,r4,0xffff 000016b0: 28810003 slti r1,r4,0x0003 000016b4: 14200003 bne r1,r0,0x000016c4 # branch if legal timer 000016b8: 00000000 nop...")
- 03:15, 8 December 2024 B(0x02) init timer (hist) [2,680 bytes] Talcall (talk | contribs) (Created page with " r4 = timer r5 = reload value r6 = flags (in logic order:) 0x10 - (if off) set mode to 48. else set mode to 49 0x01 - (if off) mode OR 0x100 0x1000 - (if o...")
- 03:00, 8 December 2024 C(0x0a) ChangeClearRCnt (hist) [426 bytes] Talcall (talk | contribs) (Created page with " r4 = timer r5 = flag 000015d8: 3c0f0001 lui r15,0x0001 000015dc: 25ef8600 addiu r15,r15,-0x7a00 # timer handler 0 000015e0: 00047080 sll r14,r4,0x02 # timer *...")
- 02:57, 8 December 2024 C(0x00) EnqueueTimerAndVblankIrqs (hist) [2,139 bytes] Talcall (talk | contribs) (Created page with " 00001508: 27bdffd0 addiu r29,r29,-0x0030 0000150c: afbf002c sw r31,0x002c(r29) 00001510: afb50028 sw r21,0x0028(r29) 00001514: 3c020000 lui r2,0x0000 00001518: 8c426d40 l...")
- 19:13, 7 December 2024 Store Combined Bit Value Pointer (hist) [664 bytes] Glain (talk | contribs) (Created page with " # ROUTINE: STORE COMBINED BIT VALUE POINTER # Stores the pointer to a bit value that may span several bytes. The value can be combined via Get Combined Bit Valu...")
- 19:12, 7 December 2024 Get Combined Bit Value From Stored Pointer (hist) [3,970 bytes] Glain (talk | contribs) (Created page with " # ROUTINE : GET COMBINED BIT VALUE FROM STORED POINTER # Gets the combined bit value based on a previously stored pointer. The combined value can span several bytes...")
- 11:38, 7 December 2024 C(0x03) SysDeqIntRP (hist) [3,092 bytes] Talcall (talk | contribs) (Created page with " r4 = priority chain r5 = exception handler struc* 00001444: 3c0ea000 lui r14,0xa000 00001448: 8dce0100 lw r14,0x0100(r14) # list of priority chain pointers 00001...")
- 11:24, 7 December 2024 C(0x02) SysEnqIntRP (hist) [649 bytes] Talcall (talk | contribs) (Created page with " r4 = Priority chain r5 = exception handler struct 00001420: 3c0ea000 lui r14,0xa000 00001424: 8dce0100 lw r14,0x0100(r14) # ptr. to prioty chain pointer list 00001...")
- 11:03, 7 December 2024 Alloc kernel memory sub (hist) [2,441 bytes] Talcall (talk | contribs) (Created page with " 00001030: 10800021 beq r4,r0,0x000010b8 00001034: 00000000 nop 00001038: 3c020000 lui r2,0x0000 0000103c: 8c427464 lw r2,0x7464(r2) 00001040: 00000000 nop 00001044: 0044...")
- 11:00, 7 December 2024 BIOS 0x1018-0x102c (hist) [121 bytes] Talcall (talk | contribs) (Created page with " 00001018: 3c020000 lui r2,0x0000 0000101c: 8c426cf0 lw r2,0x6cf0(r2) 00001020: 03e00008 jr r31 00001024: 00000000 nop")
- 10:59, 7 December 2024 Bios Get IRQ CAUSE & EPC (hist) [232 bytes] Talcall (talk | contribs) (Created page with "00000ea0: 40026800 mfc0 r2,$13,0x0 00000ea4: 40037000 mfc0 r3,$14,0x0 #returns CAUSE in r2, and EPC in r3 00000ea8: 03e00008 jr r31 # so, it isn't required to have...")
- 10:57, 7 December 2024 Bios Syscall0 (hist) [122 bytes] Talcall (talk | contribs) (Created page with " 00000650: 0000000c syscall 0x00000 # does nothing, clears r26. 00000654: 03e00008 jr r31 00000658: 00000000 nop")
- 10:56, 7 December 2024 Bios Get IRQ SR r4 (hist) [167 bytes] Talcall (talk | contribs) (Created page with " 00000640: 40846000 mtc0 r4,$12,0x0 # returns SR in r4... which, I, suppose is possible? 00000644: 00000000 nop 00000648: 03e00008 jr r31 0000064c: 00000000 nop")
- 10:55, 7 December 2024 Bios Get IRQ SR (hist) [128 bytes] Talcall (talk | contribs) (Created page with " 00000630: 40026000 mfc0 r2,$12,0x0 # cop0r12 = SR 00000634: 00000000 nop 00000638: 03e00008 jr r31 0000063c: 00000000 nop")
- 10:54, 7 December 2024 Bios Get IRQ CAUSE (hist) [130 bytes] Talcall (talk | contribs) (Created page with " 00000620: 40026800 mfc0 r2,$13,0x0 # cop0r13 = CAUSE 00000624: 00000000 nop 00000628: 03e00008 jr r31 0000062c: 00000000 nop")
- 04:50, 7 December 2024 B(0x01) free kernel memory (hist) [191 bytes] Talcall (talk | contribs) (Created page with " 00001408: 8c8efffc lw r14,-0x0004(r4) 0000140c: 00000000 nop 00001410: 35cf0001 ori r15,r14,0x0001 00001414: 03e00008 jr r31 00001418: ac8ffffc sw r15,-0x0004(r4) 000014...")
- 04:49, 7 December 2024 B(0x00) alloc kernel memory (hist) [6,051 bytes] Talcall (talk | contribs) (Created page with " 00001174: 27bdffd8 addiu r29,r29,-0x0028 00001178: afb1001c sw r17,0x001c(r29) 0000117c: 00808821 addu r17,r4,r0 00001180: 26310001 addiu r17,r17,0x0001 00001184: 3c0e000...")
- 09:02, 6 December 2024 Ability Secondary Data: RSM Abilities (hist) [1,104 bytes] Bee (talk | contribs) (Created page with "* RAM location: 8006105c. * Section contains data for 0x5A (90) Abilities (0x1A6 - 0x1FF). * Data length per Ability is 0x01 (1) bytes. * Additional data for specific ability...")
- 08:56, 6 December 2024 Ability Secondary Data: Math Abilities (hist) [1,253 bytes] Bee (talk | contribs) (Created page with "* RAM location: 80061054. * Section contains data for 0x8 (8) Abilities (0x19E - 0x1A5). * Data length per Ability is 0x02 (2) bytes. * Additional data for specific ability ty...")
- 08:50, 6 December 2024 Ability Secondary Data: Charge Abilities (hist) [1,079 bytes] Bee (talk | contribs) (Created page with "* RAM location: 80061044. * Section contains data for 0x8 (8) Abilities (0x196 - 0x19D). * Data length per Ability is 0x02 (2) bytes. * Additional data for specific ability ty...")
- 08:47, 6 December 2024 Ability Secondary Data: Jump Abilities (hist) [1,086 bytes] Bee (talk | contribs) (Created page with "* RAM location: 8006102c. * Section contains data for 0xC (12) Abilities (0x18a - 0x195). * Data length per Ability is 0x02 (2) bytes. * Additional data for specific ability t...")
- 08:46, 6 December 2024 Ability Secondary Data: Throw Abilities (hist) [1,079 bytes] Bee (talk | contribs) (Created page with "* RAM location: 80061020. * Section contains data for 0xC (12) Abilities (0x17E - 0x189). * Data length per Ability is 0x01 (1) bytes. * Additional data for specific ability t...")
- 08:42, 6 December 2024 Ability Secondary Data: Item Abilities (hist) [1,109 bytes] Bee (talk | contribs) (Created page with "* RAM location: 80061010. * Section contains data for 0xE (14) Abilities (0x170 - 0x17D, followed by 2 unused data points). * Data length per Ability is 0x01 (1) bytes. * Addi...")
- 08:34, 6 December 2024 Item Ability Secondary Data (hist) [1,032 bytes] Bee (talk | contribs) (Created page with "* RAM location: 80061010. * Section contains data for 0xE (14) Abilities (0x170 - 0x17D, followed by 2 unused data points). * Data length per Ability is 0x01 (1) bytes. * Addi...")
- 04:25, 20 November 2024 Text Format String Fetching (hist) [2,585 bytes] Nyzer (talk | contribs) (Created page with "<font face='Courier New'> # Determines which section of text strings to load from, depending on the value of the character used here. See Text Format for more information...")
- 16:18, 29 October 2024 SYS DrawPrim (hist) [854 bytes] Glain (talk | contribs) (Created page with " 00024bd8: 27bdffe0 addiu r29,r29,0xffe0 00024bdc: afb00010 sw r16,0x0010(r29) 00024be0: 00808021 addu r16,r4,r0 00024be4: 3c028003 lui r2,0x8003 00024be8: 8c42288c lw r2,...")
- 08:37, 26 October 2024 Item Secondary Data (hist) [750 bytes] Bee (talk | contribs) (Created page with " 80063f98 - Item Secondary Data - exists for items 0xF0 to 0xFD, inclusive on both ends. 0x00 - Formula 0x01 - Z value 0x02 - Inflict Status ID")
- 08:37, 26 October 2024 Accessory Secondary Data (hist) [741 bytes] Bee (talk | contribs) (Created page with " 80063f58 - Accessory Secondary Data - exists for items 0xD0 to 0xEF, inclusive on both ends. 0x00 - Physical Evade 0x01 - Magical Evade")
- 08:36, 26 October 2024 Helm/Armor Secondary Data (hist) [731 bytes] Bee (talk | contribs) (Created page with " 80063ed8 - Helm/Armor Secondary Data - exists for items 0x90 to 0xCF, inclusive on both ends. 0x00 - HP Bonus 0x01 - MP Bonus")
- 08:36, 26 October 2024 Shield Secondary Data (hist) [738 bytes] Bee (talk | contribs) (Created page with " 80063eb8 - Shield Secondary Data - exists for items 0x80 to 0x8F, inclusive on both ends. 0x00 - Physical Evade 0x01 - Magical Evade")
- 08:35, 26 October 2024 Weapon Secondary Data (hist) [1,118 bytes] Bee (talk | contribs) (Created page with "80063ab8 - Weapon Secondary Data - exists for items 0x00 to 0x7F, inclusive on both ends. 0x00 - Range 0x01 - Attack Flags 0x80 - Striking 0x40 - Lunging 0x20 - D...")
- 08:27, 26 October 2024 Item Data (hist) [2,259 bytes] Bee (talk | contribs) (Created page with "80062eb8 0x00 - Palette 0x01 - Sprite ID 0x02 - Required Level (for random generation) 0x03: Type Flags 0x80 - Weapon 0x40 - Shield 0x20 - Headgear 0x10 -...")
- 04:25, 22 October 2024 Load File (0xef82c) (hist) [1,498 bytes] Nyzer (talk | contribs) (Created page with "< WORLD.BIN Routines <font face='Courier New'> # BATTLE.BIN: Load File (0x13bc14) 000ef82c: 3c028015 lui r2,0x8015 000ef830: 8c4232e8 lw r2,0x32e8(r2) 000ef834:...")
- 04:04, 22 October 2024 Call Portrait loading routine (ATTACK.OUT) (hist) [326 bytes] Nyzer (talk | contribs) (Created page with " 001c8004: 27bdffe8 addiu r29,r29,0xffe8 001c8008: afbf0010 sw r31,0x0010(r29) 001c800c: 0c072034 jal 0x001c80d0 # Portrait loading routine (ATTACK.OUT) 00...")
- 04:01, 22 October 2024 Portrait loading routine (ATTACK.OUT) (hist) [12,766 bytes] Nyzer (talk | contribs) (Created page with "< ATTACK.OUT Routines # WORLD.BIN: Portrait loading routine 001c80d0: 27bdffb8 addiu r29,r29,0xffb8 001c80d4: 3c040002 lui r4,0x0002 001c80d8: afbf0040 sw r31,0x...")
- 03:51, 22 October 2024 Call Find Formation Palette Index (ATTACK.OUT) (hist) [269 bytes] Nyzer (talk | contribs) (Created page with " 001c7fe4: 27bdffe8 addiu r29,r29,0xffe8 001c7fe8: afbf0010 sw r31,0x0010(r29) 001c7fec: 0c072166 jal 0x001c8598 001c7ff0: 00000000 nop 001c7ff4: 8fbf0010 lw r31,0x0010(r2...")
- 03:38, 22 October 2024 Find Formation Palette Index (ATTACK.OUT) (hist) [14,827 bytes] Nyzer (talk | contribs) (Created page with "< ATTACK.OUT Routines # WORLD.BIN: Find Formation Palette Index # REQUIRE.OUT: Find Formation Palette Index (REQUIRE.OUT) 001c8598: 27bdffb8 addiu r29,r29,0xf...")
- 03:36, 22 October 2024 Find Formation Palette Index (REQUIRE.OUT) (hist) [12,403 bytes] Nyzer (talk | contribs) (Created page with "< REQUIRE.OUT # WORLD.BIN: Find Formation Palette Index # ATTACK.OUT: Find Formation Palette Index (ATTACK.OUT) 001c5458: 27bdffb8 addiu r29,r29,0xffb8 001c...")
- 01:43, 22 October 2024 Select Skillset To View (hist) [5,861 bytes] Nyzer (talk | contribs) (Created page with "<font face='Courier New'> 0011f090: 3c028019 lui r2,0x8019 0011f094: 8042bae3 lb r2,-0x451d(r2) 0011f098: 27bdffd8 addiu r29,r29,0xffd8 0011f09c: afbf0024 sw r31,0x0024(...") originally created as "Select Skillset To Learn From"
- 16:46, 19 October 2024 Some post action (including learn on hit setup) (hist) [4,959 bytes] Nyzer (talk | contribs) (Gave a crappy title to this page.)
- 07:53, 19 October 2024 WAVESET.WD (hist) [494 bytes] Talcall (talk | contribs) (Created page with "==WAVESET.WD Header== the header information contains quite a bit of meta data related to the sound fonts contained within the file. 0x00: dwdsP (string, file designation) 0...")
- 05:50, 15 October 2024 Ability Menu (hist) [11,111 bytes] Nyzer (talk | contribs) (Created page with "<font face='Courier New'> 0011dc98: 3c038019 lui r3,0x8019 0011dc9c: 8c63ba1c lw r3,-0x45e4(r3) 0011dca0: 27bdffd8 addiu r29,r29,0xffd8 0011dca4: afb00018 sw r16,0x0018(...")
- 20:53, 14 October 2024 Related To Formation Screen Lighting (hist) [25,813 bytes] Nyzer (talk | contribs) (Created page with "<font face='Courier New'> 00116264: 27bdff50 addiu r29,r29,0xff50 00116268: afbf00ac sw r31,0x00ac(r29) 0011626c: afbe00a8 sw r30,0x00a8(r29) 00116270: afb700a4 sw r23,0...")
- 06:58, 13 October 2024 Choose Unit for Deployment Screen Stats Display (hist) [2,048 bytes] Nyzer (talk | contribs) (Created page with " 001c5b50: 27bdffe8 addiu r29,r29,0xffe8 001c5b54: afbf0010 sw r31,0x0010(r29) 001c5b58: 0c070f2a jal 0x 001c3ca8 001c5b5c: 00000000 nop 001c5b60: 3c04801e lui r4,0x801e...")