Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions symbols/arm9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5042,6 +5042,8 @@ arm9:
- name: GetPixelOffsetFromSprite
address:
EU: 0x201D02C
NA: 0x201CF90
JP: 0x201CFE8
description: |-
Converts a WAN offset on a sprite into a pixel offset.

Expand All @@ -5051,6 +5053,8 @@ arm9:
- name: FillPixelOffsetArrayFromSprite
address:
EU: 0x201D0D0
NA: 0x201D034
JP: 0x201D08C
description: |-
Converts the first array_len WAN offsets on a sprite into an array of pixel offsets.

Expand Down
4 changes: 4 additions & 0 deletions symbols/overlay29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3284,6 +3284,8 @@ overlay29:
- name: TryPointCameraToFarOffTeammate
address:
EU: 0x22FA24C
NA: 0x22F9840
JP: 0x22FADF8
description: |-
Attempts to place the camera on top of the specified teammate.

Expand Down Expand Up @@ -5240,6 +5242,8 @@ overlay29:
- name: ResetTypeChanges
address:
EU: 0x230870C
NA: 0x2307CE0
JP: 0x2309210
description: |-
Resets any type changes that the given monster has undergone.

Expand Down
Loading