From 237aeb8fbdb204948d611830565d4a00c6b0ab70 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 30 Dec 2017 01:54:27 +0100 Subject: Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x --- scripts/oakslab.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oakslab.asm') diff --git a/scripts/oakslab.asm b/scripts/oakslab.asm index e73d7cf8..aa84fab9 100755 --- a/scripts/oakslab.asm +++ b/scripts/oakslab.asm @@ -981,7 +981,7 @@ OaksLabText5: predef DisplayDexRating jp .asm_1d2ed .asm_1d279 - ld b,POKE_BALL + ld b, POKE_BALL call IsItemInBag jr nz, .asm_1d2e7 CheckEvent EVENT_BEAT_ROUTE22_RIVAL_1ST_BATTLE -- cgit v1.2.3