diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 21:30:05 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-12 00:52:13 -0700 |
| commit | fd2235e678c58cebd6255b5e658e704ee5138591 (patch) | |
| tree | 6b7a3e2ae3030f4078ac4cbf9b59cd9529055fa2 /engine/overworld/emotion_bubbles.asm | |
| parent | Remove the last address comments (diff) | |
| download | pokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.tar.gz pokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.tar.xz pokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.zip | |
sync engine code with pokeyellow
Diffstat (limited to 'engine/overworld/emotion_bubbles.asm')
| -rwxr-xr-x | engine/overworld/emotion_bubbles.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/emotion_bubbles.asm b/engine/overworld/emotion_bubbles.asm index 4df8b6f6..ac4276bd 100755 --- a/engine/overworld/emotion_bubbles.asm +++ b/engine/overworld/emotion_bubbles.asm @@ -17,11 +17,11 @@ EmotionBubble: ld [wUpdateSpritesEnabled], a ld a, [wd736] bit 6, a ; are the last 4 OAM entries reserved for a shadow or fishing rod? - ld hl, wOAMBuffer + $8f - ld de, wOAMBuffer + $9f + ld hl, wOAMBuffer + 4 * 35 + $3 ; $8f + ld de, wOAMBuffer + 4 * 39 + $3 ; $9f jr z, .next - ld hl, wOAMBuffer + $7f - ld de, wOAMBuffer + $8f + ld hl, wOAMBuffer + 4 * 31 + $3 ; $7f + ld de, wOAMBuffer + 4 * 35 + $3 ; $8f ; Copy OAM data 16 bytes forward to make room for emotion bubble OAM data at the ; start of the OAM buffer. |
