4 lines
108 B
Python
4 lines
108 B
Python
|
|
|
||
|
|
def fixTrendy(rom):
|
||
|
|
rom.patch(0x04, 0x2F29, "04", "02") # Patch the trendy game shield to be a ruppee
|