diff options
author | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-15 17:25:36 -0500 |
---|---|---|
committer | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-15 17:25:36 -0500 |
commit | d418321627afa2e5796fe8287ba880b0c84c81fa (patch) | |
tree | e0b21e29ff6fd427d48ed1d55f57d119ab192836 /src | |
parent | 7b2bf8c7e2249f66a04eabdbaeb2a8018855955f (diff) |
Update crt0.s
Diffstat (limited to 'src')
-rw-r--r-- | src/crt0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crt0.s b/src/crt0.s index cc83a04df..385e340a5 100644 --- a/src/crt0.s +++ b/src/crt0.s @@ -76,8 +76,8 @@ GPIOPortReadEnable: @ 80000C8 .4byte 0x00000008 @ offsetof(struct SaveBlock2, playerGender) .4byte 0x00000ca8 @ offsetof(struct SaveBlock2, frontier.challengeStatus) .4byte 0x00000ca8 @ offsetof(struct SaveBlock2, frontier.challengeStatus) - .4byte 0x000031c7 @ offsetof(struct SaveBlock1, ? part-way into giftRibbons) - .4byte 0x000031b3 @ offsetof(struct SaveBlock1, ? part-way into giftRibbons) + .4byte 0x000031c7 @ offsetof(struct SaveBlock1, externalEventFlags) + .4byte 0x000031b3 @ offsetof(struct SaveBlock1, externalEventData) .4byte 0x00000000 .4byte gBaseStats |