Harmonize some more symbols with pokegold

This commit is contained in:
Rangi
2020-06-16 11:28:52 -04:00
parent 4342ced31f
commit b9f2b93c17
34 changed files with 69 additions and 63 deletions

View File

@@ -2503,8 +2503,8 @@ CableClubCheckWhichChris:
ld [wScriptVar], a
ret
Unreferenced_Gen1LinkCommsBorderGFX:
INCBIN "gfx/trade/unused_gen_1_border_tiles.2bpp"
Unreferenced_GSLinkCommsBorderGFX:
INCBIN "gfx/trade/unused_gs_border_tiles.2bpp"
Unreferenced_Function29fe4:
ld a, BANK(sPartyMail)

View File

@@ -1,6 +1,6 @@
PrepMysteryGiftDataToSend:
ld de, wMysteryGiftStaging
ld a, $1
ld a, $1 + GS_VERSION
ld [de], a
inc de ; wc801
ld a, BANK(sGameData)