diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 19:37:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 19:37:50 -0400 |
| commit | 97c1f9dd27250f4bea46e8a3367f25127f119781 (patch) | |
| tree | 4ede22e611ec6ccebda0652c01b1876799006ef1 /data | |
| parent | bc116a0db0857ef49ba4a65bf98b9b8339315c01 (diff) | |
ReplaceChrisSprite -> UpdatePlayerSprite
Diffstat (limited to 'data')
| -rw-r--r-- | data/special_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/special_pointers.asm b/data/special_pointers.asm index 39207e73..b7e4d213 100644 --- a/data/special_pointers.asm +++ b/data/special_pointers.asm @@ -71,7 +71,7 @@ SpecialsPointers:: add_special UpdateTimePals add_special ClearTilemap add_special UpdateSprites - add_special ReplaceChrisSprite + add_special UpdatePlayerSprite add_special GameCornerPrizeMonCheckDex add_special UnusedSetSeenMon add_special WaitSFX, 3 |
