aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/healing_machine.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:47:36 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:47:36 -0500
commit62f64aa793c25b96109a5bf9c1fdf57257f4524f (patch)
tree307167c2c752535f66c397707a5ef44726b499f5 /engine/overworld/healing_machine.asm
parentSync more with pokered (diff)
downloadpokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.tar.gz
pokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.tar.xz
pokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.zip
Define OAM_HIGH_PALS for %100 in OAM attributes
Diffstat (limited to 'engine/overworld/healing_machine.asm')
-rwxr-xr-xengine/overworld/healing_machine.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm
index 84891353..a081811b 100755
--- a/engine/overworld/healing_machine.asm
+++ b/engine/overworld/healing_machine.asm
@@ -65,14 +65,14 @@ PokeCenterFlashingMonitorAndHealBall:
PokeCenterOAMData:
; heal machine monitor
- dbsprite 6, 4, 4, 4, $7c, OAM_OBP1 | %100
+ dbsprite 6, 4, 4, 4, $7c, OAM_OBP1 | OAM_HIGH_PALS
; poke balls 1-6
- dbsprite 6, 5, 0, 3, $7d, OAM_OBP1 | %100
- dbsprite 7, 5, 0, 3, $7d, OAM_OBP1 | OAM_HFLIP | %100
- dbsprite 6, 6, 0, 0, $7d, OAM_OBP1 | %100
- dbsprite 7, 6, 0, 0, $7d, OAM_OBP1 | OAM_HFLIP | %100
- dbsprite 6, 6, 0, 5, $7d, OAM_OBP1 | %100
- dbsprite 7, 6, 0, 5, $7d, OAM_OBP1 | OAM_HFLIP | %100
+ dbsprite 6, 5, 0, 3, $7d, OAM_OBP1 | OAM_HIGH_PALS
+ dbsprite 7, 5, 0, 3, $7d, OAM_OBP1 | OAM_HIGH_PALS | OAM_HFLIP
+ dbsprite 6, 6, 0, 0, $7d, OAM_OBP1 | OAM_HIGH_PALS
+ dbsprite 7, 6, 0, 0, $7d, OAM_OBP1 | OAM_HIGH_PALS | OAM_HFLIP
+ dbsprite 6, 6, 0, 5, $7d, OAM_OBP1 | OAM_HIGH_PALS
+ dbsprite 7, 6, 0, 5, $7d, OAM_OBP1 | OAM_HIGH_PALS | OAM_HFLIP
; d = value to xor with palette
FlashSprite8Times: