jep-hack/engine/phone/scripts/blue.asm
Llinos Evans 30e57c9e38 Blue's Lab Groundwork
So the scenes are massively unfinished and need some bug fixes, namely;
- Make the Silent Hills scene load properly.
- Finish the interior scene; have the player walk into the map.
- Make the scene loading in the second Blue's Lab room load properly (same issue as Silent Hills)

Main issues come from the events not working like RBY:
- You cannot be walked directly into a warp!
- Coord events don't seem to trigger scenes on their own and I'm just kind of perplexed by it.

If anyone more experienced wants to take a stab at it, by all means! This is looking really good!
2024-07-19 23:42:49 +01:00

9 lines
244 B
NASM

; As the Nihon story progresses, Blue's responses should change based on story progression.
; Similar to Elm, he won't call much. Expect this to change a LOT!
BluePhoneCalleeScript:
farwritetext BlueAnswerPhoneRegularText
promptbutton
end