Updated basepatch
This commit is contained in:
		
							parent
							
								
									afe371613c
								
							
						
					
					
						commit
						8f1a6a434e
					
				
							
								
								
									
										4
									
								
								Rom.py
								
								
								
								
							
							
						
						
									
										4
									
								
								Rom.py
								
								
								
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
from __future__ import annotations
 | 
					from __future__ import annotations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
 | 
					JAP10HASH = '03a63945398191337e896e5771f77173'
 | 
				
			||||||
RANDOMIZERBASEHASH = '2e014eec91e08d0977d083fd4a6ae41d'
 | 
					RANDOMIZERBASEHASH = 'e386e83126c15ecd836404a84a9663e9'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io
 | 
					import io
 | 
				
			||||||
import json
 | 
					import json
 | 
				
			||||||
| 
						 | 
					@ -1513,7 +1513,7 @@ def write_custom_shops(rom, world, player):
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            sram_offset += shop.item_count
 | 
					            sram_offset += shop.item_count
 | 
				
			||||||
        shop_data.extend(bytes)
 | 
					        shop_data.extend(bytes)
 | 
				
			||||||
        # [id][item][price-low][price-high][max][repl_id][repl_price-low][repl_price-high]
 | 
					        # [id][item][price-low][price-high][max][repl_id][repl_price-low][repl_price-high][player]
 | 
				
			||||||
        for item in shop.inventory:
 | 
					        for item in shop.inventory:
 | 
				
			||||||
            if item is None:
 | 
					            if item is None:
 | 
				
			||||||
                break
 | 
					                break
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue