not using wave offset, remove it
This commit is contained in:
		
							
								
								
									
										10
									
								
								vacation.p8
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								vacation.p8
									
									
									
									
									
								
							| @@ -1431,14 +1431,8 @@ function setup_arcade_pal() | |||||||
|  pal(game_uw_pal, 2) |  pal(game_uw_pal, 2) | ||||||
| end | end | ||||||
|  |  | ||||||
| -- global wave amplitude clock | function wave() | ||||||
| -- wave per 2 seconds |  return 2.5 * sin((t())>>1) | ||||||
| -- optional toff: offset. at |  | ||||||
| -- toff==0 draw directly under |  | ||||||
| -- the dolphin |  | ||||||
| function wave(toff) |  | ||||||
|  toff = toff or 0 |  | ||||||
|  return 2.5 * sin((t()+toff)>>1) |  | ||||||
| end | end | ||||||
|  |  | ||||||
| function clear_alt_pal_bits() | function clear_alt_pal_bits() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user