From 5aa4d6c777507ff7403f2f14ab602007b17f19ab Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 22 Dec 2015 16:06:11 -0500 Subject: Fewer underscores in constants dannye --- data/trainer_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/trainer_moves.asm') diff --git a/data/trainer_moves.asm b/data/trainer_moves.asm index 2e3f3b02..dbff96f4 100755 --- a/data/trainer_moves.asm +++ b/data/trainer_moves.asm @@ -22,7 +22,7 @@ SpecialTrainerMoves: ; 39c6b (e:5c6b) db 2,4,BUBBLEBEAM db 0 - db LT__SURGE,$1 + db LT_SURGE,$1 db 1,1,THUNDERBOLT db 1,2,MEGA_PUNCH db 1,3,MEGA_KICK -- cgit v1.3.1-sl0p