mirror of
				https://github.com/simon987/Much-Assembly-Required.git
				synced 2025-11-04 01:56:53 +00:00 
			
		
		
		
	Fixed Blueprint link
							parent
							
								
									b3e6263f89
								
							
						
					
					
						commit
						89e096cc3a
					
				@ -3,9 +3,9 @@ The construction arm allows a Cubot to read a blueprint from memory and place a
 | 
				
			|||||||
### Interrupt Behavior
 | 
					### Interrupt Behavior
 | 
				
			||||||
| Value of A | Action | Energy cost | Result |
 | 
					| Value of A | Action | Energy cost | Result |
 | 
				
			||||||
| --- | --- | --- | --- |
 | 
					| --- | --- | --- | --- |
 | 
				
			||||||
| `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](#) from memory starting at address `X`. The result code is stored in `B` |
 | 
					| `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](https://github.com/simon987/Much-Assembly-Required/wiki/Blueprint) from memory starting at address `X`. The result code is stored in `B` |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If successful, a new [Construction Site](#) will be placed in front of the player.
 | 
					If successful, a new [Construction Site](Blueprint) will be placed in front of the player.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Result codes**
 | 
					**Result codes**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user