summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-10 23:35:43 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-10 23:35:43 +0700
commit05ee40e73c4cca832e28a21039d4dd1c53b69c5c (patch)
tree47d525e34b7546fecace187a6ea9ee16ced99e8e /engine
parent20e4167f6959b86c86643a2e2b98b52bb46ead13 (diff)
Use dbpixel for intro bubble data
Diffstat (limited to 'engine')
-rw-r--r--engine/movie/opening_cutscene.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/movie/opening_cutscene.asm b/engine/movie/opening_cutscene.asm
index bd475f8..49c4035 100644
--- a/engine/movie/opening_cutscene.asm
+++ b/engine/movie/opening_cutscene.asm
@@ -362,12 +362,12 @@ Intro_InitBubble:
ret
.pixel_table
- db $30, $74
- db $70, $94
- db $50, $84
- db $60, $78
- db $20, $68
- db $40, $88
+ dbpixel 6, 14, 0, 4
+ dbpixel 14, 18, 0, 4
+ dbpixel 10, 16, 0, 4
+ dbpixel 12, 15, 0, 0
+ dbpixel 4, 13, 0, 0
+ dbpixel 8, 17, 0, 0
Intro_InitMagikarps:
depixel 8, 7, 0, 7