Context: Let $\tilde B_n$ be standardized binomial distributed with $p\in(0,1)$ be the probability of success in the $n$ Binomial trials. So $P(\tilde B_n = x_k)=\binom nk p^k q^{n-k}$ for $x_k = \frac{k-np}{\sqrt{npq}}$. The mode of $\tilde B_n$ is $x_m$ with $m = \lfloor (n+1)p \rfloor$ or $m = \lfloor (n+1)p \rfloor-1$ [1].
Question: With Stirling's formula we can show $P(\tilde B_n = x_m)\sim \frac1{\sqrt n}$ [2]. Is there an easy proof two show $P(\tilde B_n=x_m) = O\left(\frac 1{\sqrt n}\right)$ without using Stirling's formula.
Reason for my question: I want to prove De Moivre-Laplace in an alternative way with using tools from the theory about ODEs. Thereby I need to show $P(\tilde B_n=x_m) = O\left(\frac 1{\sqrt n}\right)$, but I do not want to use Stirling's formula (because then I could also do the standard proof).