All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Final Fantasy Hacktics Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 23:42, 31 July 2020 Xifanie talk contribs created page Template:IE CD (Created page with "{CD} PostEvent")
- 14:21, 1 July 2020 Glain talk contribs created page Handle Menu Action (WORLD.BIN) (Created page with " # ROUTINE: HANDLE MENU ACTION (WORLD.BIN) # Handles taking a menu action. # This function is an analog to Handle Menu Action in BATTLE.BIN. # Param...")
- 14:21, 1 July 2020 Glain talk contribs created page 0xebf8c (Created page with " 800ebf8c: 3c028019 lui r2,0x8019 800ebf90: 8c426118 lw r2,0x6118(r2) # *0x80096118 800ebf94: 27bdffd8 addiu r29,r29,-0x0028 800ebf98: afb20018 sw r18...")
- 14:21, 1 July 2020 Glain talk contribs created page Handle Formation Screen Triangle Menu (Created page with " # ROUTINE: HANDLE FORMATION SCREEN TRIANGLE MENU # No parameters. 800ecf20: 27bdfec8 addiu r29,r29,-0x0138 800ecf24: afbf0130 sw r31,0x0130(r29) 800ecf28: afb50...")
- 14:20, 1 July 2020 Glain talk contribs created page Get Menu Controller Input (WORLD.BIN) (Created page with " # ROUTINE: Get Menu Controller Input (WORLD.BIN) # Parameters: # r4 = (p1) ? 800fda34: 3c028019 lui r2,0x8019 800fda38: 24425c34 addiu r2,r2,0x5c34...")
- 14:19, 1 July 2020 Glain talk contribs created page Initialize Thread (WORLD.BIN) (Created page with " # ROUTINE: INITIALIZE THREAD (WORLD.BIN) # This routine is an analog to Initialize Thread in BATTLE.BIN. # Parameters: # r4 = (threadID) Thread...")
- 14:19, 1 July 2020 Glain talk contribs created page Mark Thread As Running (WORLD.BIN) (Created page with " # ROUTINE: Mark Thread As Running (WORLD.BIN) # Analog to Mark Thread As Running in BATTLE.BIN. # Marks specified thread as in use. # Parameters:...")
- 14:19, 1 July 2020 Glain talk contribs created page Mark Thread As Stopped (WORLD.BIN) (Created page with " # ROUTINE: Mark Thread As Stopped (WORLD.BIN) # Analog to Mark Thread As Stopped in BATTLE.BIN. # Mark the specified thread as not in use. # Parame...")
- 14:18, 1 July 2020 Glain talk contribs created page Get First Thread Parameter (WORLD.BIN) (Created page with " # ROUTINE: GET FIRST THREAD PARAMETER (WORLD.BIN) # This routine is an analog to Get First Thread Parameter in BATTLE.BIN. # Returns: # r2 = Fi...")
- 14:18, 1 July 2020 Glain talk contribs created page Get Second Thread Parameter (WORLD.BIN) (Created page with " # ROUTINE: GET SECOND THREAD PARAMETER (WORLD.BIN) # This routine is an analog to Get Second Thread Parameter in BATTLE.BIN. # Returns: # r2 =...")
- 14:17, 1 July 2020 Glain talk contribs created page Check Thread Running Status (WORLD.BIN) (0x100164) (Created page with " # ROUTINE: CHECK THREAD RUNNING STATUS (WORLD.BIN) (0x100164) # Find whether or not thread is running / in use # This routine is an analog to Check Thread R...")
- 14:15, 1 July 2020 Glain talk contribs created page Handle Simple Selection Menu (WORLD.BIN) (Created page with " # ROUTINE: Handle Simple Selection Menu (WORLD.BIN) (0x11241c) # Displays a simple selection menu that contains only one column per row. # This function is ra...")
- 14:14, 1 July 2020 Glain talk contribs created page Formation Screen Frame Processing (Created page with " # ROUTINE: Formation Screen Frame Processing 801140bc: 27bdffe8 addiu r29,r29,-0x0018 801140c0: afbf0014 sw r31,0x0014(r29) 801140c4: afb00010 sw r16,0x0010(r29) 8011...")
- 14:13, 1 July 2020 Glain talk contribs created page Order Unit Menu Processing (Created page with " # ROUTINE: Order Unit Menu Processing 801200f8: 3c028019 lui r2,0x8019 801200fc: 8042bae8 lb r2,-0x4518(r2) # setValue = *0x8018bae8 80120100: 27b...")
- 14:13, 1 July 2020 Glain talk contribs created page Handle Dismiss Unit Menu (Created page with " # ROUTINE: Handle Dismiss Unit Menu 80120344: 3c028019 lui r2,0x8019 80120348: 8442d768 lh r2,-0x2898(r2) # *0x8018d768 8012034c: 27bdffd0 addiu r...")
- 14:12, 1 July 2020 Glain talk contribs created page Run Menu Thread (WORLD.BIN) (Created page with " # ROUTINE: RUN MENU THREAD (WORLD.BIN) # Checks running status of thread with specified threadID. If not running, initalizes it with specified function pointer from...")
- 14:12, 1 July 2020 Glain talk contribs created page Dismiss unit (by formation index) (with checks) (Created page with " 00120930: 27bdffe0 addiu r29,r29,0xffe0 00120934: 00801021 addu r2,r4,r0 00120938: afb10014 sw r17,0x0014(r29) 0012093c: 00028c00 sll r17,r2,0x10 00120940: 00112403 sra r...")
- 13:46, 1 July 2020 Glain talk contribs created page Post-battle Unit Changes (Created page with " # ROUTINE: Post-battle Unit Changes # Calls Post-battle (0x1c4740) and then handles the unit join prompts. 801c6988: 27bdffa8 addiu r29,r29,-0x0058 801c698c:...")
- 13:46, 1 July 2020 Glain talk contribs created page Post-battle party full unit join selection (Created page with " # ROUTINE: Post-battle party full unit join selection # Related to selecting which unit to remove from party when a unit is joining and the party is full 801c60a0...")
- 13:46, 1 July 2020 Glain talk contribs created page Get Free Party Slot Status (Created page with " # ROUTINE: Get Free Party Slot Status # Parameters: # r4 = (unitIndex) Battle unit index # Returns: # r2 = 2, if unit is joining as G...")
- 13:34, 1 July 2020 Glain talk contribs created page Mark Thread As Stopped (Created page with " # ROUTINE: Mark Thread As Stopped # Mark the specified thread as not in use. # Parameters: # r4 = (threadIndex) Specified thread index 8014c940:...")
- 13:34, 1 July 2020 Glain talk contribs created page Mark Thread As Running (Created page with " # ROUTINE: Mark Thread As Running # Marks specified thread as in use. # Parameters: # r4 = (threadIndex) Specified thread index 8014c924: 3c0280...")
- 12:55, 1 July 2020 Glain talk contribs created page 0x6aed0 (Created page with " # ROUTINE: ? 0x6aed0 # Parameters: # r4 = (p1) Struct data # First 8 entries are 4-byte values, and final 3 are 1-byte values. #...")
- 14:12, 18 June 2020 User account Jumza talk contribs was created by Xifanie talk contribs
- 21:21, 10 June 2020 Glain talk contribs created page Build Image Data for Now Loading message (Created page with " # ROUTINE: Build Image Data for Now Loading message # Parameters: # r4 = (shouldDisplay) Affects whether the message displays (Displays if value is 1, doe...")
- 15:16, 9 June 2020 Glain talk contribs created page Image Loading Setup? (0xfdcf0) (Created page with " # ROUTINE: Image loading setup? (0xfdcf0) # This routine is an analog to Image loading setup? (0x14a834) in BATTLE.BIN. # Parameters: # r4 = (d...")
- 15:15, 9 June 2020 Glain talk contribs created page 000fdce8 - 000fdcec (Created page with " 800fdce8: 03e00008 jr r31 800fdcec: 00000000 nop")
- 23:45, 7 June 2020 Glain talk contribs created page Obtain Gil (Created page with " # ROUTINE: OBTAIN GIL # Adds gil to the player's war funds. Caps at 99999999. # Parameters: # r4 = (gilAmount) Amount of gil to add # Retur...")
- 17:04, 29 May 2020 Glain talk contribs created page Load ENTD Units (Created page with " # ROUTINE: Load ENTD Units # Parameters: # r4 = (p_ENTDPointer) Current ENTD pointer? 8017f8a0: 27bdff80 addiu r29,r29,-0x0080 8017f8a4: 340800fe ori...")
- 05:19, 8 May 2020 Xifanie talk contribs created page File:World Map Editor 1.01.xlsx
- 05:19, 8 May 2020 Xifanie talk contribs uploaded File:World Map Editor 1.01.xlsx
- 07:44, 29 April 2020 Raijinili talk contribs created page 0018eea0 (Redirected page to Random Process, gives a number between 0-7fff) Tag: New redirect
- 07:40, 29 April 2020 Raijinili talk contribs created page 0018acdc (Redirected page to Phoenix Down on Undead) Tag: New redirect
- 07:39, 29 April 2020 Raijinili talk contribs deleted page Phoenix down on undead (Unnecessary redirect)
- 07:39, 29 April 2020 Raijinili talk contribs moved page Phoenix down on undead to Phoenix Down on Undead (Ugh why would I not fix that.)
- 07:38, 29 April 2020 Raijinili talk contribs moved page Pheonix down on undead to Phoenix down on undead (Typo)
- 04:41, 29 April 2020 Raijinili talk contribs moved page 60 Dmg ((MA+Y)/2*MA) 6.25 Status to 60 Dmg ((MA+Y)/2*MA) Status (Not 6.25%, but 19%)
- 02:36, 29 April 2020 Raijinili talk contribs created page 001889a4 (Redirected page to 2Truth/Formula 5E-5F Calculate damage) Tag: New redirect
- 01:19, 29 April 2020 Raijinili talk contribs moved page 22 to 22 Hit (100%) Status (Reflecting FFTPatcher's desc.)
- 01:16, 29 April 2020 Raijinili talk contribs created page 00188744 (Address redirect) Tag: New redirect
- 01:14, 29 April 2020 Raijinili talk contribs created page 00187350 (Subroutine address redirect) Tag: New redirect
- 01:13, 29 April 2020 Raijinili talk contribs created page 00186568 (Address redirect to subroutine) Tag: New redirect
- 01:12, 29 April 2020 Raijinili talk contribs created page 00185c94 (Address redirect) Tag: New redirect
- 01:10, 29 April 2020 Raijinili talk contribs created page 00187f24 (Address redirect) Tag: New redirect
- 01:09, 29 April 2020 Raijinili talk contribs created page 00187910 (Redirected page to Katana Break Chance) Tag: New redirect
- 07:36, 28 April 2020 Raijinili talk contribs created page Talk:Katana Break Chance (Created page with "Hacking 0x80192db0 (half) to these values after the last call to this subroutine: * 0x0008: Katana in inventory; no "Broken". * 0x1000: Katana not in inventory; "Broken". * 0x...")
- 07:10, 8 April 2020 Raijinili talk contribs created page User talk:Glain (Created page with "Why was Random Number Generator duplicated to Rand in 2018? --~~~~")
- 07:07, 8 April 2020 Raijinili talk contribs deleted page Code (Duplicate of Jump_to_0x5c4 (which might also be deleted).)
- 04:06, 2 September 2019 Raijinili talk contribs moved page Chance of Critical Hit to Change chance of Critical Hit (Descriptiver. Old title sounds like a mechanics or description page.)
- 04:04, 2 September 2019 Raijinili talk contribs moved page Axe and Flail Formula to Axe and Flail Formula Adds PA*WP (Descriptiver.)