diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
| commit | 5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch) | |
| tree | 82fd7aadc36baf46d888b90f3447103d8eaac06f /data/trainer_moves.asm | |
| parent | data/evos_moves.asm (diff) | |
| download | pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.gz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.xz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.zip | |
Fewer underscores in constants
dannye
Diffstat (limited to 'data/trainer_moves.asm')
| -rwxr-xr-x | data/trainer_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
