diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index 79fddedbf..e98f96690 100644 --- a/data/data2.s +++ b/data/data2.s @@ -1350,9 +1350,16 @@ gAccuracyStageRatios:: @ 81FAB1C .byte 133, 50, 0, 0 @ +5 .byte 3, 1, 0, 0 @ +6 -gUnknown_081FAB50:: @ 81FAB50 - .incbin "baserom.gba", 0x001fab50, 0xc +@ The chance is 1/N for each stage. + .align 1 +gCriticalHitChance:: @ 81FAB50 + .2byte 16 @ +0 + .2byte 8 @ +1 + .2byte 4 @ +2 + .2byte 3 @ +3 + .2byte 2 @ +4 + .align 2 gUnknown_081FAB5C:: @ 81FAB5C .incbin "baserom.gba", 0x001fab5c, 0xf0 |