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)- 21:43, 29 August 2020 Glain talk contribs created page Store Thread Parameters (0x14ca58) (Created page with " # ROUTINE: STORE THREAD PARAMETERS (0x14ca58) # Parameters: # r4 = (threadID) Thread ID # r5 = (funcParam1) Function para...")
- 03:22, 29 August 2020 Glain talk contribs created page Event Jump (Created page with " # ROUTINE: Event jump # Handles a jump (forward or backward) in an event. # Parameters: # r4 = (limitByteOffset) Event byte offset to treat as the...")
- 14:32, 27 August 2020 Glain talk contribs created page Sprite Move Beta (Created page with " 80146f20: 27bdffe8 addiu r29,r29,-0x0018 80146f24: afbf0010 sw r31,0x0010(r29) 80146f28: 0c052752 jal 0x80149d48 # Set Thread Task ID (0x0b); 80146f2c:...")
- 14:17, 17 August 2020 Glain talk contribs created page Memset (Created page with " # memset (dst, fillbyte, len) # Fills (len) bytes at location (dst) with byte (fillbyte). 800222fc: 240a00a0 addiu r10,r0,0x00a0 80022300: 01400008 jr r10 80022304: 2...")
- 22:20, 11 August 2020 Glain talk contribs created page Check Battle Outcome (Created page with " # ROUTINE: CHECK BATTLE OUTCOME # No parameters. # Returns: # r2 = { # 0 , On player victory # -1, On player defea...")
- 22:01, 11 August 2020 Glain talk contribs created page Does Unit Have Status In Set (Created page with " # ROUTINE: DOES UNIT HAVE STATUS IN SET # Checks if a unit has a status in the specified Status Set (from RAM location 0x800662d0). Returns true (1) if so, and fals...")
- 16:25, 5 August 2020 Glain talk contribs created page ETC.OUT (Created page with "== ETC.OUT RAM == 001bf01c - 001bf3d4: Show Graphic 001c017c - 001c03a8: Show Chapter Title 001c03ac - 001c05d0: Show Gameover Image 001c05d4 - 001c0644: S...")
- 16:21, 5 August 2020 Glain talk contribs created page ATTACK.OUT ROUTINES (Created page with "== ATTACK.OUT RAM == 001c3078 - 001c33a4: ? 0x1c3078 (Determines fieldable units) 001c33a8 - 001c33c0: Load Halfword (ATTACK.OUT) 001c34b4 - 001c3afc: Load Scen...")
- 16:21, 5 August 2020 Glain talk contribs created page OPEN.BIN (Created page with "== OPEN.BIN RAM == 000670f0 - 00067208: OPEN.BIN Main Routine 00067d84 - 00067e64: Button Input Related? (0x67d84) 00068268 - 00068380: Button Input Related? (...")
- 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. #...")
- 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...")
- 22:15, 27 March 2011 User account Glain talk contribs was created