Marin submitted a new resource:
Generation 5 Door Zoom Animation - When entering a house in Pokémon BW/BW2, it'd zoom in and fade out. This replicates that.
Read more about this resource...
Generation 5 Door Zoom Animation - When entering a house in Pokémon BW/BW2, it'd zoom in and fade out. This replicates that.
You know how in generation 5, you had this zoom animation for doors?
And this replicates that:
To achieve this, you have to do the following:
Put this code in a new section or somewhere else. Doesn't really matter.
Code:def pbZoomIn $zoom.dispose if $zoom vp = Viewport.new(0,0,Graphics.width,Graphics.height) vp.z = 1000000 $zoom...
Read more about this resource...