diff options
author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-10-11 12:04:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:04:44 -0700 |
commit | 18726d97cfe82c38a4809ca1fb4fd4aeda7a7ee1 (patch) | |
tree | dddb4b3dcb10acaa2b9059ba68b6c6bf8e23a565 /asm/wonder_mail_3.s | |
parent | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (diff) |
More text cleanup (#62)
* Update build.yml
temporarily so that I can edit without having to try to figure out why my Git client keeps crashing
* Fix references to the old save.inc text labels
* Labels
welp here we go again
* Give Wonder Mail client 'thanks' text more descriptive function label names
* Change back the workflow
Diffstat (limited to 'asm/wonder_mail_3.s')
-rw-r--r-- | asm/wonder_mail_3.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/asm/wonder_mail_3.s b/asm/wonder_mail_3.s index 797431c..cd6126f 100644 --- a/asm/wonder_mail_3.s +++ b/asm/wonder_mail_3.s @@ -1069,22 +1069,22 @@ _0802DDDC: ldr r0, _0802DDE0 b _0802DE1C .align 2, 0 -_0802DDE0: .4byte gUnknown_80E0184 +_0802DDE0: .4byte gWonderMailClientThanksForRescuingMe _0802DDE4: ldr r0, _0802DDE8 b _0802DE1C .align 2, 0 -_0802DDE8: .4byte gUnknown_80E01A0 +_0802DDE8: .4byte gWonderMailClientThanksForRescuingThem _0802DDEC: ldr r0, _0802DDF0 b _0802DE1C .align 2, 0 -_0802DDF0: .4byte gUnknown_80E01C4 +_0802DDF0: .4byte gWonderMailClientEscorted _0802DDF4: ldr r0, _0802DDF8 b _0802DE1C .align 2, 0 -_0802DDF8: .4byte gUnknown_80E01F0 +_0802DDF8: .4byte gWonderMailClientItemDelivered1 _0802DDFC: ldr r0, [r5] ldr r0, [r0, 0x34] @@ -1108,7 +1108,7 @@ _0802DE1C: bl sub_80141B4 b _0802DE3E .align 2, 0 -_0802DE2C: .4byte gUnknown_80E0218 +_0802DE2C: .4byte gWonderMailClientItemDelivered2 _0802DE30: .4byte 0x0000010d _0802DE34: ldr r0, [r5] |