diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-15 17:33:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:33:29 -0500 |
commit | f8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (patch) | |
tree | e0b21e29ff6fd427d48ed1d55f57d119ab192836 /src/crt0.s | |
parent | 5f58ea02c66a7e1a7d0164ba497bfa2d7527328b (diff) | |
parent | d418321627afa2e5796fe8287ba880b0c84c81fa (diff) |
Merge pull request #1334 from Deokishisu/giftRibbons-doc
[LEAK-INFORMED] Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h
Diffstat (limited to 'src/crt0.s')
-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 |