diff options
author | Fredrik Ljungdahl <fredde1994@gmail.com> | 2017-01-08 01:43:25 +0100 |
---|---|---|
committer | Fredrik Ljungdahl <fredde1994@gmail.com> | 2017-01-08 01:54:43 +0100 |
commit | 0e76127da878efbe86997eb5a58e6bcd4bf66ff5 (patch) | |
tree | c63cd6094eebfbf012857d533051106744efb4ac /misc | |
parent | 9b8f57a7308691f67f9025b5dcc621941dbc3afd (diff) |
Fix an overlooked replace
The build should match now...
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/mobile_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 5f72f32c7..b057e8c66 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -206,7 +206,7 @@ Function170c06: ; 170c06 ; 170c8b Function170c8b: ; 170c8b - ld hl, LastPlayerCounterMove + ld hl, LastEnemyCounterMove ld b, $5 .asm_170c90 ld a, [hl] |