diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2015-04-01 16:16:43 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2015-04-01 17:05:49 +0200 |
| commit | 77d0e5ff84cc61ae625da19f184094241eddd4dc (patch) | |
| tree | 921ae74206ff3b396cc3423a0b699b4563239a96 /engine/battle/b.asm | |
| parent | Rename battle files and split move effects Part 2 (diff) | |
| download | pokeyellow-77d0e5ff84cc61ae625da19f184094241eddd4dc.tar.gz pokeyellow-77d0e5ff84cc61ae625da19f184094241eddd4dc.tar.xz pokeyellow-77d0e5ff84cc61ae625da19f184094241eddd4dc.zip | |
Rename battle files and split move effects Part 3
b.asm, b_2.asm, c.asm, and d.asm
Diffstat (limited to 'engine/battle/b.asm')
| -rwxr-xr-x | engine/battle/b.asm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/engine/battle/b.asm b/engine/battle/b.asm deleted file mode 100755 index 17f0bd5b..00000000 --- a/engine/battle/b.asm +++ /dev/null @@ -1,18 +0,0 @@ -DisplayEffectiveness: ; 2fb7b (b:7b7b) - ld a, [wDamageMultipliers] - and a, $7F - cp a, $0A - ret z - ld hl, SuperEffectiveText - jr nc, .done - ld hl, NotVeryEffectiveText -.done - jp PrintText - -SuperEffectiveText: ; 2fb8e (b:7b8e) - TX_FAR _SuperEffectiveText - db "@" - -NotVeryEffectiveText: ; 2fb93 (b:7b93) - TX_FAR _NotVeryEffectiveText - db "@" |
