Advertisement
Guest User

Untitled

a guest
Jan 9th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 1.39 KB | None | 0 0
  1. 0802543C - checks fuel levels
  2.     0849A1C0 - script?
  3.  
  4. 08034650 - main game handling branch?
  5.     reference table: 080345fc
  6.     0x00 - softlock?
  7.    
  8.     0x01 - 08034938 checks if a turn limit was reached
  9.         moves to state 2 afterwards
  10.        
  11.     0x02 - 080349e4 makes the screen black for VS mode with humans
  12.         moves to state 3 afterwards
  13.    
  14.     0x03 - 08034af8 changes active player, plays the "press A to continue screen" for FOW
  15.         moves to state 4 afterwards
  16.    
  17.     0x04 - 08034db0 play "DAY X" banner
  18.    
  19.     0x05 - 08034dcc update music (and some other stuff related to the map)
  20.         -note: the game has handling to update music if CO Powers are in effect
  21.         even though they normally expire at the start of a day.
  22.    
  23.     0x06 - 08034df8 update weather
  24.    
  25.     0x07 - 08034ea4 ???
  26.         -jumps to either 8 or 9
  27.    
  28.     0x08 - 08034c90 ???
  29.    
  30.     0x09 - 08034ca4 refuels/restock
  31.    
  32.     0x0a - 08034cb8 ??? (makes CO graphic flicker)
  33.         -loops through something
  34.    
  35.     0x0b - 08034cd4 ??? (makes CO graphic flicker)
  36.         -checks maps with black hole inventions, so it might be that?
  37.        
  38.     0x0c - 08034d18 figure out who to give control of the turn
  39.         -chooses between 0xd, 0xe or 0x13
  40.    
  41.     0x0d - 0802dc2c give control to the player
  42.     0x0e - 0806171c give control to the AI
  43.     0x0f - softlock?
  44.     0x10 - 08034ed0 execute a game action
  45.     0x11 - softlock?
  46.     0x12 - 08034ef0
  47.     0x13 - 08034350
  48.     0x14 - 08034f1c
  49.    
  50.     08034938 - ?
  51.    
  52. 08034DA4 - handles state updating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement