Adding tree pulls, bush crabs, and stun prizes to logic consideration
This commit is contained in:
15
Tables.py
15
Tables.py
@@ -124,3 +124,18 @@ divisor_lookup = {
|
||||
# 0xf0: 0xb53, 0xf1: 0xb53, 0xf2: 0xba0, 0xf3: 0xba0, 0xf4: 0xba5, 0xf5: 0xba5, 0xf6: 0xbac, 0xf7: 0xbac,
|
||||
# 0xf8: 0xbac, 0xf9: 0xbba, 0xfa: 0xbc1, 0xfb: 0xbcc, 0xfc: 0xbd7, 0xfd: 0xbd7, 0xfe: 0xbba, 0xff: 0xbe3
|
||||
# }
|
||||
|
||||
prize_lookup = {
|
||||
0xd8: 'Small Magic Refill',
|
||||
0xd9: 'Rupee (1)',
|
||||
0xda: 'Rupees (5)',
|
||||
0xdb: 'Rupees (20)',
|
||||
0xdc: 'Bomb (1)',
|
||||
0xdd: 'Bombs (4)',
|
||||
0xde: 'Bombs (8)',
|
||||
0xdf: 'Heart',
|
||||
0xe0: 'Fairy',
|
||||
0xe1: 'Arrows (5)',
|
||||
0xe2: 'Arrows (10)',
|
||||
0xe3: 'Full Magic Refill'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user